summaryrefslogtreecommitdiff
path: root/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Bump versionJohn Mark Bell2010-09-211-1/+1
| | | | svn path=/trunk/libcss/; revision=10814
* AmigaOS4 standard library headers also create warningsChris Young2009-11-221-2/+4
| | | | svn path=/trunk/libcss/; revision=9702
* -Wextra is only understood by GCC 3.4.6 or later. John Mark Bell2009-11-061-4/+5
| | | | | | | | | | | | | | | | It is a more descriptive synonym for -W. Use -W instead which is understood by all common versions of GCC (i.e. GCC 2.95 supports it, which is the oldest GCC version we have to support) Additionally, conditionalise our -Werror usage on whether we're building for BeOS/Haiku. On these platforms, the standard library headers result in warnings. GCC 2 is quite happy to build this code on other platforms, so shouldn't be the trigger for dropping -Werror (even if BeOS is the only target where GCC2 is likely to be used). svn path=/trunk/libcss/; revision=9665
* Reinstate -Werror for GCC2John Mark Bell2009-08-031-2/+2
| | | | svn path=/trunk/libcss/; revision=9019
* ...but this one gcc2 really doesn't like: warning: bit-field `type' type ↵François Revel2009-08-021-2/+2
| | | | | | invalid in ANSI C. svn path=/trunk/libcss/; revision=8982
* Ensure our local include path overrides the buildsystem settings.John Mark Bell2009-08-011-2/+2
| | | | | | This avoids build failures when our local headers have changed but the buildsystem settings point to an include path that includes headers from a previous version. svn path=/trunk/libcss/; revision=8958
* Sync with core buildsystemJohn Mark Bell2009-04-211-6/+5
| | | | svn path=/trunk/libcss/; revision=7228
* Best guess as to location of lpu/lwc headers. Use pkg-config for proper ↵John Mark Bell2009-04-171-0/+2
| | | | | | searching. svn path=/trunk/libcss/; revision=7113
* A bunch of c89.John Mark Bell2009-04-151-2/+11
| | | | | | | Lose trailing commas. GCC 2.95 compatibility. svn path=/trunk/libcss/; revision=7099
* Reflect shared library versioningJohn Mark Bell2009-04-031-14/+17
| | | | svn path=/trunk/libcss/; revision=7032
* It probably helps to ensure that wapcaplet is around.John Mark Bell2009-03-241-4/+4
| | | | svn path=/trunk/libcss/; revision=6857
* Port to new buildsystemJohn Mark Bell2009-03-241-37/+31
| | | | svn path=/trunk/libcss/; revision=6856
* Port libcss to libwapcaplet.Daniel Silverstone2009-02-141-2/+2
| | | | | | | | | It passes the tests, perhaps we need more of them. Lifetimes of lwc_string objects really need attention before we can consider this finished. svn path=/trunk/libcss/; revision=6517
* Dependency trackingJohn Mark Bell2008-09-051-0/+2
| | | | svn path=/trunk/libcss/; revision=5258
* Import beginnings of a CSS parsing library.John Mark Bell2008-05-011-0/+44
Currently comprises a lexer. svn path=/trunk/libcss/; revision=4112