ObjFW  All files named "tests/OFList/OFList.m"

History for tests/OFList/OFList.m

2009-09-28
07:55
Deleted: Migration of OFList tests to new testing framework. check-in: [1d802bf56c] user: js, branch: trunk, size: 0
2009-08-27
20:40
Cache the number of items in an OFList. file: [c3c7e77f4a] check-in: [768108a960] user: js, branch: trunk, size: 2920 [annotate] [blame] [check-ins using] [diff]
2009-05-24
18:04
Always use #include "config.h" instead of #import "config.h". file: [0660a22302] check-in: [94ea6848a8] user: js, branch: trunk, size: 2688 [annotate] [blame] [check-ins using] [diff]
2009-05-20
19:59
Implement OFCopying protocol for OFList. file: [7639c23356] check-in: [5d190947a7] user: js, branch: trunk, size: 2687 [annotate] [blame] [check-ins using] [diff]
2009-05-19
16:51
Add - isEqual: for OFList. file: [95b616ccee] check-in: [7f7e9715e1] user: js, branch: trunk, size: 2195 [annotate] [blame] [check-ins using] [diff]
2009-05-04
17:54
Add - items to OFList. file: [dda59ebbf8] check-in: [59ab431af4] user: js, branch: trunk, size: 2134 [annotate] [blame] [check-ins using] [diff]
2009-05-01
19:38
Some tests were still using #import for C headers. Fixed. file: [1222e8617f] check-in: [f198059455] user: js, branch: trunk, size: 2106 [annotate] [blame] [check-ins using] [diff]
2009-01-24
15:24
Adjust API to introduction of OFAutoreleasePool. file: [61b6eedfea] check-in: [1496808b81] user: js, branch: trunk, size: 2105 [annotate] [blame] [check-ins using] [diff]
2009-01-05
22:18
Reworked OFList. file: [147b8c86d0] check-in: [8ab6561840] user: js, branch: trunk, size: 2089 [annotate] [blame] [check-ins using] [diff]
00:59
Update copyright. file: [ba45bed53f] check-in: [f1b749d113] user: js, branch: trunk, size: 1591 [annotate] [blame] [check-ins using] [diff]
2009-01-02
17:20
Some import fixes, some static lib and win32 enhancements. file: [5e467fc100] check-in: [ba01b9c18a] user: js, branch: trunk, size: 1584 [annotate] [blame] [check-ins using] [diff]
2008-12-23
03:59
Remove spaces and tabs at end of line. file: [c9c2390a0d] check-in: [7d7b89d775] user: js, branch: trunk, size: 1583 [annotate] [blame] [check-ins using] [diff]
2008-12-22
22:30
%zd doesn't work on win32. file: [f9365c3c47] check-in: [6362f9c167] user: js, branch: trunk, size: 1587 [annotate] [blame] [check-ins using] [diff]
2008-12-20
14:41
Don't put void* in lists, but objects. file: [f3b973c1b4] check-in: [b2c9f574cb] user: js, branch: trunk, size: 1521 [annotate] [blame] [check-ins using] [diff]
14:26
Fix printf in tests. file: [74e719b9d6] check-in: [b023058e08] user: js, branch: trunk, size: 1554 [annotate] [blame] [check-ins using] [diff]
14:19
Remove wchar_t stuff, as that's not portable anyway. file: [2042f99cd4] check-in: [4360177618] user: js, branch: trunk, size: 1552 [annotate] [blame] [check-ins using] [diff]
2008-12-13
22:16
Properly clear line in tests on failure. file: [4f9ae6f06a] check-in: [81c57d9f39] user: js, branch: trunk, size: 1615 [annotate] [blame] [check-ins using] [diff]
22:09
Nicer output for OFList tests. file: [bb00b9248d] check-in: [0425fb0d0b] user: js, branch: trunk, size: 1595 [annotate] [blame] [check-ins using] [diff]
18:25
Some build related changes.
Thanks to Thorsten Glaser for a few ideas.
file: [ee2d05fa09] check-in: [8740f97cb3] user: js, branch: trunk, size: 1534 [annotate] [blame] [check-ins using] [diff]
2008-11-30
15:17
Clean up imports. file: [12d3a8d721] check-in: [4b8666fe15] user: js, branch: trunk, size: 1562 [annotate] [blame] [check-ins using] [diff]
2008-11-26
21:35
glibc breaks when trying to use stdio.h and wchar.h.
This is stupid, as it's possible you don't ever output a wchar_t and
just need wcscmp, but this forces us to always use wprintf when we need
a wchar_t somewhere in the file. glibc really is a nightmare.
file: [e9fc459af1] check-in: [0889c2fc55] user: js, branch: trunk, size: 1541 [annotate] [blame] [check-ins using] [diff]
2008-11-23
06:11
New string API, string class completely rewritten.
One class for all string types now.
file: [cbcfa7ab84] check-in: [bf02f0ef25] user: js, branch: trunk, size: 1508 [annotate] [blame] [check-ins using] [diff]
2008-10-26
00:01
Don't use assert. file: [168be86a94] check-in: [b26f81b030] user: js, branch: trunk, size: 1489 [annotate] [blame] [check-ins using] [diff]
2008-10-25
22:25
newWithFooString -> newAsFooString. file: [913aa88c30] check-in: [62abf39400] user: js, branch: trunk, size: 1469 [annotate] [blame] [check-ins using] [diff]
2008-10-09
00:25
Multiple changes, see details.

* Use config.h.
* Check whether to use sel_get_name or sel_getName.
* Rename freeWithData to freeIncludingData. file: [1645530892] check-in: [7a49441656] user: js, branch: trunk, size: 1475 [annotate] [blame] [check-ins using] [diff]

2008-10-05
19:20
Reworked String API. file: [27298bf4ec] check-in: [cf85bee74f] user: js, branch: trunk, size: 1476 [annotate] [blame] [check-ins using] [diff]
2008-09-14
19:38
%zd -> %zu. file: [bc3bf85f04] check-in: [7cc77e2a1b] user: js, branch: trunk, size: 1428 [annotate] [blame] [check-ins using] [diff]
18:35
Automatic test for OFList. file: [106c4c0f9c] check-in: [722bb97765] user: js, branch: trunk, size: 1428 [annotate] [blame] [check-ins using] [diff]
17:09
Automatically run tests. file: [e065d3f792] check-in: [ab91040318] user: js, branch: trunk, size: 779 [annotate] [blame] [check-ins using] [diff]
15:29
Coding style. file: [a32f1b4343] check-in: [778be56179] user: js, branch: trunk, size: 751 [annotate] [blame] [check-ins using] [diff]
2008-09-12
13:25
Added: Initial import. file: [031f4c03f0] check-in: [a580136c80] user: js, branch: trunk, size: 747 [annotate] [blame] [check-ins using]