Richard Frith-Macdonald
|
d7d4400836
|
fix typo
|
2019-09-30 09:36:31 +01:00 |
|
Gregory Casamento
|
f8bdca966f
|
Merge pull request #74 from gnustep/NSFile_changes_branch
NSFile changes branch
|
2019-09-28 01:29:34 -04:00 |
|
Gregory John Casamento
|
2037a42bb5
|
Remove generated GNUmakefile.
|
2019-09-27 02:05:29 -04:00 |
|
Gregory John Casamento
|
ced9f127e9
|
Fix issue with name parser
|
2019-09-27 00:00:59 -04:00 |
|
Gregory John Casamento
|
8e6a4cc18d
|
Add tests
|
2019-09-26 19:10:01 -04:00 |
|
Gregory John Casamento
|
17418f6ffc
|
Add tests
|
2019-09-26 16:16:58 -04:00 |
|
Richard Frith-Macdonald
|
ecc770e5a9
|
work with other C standards
|
2019-09-26 15:40:09 +01:00 |
|
rfm
|
51092fac8d
|
Merge pull request #68 from gnustep/fix-dict-sort-kbv
Fixing NSDictionary keysSortedByValueUsingComparator:
|
2019-09-26 15:39:01 +01:00 |
|
Richard Frith-Macdonald
|
8363a7f3a1
|
Added check for blocks availability. Added testcase for sort by selector.
Tidied to match coding style
|
2019-09-26 12:44:25 +01:00 |
|
Richard Frith-Macdonald
|
ddcff45b89
|
add test for removing all the objects in an array.
cleanup other tests a bit
|
2019-09-25 10:36:41 +01:00 |
|
Patryk Laurent
|
a4ec3d9d6f
|
add missing imports
|
2019-09-02 16:00:17 -07:00 |
|
Patryk Laurent
|
155bec0aca
|
Add (failing) test for keysSortedByValueUsingComparator:
|
2019-09-02 15:38:35 -07:00 |
|
Gregory Casamento
|
61b2cbe527
|
Merge pull request #65 from gnustep/NSProgress_fixes_branch
NSProgress fixes branch
|
2019-08-14 05:17:08 -04:00 |
|
Gregory John Casamento
|
0f09fefac3
|
Fix crash due to dictionary
|
2019-08-14 04:30:52 -04:00 |
|
Richard Frith-Macdonald
|
c4f3ae77fd
|
fix to cmpile with older versions of C
|
2019-08-13 06:45:13 +01:00 |
|
Richard Frith-Macdonald
|
9a055f93ad
|
Bugfix and improved logging
|
2019-08-12 16:37:38 +01:00 |
|
Gregory John Casamento
|
57f6c8b491
|
Add NSProgress tests
|
2019-08-10 01:40:44 -04:00 |
|
Gregory John Casamento
|
9c4d2ca982
|
Add NSProgress
|
2019-08-10 01:40:09 -04:00 |
|
Gregory John Casamento
|
ac5983cc1f
|
Add test
|
2019-07-08 08:11:28 -04:00 |
|
Gregory John Casamento
|
679403c8d6
|
Add tests for NSUbiquitousKeyValueStore
|
2019-07-07 06:20:58 -04:00 |
|
Gregory Casamento
|
75f3f0b57d
|
Merge pull request #46 from gnustep/add_nsorderedset_classcluster
Add nsorderedset classcluster
|
2019-07-02 12:46:20 -04:00 |
|
Wolfgang Lux
|
7eb0858c4a
|
Use fixed time zone in test case
|
2019-07-02 10:08:09 +02:00 |
|
Gregory John Casamento
|
458958554b
|
Fixed test
|
2019-07-02 01:00:41 -04:00 |
|
Gregory John Casamento
|
ae46b02ee2
|
Add new tests for indexOfObjectAtIndexes:...
|
2019-07-01 19:23:45 -04:00 |
|
Gregory John Casamento
|
3b88b49eb0
|
Additional test for method requested to be tested
|
2019-07-01 18:40:32 -04:00 |
|
Gregory John Casamento
|
2d94f5d17f
|
Add new test for indexesOfOobjectsMPassingTest:
|
2019-07-01 09:11:05 -04:00 |
|
Gregory John Casamento
|
d814df7311
|
Add new test for indexOfObjectPassingTest
|
2019-06-28 13:58:12 -04:00 |
|
fredkiefer
|
05233e64d6
|
Remove broken test. This code gave a bad access exception when run on a Mac.
|
2019-06-27 19:02:03 +02:00 |
|
fredkiefer
|
eff6575d9f
|
Add test for isSubsetOfSet: and correct implementation to fit the test.
|
2019-06-27 15:26:01 +02:00 |
|
fredkiefer
|
ff675b2e78
|
Format the test code.
|
2019-06-27 15:10:14 +02:00 |
|
Gregory John Casamento
|
d826bb5a25
|
Reduce repetitive implementation of the same algorithm in the code. Make sure that insertion happens in one method only
|
2019-06-18 22:07:11 -04:00 |
|
Gregory John Casamento
|
f2ba8a3093
|
Add macos archive test
|
2019-06-17 20:00:50 -04:00 |
|
Gregory John Casamento
|
3278eaa2ca
|
Add new test, fix replaceObjectsAtIndexes:withObjects:
|
2019-06-13 06:00:40 -04:00 |
|
Gregory John Casamento
|
0a2f885456
|
Reimplement some methods to fix some issues.
|
2019-06-12 11:23:33 -04:00 |
|
Gregory John Casamento
|
6ad1e47ab7
|
Fix issue with move method
|
2019-06-12 08:21:32 -04:00 |
|
Gregory John Casamento
|
966c31f43d
|
Fix a number of comments by Fred
|
2019-06-10 10:20:26 -04:00 |
|
Gregory John Casamento
|
c53336b29e
|
Add new tests
|
2019-06-09 14:53:06 -04:00 |
|
Gregory John Casamento
|
f8994e1049
|
New tests and corrected code for NSOrderedSet/NSMutableOrderedSet. Submitting for review.
|
2019-06-09 07:17:57 -04:00 |
|
Gregory John Casamento
|
48cf585c46
|
Rudimentary NSOrderedSet tests
|
2019-06-08 08:56:18 -04:00 |
|
Richard Frith-Macdonald
|
8ed7ccea9e
|
Cleanups to avoid code conflicts and buffer overrun fixes.
|
2019-04-16 08:07:16 +01:00 |
|
Gregory John Casamento
|
665bdcf952
|
Add test for emoji's back in.
|
2019-04-13 04:52:48 -04:00 |
|
Gregory John Casamento
|
298f87d24e
|
All tests passing. Implementation of string and nscharacterset methods completed
|
2019-04-12 08:46:41 -04:00 |
|
Gregory John Casamento
|
f1b48541ae
|
Fix issue with character set caching.
|
2019-04-12 06:57:40 -04:00 |
|
Gregory John Casamento
|
51e0e3f45e
|
Some additional changes to the test
|
2019-04-10 05:43:25 -04:00 |
|
Gregory John Casamento
|
2a7183cb27
|
Latest changes to test
|
2019-04-09 06:44:56 -04:00 |
|
Gregory John Casamento
|
4b1138259c
|
Add test09 to test new functions.
|
2019-04-09 06:30:42 -04:00 |
|
Richard Frith-Macdonald
|
06019034b0
|
header line folding fix
|
2019-02-15 14:13:14 +00:00 |
|
Richard Frith-Macdonald
|
d6ef10f224
|
fixes for encoding in mime header encoded word
|
2019-02-14 11:19:33 +00:00 |
|
Richard Frith-Macdonald
|
9afe522216
|
fixup for new guard condition
|
2019-02-13 09:27:49 +00:00 |
|
Richard Frith-Macdonald
|
6f3bd6ac97
|
Expose GNU TLS wrappers and add methods to get certificate expiry
|
2019-01-16 09:56:08 +00:00 |
|