summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Update the component version for releaserelease/0.2.3Vincent Sanders2015-12-181-2/+2
* Fix doxygen errors in header.Vincent Sanders2015-09-011-23/+23
* Update to include asserts in interface macros, and test successfullyDaniel Silverstone2015-07-182-7/+17
* add doxygen config for automated documentation generationVincent Sanders2015-06-242-1/+1793
* Fix build with gcc 4.9.Michael Drake2015-04-301-5/+5
* Fix typoDaniel Silverstone2015-04-301-1/+1
* Fix up a couple of type hiccoughsDaniel Silverstone2015-04-301-4/+5
* use null_lwc instead of NULL in a bunch of testsDaniel Silverstone2015-04-301-9/+12
* Update CFLAGS to avoid deprication warning for glibc 2.21 and later.Vincent Sanders2015-03-211-2/+10
* Fix include dirs for Haiku.Adrien Destugues2015-03-212-2/+2
* Update the component version for releaserelease/0.2.2Vincent Sanders2015-03-081-1/+1
* Fix up for new buildsystemJohn-Mark Bell2014-11-161-1/+1
* Set component version for releaserelease/0.2.1Vincent Sanders2014-04-171-1/+1
* add support for multilibDavid Tardon2014-01-132-3/+3
* Fix Coverity #1127059. Dereference after NULL check.Michael Drake2013-11-081-0/+2
* Set component version for releaserelease/0.2.0Vincent Sanders2013-04-191-1/+1
* add a .gitattributes so .gitignore is not exportedVincent Sanders2013-04-181-0/+2
* Update to new NSBUILD infrastructureDaniel Silverstone2012-06-293-4/+6
* Basic gitignoreDaniel Silverstone2012-06-041-0/+3
* Rework the majority of wapcaplet's interface to be macros. This removes *man...Daniel Silverstone2012-03-292-97/+79
* Remove pedantic from CFLAGS ready for wapcaplet reworkDaniel Silverstone2012-03-291-1/+1
* Squash an unused value warningDaniel Silverstone2012-03-291-1/+1
* Use __ in middle of function name for statics and private functions, not _ as...Rob Kendrick2012-03-251-26/+26
* Bump version numberVincent Sanders2012-02-271-1/+1
* Constify lwc_string * param to lwc_string_length and lwc_string_data.Michael Drake2011-10-292-4/+4
* Bump version numberJohn Mark Bell2011-04-071-1/+1
* Fix gcc2 warning: comma at end of enumerator list.François Revel2011-01-201-1/+1
* Ensure we cope with no chance to opportunistically initialise the hash before...Daniel Silverstone2010-12-061-1/+5
* Fix debug buildJohn Mark Bell2010-12-041-2/+0
* Remove initialisation, use system allocation functions. r=vinceDaniel Silverstone2010-12-043-155/+20
* Sprinkle some C++ scoping aroundJohn Mark Bell2010-10-231-0/+9
* Add simple iteration API and also add brackets in lwc_string_isequalDaniel Silverstone2010-03-273-1/+48
* Simplify libwapcaplet and remove context objects.Daniel Silverstone2010-03-276-767/+383
* -Wextra is only understood by GCC 3.4.6 or later. John Mark Bell2009-11-061-4/+5
* Reverted r8979, managed to correct my system headers, for now...François Revel2009-08-021-2/+2
* Sorry, but -Werror on gcc2 is asking for trouble here...François Revel2009-08-021-2/+2
* Ensure local include path overrides buildsystem settings.John Mark Bell2009-08-011-2/+2
* Keep a record of the amount of memory consumed by a lwc_context.John Mark Bell2009-07-283-3/+144
* Guarantee to NUL-terminate interned strings.John Mark Bell2009-07-253-3/+39
* Merge Bo's libwapcaplet lwc_string_hash_value function and tests. r=dsilversDaniel Silverstone2009-06-234-2/+36
* Sync with core buildsystem changesJohn Mark Bell2009-04-212-3/+3
* Sync documentation with realityJohn Mark Bell2009-04-171-3/+3
* Lose trailing comma.John Mark Bell2009-04-152-3/+12
* Reflect shared library versioningJohn Mark Bell2009-04-032-5/+7
* Conditionalise use of check on WANT_TEST==yesJohn Mark Bell2009-03-251-7/+9
* Fix test build.John Mark Bell2009-03-254-2/+23
* First cut at a port to core buildsystem.John Mark Bell2009-03-253-104/+30
* In debug mode, poison freed strings to highlight missing refsDaniel Silverstone2009-02-151-0/+4
* Fix capitaLisation and add name originsDaniel Silverstone2009-02-151-6/+12
* Add README with rationaleDaniel Silverstone2009-02-151-0/+59