summaryrefslogtreecommitdiff
path: root/test
Commit message (Collapse)AuthorAgeFilesLines
* update test to replace deprecated checksHEADmasterVincent Sanders2024-03-191-2/+2
|
* update test to replace deprecated checksVincent Sanders2024-03-181-60/+60
|
* Ensure that when we test unreffing a string to deletion, we don't then unref ↵Daniel Silverstone2018-07-281-1/+3
| | | | it again
* Add lwc_string_tolower() tests.Michael Drake2016-01-301-0/+59
|
* Update to include asserts in interface macros, and test successfullyDaniel Silverstone2015-07-181-2/+10
|
* 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 to new NSBUILD infrastructureDaniel Silverstone2012-06-291-1/+1
| | | | svn path=/trunk/libwapcaplet/; revision=14002
* Squash an unused value warningDaniel Silverstone2012-03-291-1/+1
| | | | svn path=/trunk/libwapcaplet/; revision=13775
* Remove initialisation, use system allocation functions. r=vinceDaniel Silverstone2010-12-041-108/+1
| | | | svn path=/trunk/libwapcaplet/; revision=10963
* Add simple iteration API and also add brackets in lwc_string_isequalDaniel Silverstone2010-03-271-0/+17
| | | | svn path=/trunk/libwapcaplet/; revision=10163
* Simplify libwapcaplet and remove context objects.Daniel Silverstone2010-03-274-583/+205
| | | | | | | | | | Remove the lwc_context type from the API and ensure that all strings belong to the one internment context. This removes a lot of API and simplifies a lot of function calls, however it does mean that clients of the library *MUST* be better at reffing and unreffing strings or it'll explode. svn path=/trunk/libwapcaplet/; revision=10159
* Keep a record of the amount of memory consumed by a lwc_context.John Mark Bell2009-07-281-0/+116
| | | | svn path=/trunk/libwapcaplet/; revision=8834
* Guarantee to NUL-terminate interned strings.John Mark Bell2009-07-251-2/+32
| | | | svn path=/trunk/libwapcaplet/; revision=8784
* Merge Bo's libwapcaplet lwc_string_hash_value function and tests. r=dsilversDaniel Silverstone2009-06-231-0/+16
| | | | svn path=/trunk/libwapcaplet/; revision=7927
* Fix test build.John Mark Bell2009-03-252-2/+10
| | | | svn path=/trunk/libwapcaplet/; revision=6875
* First cut at a port to core buildsystem.John Mark Bell2009-03-251-0/+3
| | | | svn path=/trunk/libwapcaplet/; revision=6873
* Add simple accessors for data and lengthDaniel Silverstone2009-02-141-0/+29
| | | | svn path=/trunk/libwapcaplet/; revision=6509
* Oops, add missing memory test fileDaniel Silverstone2009-02-141-0/+246
| | | | svn path=/trunk/libwapcaplet/; revision=6508
* More testsDaniel Silverstone2009-02-142-0/+2
| | | | svn path=/trunk/libwapcaplet/; revision=6507
* More tests, some fixes. All the API appears to workDaniel Silverstone2009-02-141-2/+415
| | | | svn path=/trunk/libwapcaplet/; revision=6503
* 100% of tests pass. Ship it.Daniel Silverstone2009-02-143-0/+89
svn path=/trunk/libwapcaplet/; revision=6497