summaryrefslogtreecommitdiff
path: root/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Update to new NSBUILD infrastructureDaniel Silverstone2012-06-291-2/+4
| | | | svn path=/trunk/libwapcaplet/; revision=14002
* Remove pedantic from CFLAGS ready for wapcaplet reworkDaniel Silverstone2012-03-291-1/+1
| | | | svn path=/trunk/libwapcaplet/; revision=13776
* Bump version numberVincent Sanders2012-02-271-1/+1
| | | | svn path=/trunk/libwapcaplet/; revision=13489
* Bump version numberJohn Mark Bell2011-04-071-1/+1
| | | | svn path=/trunk/libwapcaplet/; revision=12163
* -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/libwapcaplet/; revision=9671
* Reverted r8979, managed to correct my system headers, for now...François Revel2009-08-021-2/+2
| | | | svn path=/trunk/libwapcaplet/; revision=8981
* Sorry, but -Werror on gcc2 is asking for trouble here...François Revel2009-08-021-2/+2
| | | | svn path=/trunk/libwapcaplet/; revision=8979
* Ensure local include path overrides buildsystem settings.John Mark Bell2009-08-011-2/+2
| | | | svn path=/trunk/libwapcaplet/; revision=8967
* Merge Bo's libwapcaplet lwc_string_hash_value function and tests. r=dsilversDaniel Silverstone2009-06-231-1/+1
| | | | svn path=/trunk/libwapcaplet/; revision=7927
* Sync with core buildsystem changesJohn Mark Bell2009-04-211-1/+1
| | | | svn path=/trunk/libwapcaplet/; revision=7226
* Lose trailing comma.John Mark Bell2009-04-151-2/+11
| | | | | | GCC 2.95 compatibility. svn path=/trunk/libwapcaplet/; revision=7098
* Reflect shared library versioningJohn Mark Bell2009-04-031-2/+4
| | | | svn path=/trunk/libwapcaplet/; revision=7031
* Conditionalise use of check on WANT_TEST==yesJohn Mark Bell2009-03-251-7/+9
| | | | svn path=/trunk/libwapcaplet/; revision=6881
* Fix test build.John Mark Bell2009-03-251-0/+7
| | | | svn path=/trunk/libwapcaplet/; revision=6875
* First cut at a port to core buildsystem.John Mark Bell2009-03-251-104/+24
| | | | svn path=/trunk/libwapcaplet/; revision=6873
* Install wapcaplet.Daniel Silverstone2009-02-141-0/+15
| | | | svn path=/trunk/libwapcaplet/; revision=6511
* More testsDaniel Silverstone2009-02-141-1/+1
| | | | svn path=/trunk/libwapcaplet/; revision=6507
* More tests, some fixes. All the API appears to workDaniel Silverstone2009-02-141-1/+1
| | | | svn path=/trunk/libwapcaplet/; revision=6503
* 100% of tests pass. Ship it.Daniel Silverstone2009-02-141-0/+89
svn path=/trunk/libwapcaplet/; revision=6497