summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* update test to replace deprecated checksHEADmasterVincent Sanders116 min.1-2/+2
* update test to replace deprecated checksVincent Sanders34 hours1-60/+60
* Update component version for releaserelease/0.4.3Vincent Sanders2020-05-241-1/+1
* includes: Use new STMTEXPR supportDaniel Silverstone2020-03-261-14/+57
* Remove global context if no strings leakDaniel Silverstone2019-09-072-1/+15
* Update Component version for releaserelease/0.4.2Vincent Sanders2019-06-261-1/+1
* Correct memcpy typedefDaniel Silverstone2019-02-161-3/+8
* Use restrict for lwc__lcase_memcpy too.Michael Drake2018-11-091-1/+1
* Squash -Werror=cast-function-type warning.Michael Drake2018-11-091-1/+1
* update component version for releaserelease/0.4.1Vincent Sanders2018-08-211-1/+1
* Ensure that when we test unreffing a string to deletion, we don't then unref ...Daniel Silverstone2018-07-281-1/+3
* Update version number ready for release of 0.4.0release/0.4.0Daniel Silverstone2016-11-191-1/+1
* Enable lwc_string_caseless_hash_value function, and include stddef.h for NULL.Michael Drake2016-10-151-2/+2
* Merge branch 'tlsa/insensitive_hash'Michael Drake2016-10-151-0/+24
|\
| * Add function to get caseless hash value for an lwc string.Michael Drake2016-10-151-0/+24
|/
* Update component version for releaserelease/0.3.0Vincent Sanders2016-02-161-1/+1
* Merge branch 'tlsa/tolower'Michael Drake2016-01-303-139/+225
|\
| * Add lwc_string_tolower() tests.Michael Drake2016-01-301-0/+59
| * Add lwc_string_tolower() API.Michael Drake2016-01-302-0/+29
| * Consistent use of tabs for indentation.Michael Drake2016-01-301-139/+137
|/
* 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