Gregory John Casamento
bb117a17db
Add NSByteCountFormatter.[hm] class.
2019-07-14 01:28:42 -04:00
Gregory John Casamento
c44e2b5bf8
Remove NSUbiquitousKeyValueStore from list of missing headers
2019-07-10 23:50:24 -04:00
Gregory John Casamento
0f737d9f1e
Add changelog. Add NSUbiquitousKeyValueStore.[hm]
2019-07-10 18:18:10 -04:00
Gregory John Casamento
e0df104ba2
Merge branch 'NSUbiquitousKeyValueStore_branch'
2019-07-10 18:10:34 -04:00
Gregory John Casamento
5254e73a09
Return self, not nil
2019-07-10 17:58:09 -04:00
Frederik Seiffert
ba7a9c0a8e
Fix NSArray and NSOrderedSet KVC method types to not use generic type.
...
These methods set/return properties of the elements, not the elements themselves.
2019-07-10 11:42:46 +02:00
Fred Kiefer
4be70d0802
Merge pull request #54 from triplef/fix-generics
...
Fix generics definition of NSMutableArray and NSMutableOrderedSet
2019-07-09 18:41:38 +02:00
Frederik Seiffert
51d97e9d98
Fix generics definition of NSMutableArray and NSMutableOrderedSet.
...
The generic element was not passed on to the superclass.
2019-07-09 17:19:22 +02:00
Gregory John Casamento
d26270a909
Fix init
2019-07-08 09:09:04 -04:00
Gregory John Casamento
ee72e4b9c1
Fix issue with class method and correct test
2019-07-08 08:54:44 -04:00
Gregory John Casamento
ac5983cc1f
Add test
2019-07-08 08:11:28 -04:00
Gregory John Casamento
ceda0104b4
Add stub for AWS service
2019-07-08 03:38:24 -04:00
Gregory John Casamento
9e53f0025b
Add stub for AWS service
2019-07-08 00:28:45 -04:00
Gregory John Casamento
b966c22295
Add stub for AWS service
2019-07-08 00:24:28 -04:00
Gregory John Casamento
679403c8d6
Add tests for NSUbiquitousKeyValueStore
2019-07-07 06:20:58 -04:00
Gregory John Casamento
74717fb954
Add dummy implementation
2019-07-06 03:46:37 -04:00
Gregory John Casamento
882477426a
Merge branch 'master' into NSUbiquitousKeyValueStore_branch
2019-07-03 04:54:19 -04:00
Gregory John Casamento
5dc7992a08
Fix error
2019-07-03 04:54:05 -04:00
Gregory John Casamento
f2d1c21d37
add new class and constants
2019-07-03 04:36:24 -04:00
Gregory John Casamento
eaa352d436
Get rid of superflous white space on top
2019-07-03 04:18:43 -04:00
Gregory John Casamento
80d7f5b2cb
Add NSUbiquitousKeyValueStore.h header
2019-07-03 04:11:44 -04:00
Gregory John Casamento
32b68045b8
Remove implemented methods/classes
2019-07-03 02:00:21 -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
fredkiefer
d774dda8a7
* Source/GSXML.m (fatalErrorFunction): Use correct function to get
...
line number.
* Source/NSOperation.m (_execute): Surround with NS_DURING to free
lock on error.
2019-07-01 22:58:55 +02:00
fredkiefer
ce9116cad3
Delegate unclear methods to NSArray.
...
Some small clean up.
2019-07-01 22:11:36 +02:00
Gregory John Casamento
8b96545250
Merge branch 'add_nsorderedset_classcluster' of github.com:gnustep/libs-base into add_nsorderedset_classcluster
2019-07-01 09:11:10 -04:00
Gregory John Casamento
2d94f5d17f
Add new test for indexesOfOobjectsMPassingTest:
2019-07-01 09:11:05 -04:00
fredkiefer
fb3930df96
Implement fast enumeration for GSMutableOrderedSet.
...
Implement fast version of getObjects:range: in GSOrderedSet. This
gets used for fast enumeration.
Base the array method on fast enumeration.
2019-06-29 20:08:01 +02:00
Gregory John Casamento
688d409c4b
Merge branch 'master' of github.com:gnustep/libs-base into add_nsorderedset_classcluster
2019-06-28 20:14:56 -04:00
Gregory John Casamento
baef055670
Merge branch 'add_nsorderedset_classcluster' of github.com:gnustep/libs-base into add_nsorderedset_classcluster
2019-06-28 13:58:23 -04:00
Gregory John Casamento
d814df7311
Add new test for indexOfObjectPassingTest
2019-06-28 13:58:12 -04:00
fredkiefer
b8f8d6a617
Speed up lookup for GSOrderedSet by using a map.
2019-06-28 17:20:21 +02:00
fredkiefer
2a810e5bd9
Further simplification of code.
...
More formatting.
Delegate description to NSArray.
Remove unneeded method once more.
Remove all objects from the end not from the beginning.
Remove strange range check.
Implement missing sort method by reusing existing code.
2019-06-28 16:53:48 +02:00
Gregory John Casamento
b4f0e75375
Simplify removeObjectsAtIndexes:
2019-06-28 02:54:57 -04:00
Gregory John Casamento
80843a9e4b
Merged changes from other author
2019-06-28 01:55:33 -04:00
Gregory John Casamento
a5ba66b3ce
Simplify _removeObjectAtIndexes:count: method to not sort and thus make it faster
2019-06-28 01:50:54 -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
7feb7be03a
Remove unused variables.
2019-06-27 16:21:34 +02:00
fredkiefer
8c10d1848e
Remove log statement accidentialy left over.
2019-06-27 16:17:26 +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
fredkiefer
3004e91330
Move some more methods from the concrete to the abstract class.
...
Move the _raiseRangeExceptionWithIndex:from: method the class
it is declared on.
Simplify the code.
2019-06-27 15:03:23 +02:00
fredkiefer
cbe54c4073
Remove commented out code.
2019-06-27 14:29:01 +02:00
fredkiefer
e67971346a
Merge branch 'add_nsorderedset_classcluster' of github.com:gnustep/libs-base into add_nsorderedset_classcluster
2019-06-27 14:20:58 +02:00
fredkiefer
ce3c4ae882
Format according to GNUstep coding style.
2019-06-27 14:20:19 +02:00
fredkiefer
5b169f55b5
Correct retain/release handling for GSIArray
2019-06-27 14:19:37 +02:00