summaryrefslogtreecommitdiff
path: root/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Update component version for releaseHEADrelease/0.2.5masterVincent Sanders2023-12-271-1/+1
|
* Update componnet version for releaserelease/0.2.4Vincent Sanders2018-08-221-1/+1
|
* Update component version for releaserelease/0.2.3Vincent Sanders2016-02-161-1/+1
|
* Update Component version for releaserelease/0.2.2Vincent Sanders2015-12-181-2/+2
|
* Update CFLAGS to avoid deprication warning for glibc 2.21 and later.Vincent Sanders2015-03-211-2/+9
|
* Fix include directories for Haiku.Adrien Destugues2015-03-211-4/+4
|
* Update the component version for releaserelease/0.2.1Vincent Sanders2015-03-081-1/+1
|
* Fix up for new buildsystemJohn-Mark Bell2014-11-161-1/+1
|
* Update component version for releaserelease/0.2.0Vincent Sanders2014-04-181-1/+1
|
* add support for multilibDavid Tardon2014-01-131-2/+2
| | | | Signed-off-by: John-Mark Bell <jmb@netsurf-browser.org>
* update component version for releaserelease/0.1.2Vincent Sanders2013-04-191-1/+1
|
* Update to new NSBUILD infrastructureDaniel Silverstone2012-06-291-3/+5
| | | | svn path=/trunk/libparserutils/; revision=14003
* Bump version numberJohn Mark Bell2011-09-181-1/+1
| | | | svn path=/trunk/libparserutils/; revision=12813
* Bump version numberJohn Mark Bell2011-04-071-1/+1
| | | | svn path=/trunk/libparserutils/; revision=12162
* Bump versionJohn Mark Bell2010-04-191-1/+1
| | | | svn path=/trunk/libparserutils/; revision=10445
* -Wextra is only understood by GCC 3.4.6 or later. John Mark Bell2009-11-061-3/+4
| | | | | | | | | | | | | | | | 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/libparserutils/; revision=9669
* Ensure local include path overrides buildsystem settings.John Mark Bell2009-08-011-2/+2
| | | | svn path=/trunk/libparserutils/; revision=8966
* Don't even think about -Werror with gcc2...François Revel2009-04-241-2/+2
| | | | svn path=/trunk/libparserutils/; revision=7309
* Update libparserutils to use the new shared object stuffDaniel Silverstone2009-04-211-4/+4
| | | | svn path=/trunk/libparserutils/; revision=7204
* Lose a bunch of trailing commas.John Mark Bell2009-04-151-2/+12
| | | | | | GCC 2.95 compatibility. svn path=/trunk/libparserutils/; revision=7094
* Reflect shared library versioningJohn Mark Bell2009-04-031-9/+14
| | | | svn path=/trunk/libparserutils/; revision=7030
* Fix installation rulesJohn Mark Bell2009-03-241-2/+2
| | | | svn path=/trunk/libparserutils/; revision=6860
* Port to new buildsystemJohn Mark Bell2009-03-241-36/+24
| | | | svn path=/trunk/libparserutils/; revision=6854
* Doxygen-generated API documentationJohn Mark Bell2009-01-091-0/+1
| | | | svn path=/trunk/libparserutils/; revision=6005
* Dependency trackingJohn Mark Bell2008-09-051-0/+2
| | | | svn path=/trunk/libparserutils/; revision=5257
* Tidy up CFLAGS/LDFLAGSJohn Mark Bell2008-09-051-2/+2
| | | | svn path=/trunk/libparserutils/; revision=5249
* Import parser construction utility libraryJohn Mark Bell2008-05-011-0/+43
svn path=/trunk/libparserutils/; revision=4111