summaryrefslogtreecommitdiff
path: root/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* 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