summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* Install wapcaplet.Daniel Silverstone2009-02-142-0/+25
* It puts the MIT into WapcapletDaniel Silverstone2009-02-141-0/+19
* Add simple accessors for data and lengthDaniel Silverstone2009-02-143-0/+63
* Oops, add missing memory test fileDaniel Silverstone2009-02-141-0/+246
* More testsDaniel Silverstone2009-02-144-3/+8
* More tests, some fixes. All the API appears to workDaniel Silverstone2009-02-143-29/+447
* 100% of tests pass. Ship it.Daniel Silverstone2009-02-146-4/+187
* Initial untested API and implementationDaniel Silverstone2009-02-142-0/+417