Gregory John Casamento
82a046ac85
Minor spacing change
2019-07-19 14:43:19 -04:00
Gregory John Casamento
c5a99a0e40
Add support for non-numeric and add test
2019-07-19 14:08:32 -04:00
Gregory John Casamento
22fa547084
Add ChangeLog
2019-07-19 09:00:57 -04:00
Gregory John Casamento
361bd85d04
Implement adaptive method for NSByteCountFormatter
2019-07-19 08:57:02 -04:00
Gregory John Casamento
252d6a9fec
Implement formatting
2019-07-19 07:29:11 -04:00
Gregory John Casamento
a8658d172f
Correct names in test output. Add initial coding in formatter
2019-07-19 06:22:30 -04:00
Gregory John Casamento
e26b902801
Merge branch 'master' of github.com:gnustep/libs-base into NSByteCountFormatter_branch
2019-07-19 03:39:11 -04:00
Fred Kiefer
6607349758
Merge pull request #55 from triplef/fix-nsarray-kvc-generics
...
Fix NSArray and NSOrderedSet KVC method types to not use generic type.
2019-07-15 08:52:19 +02:00
Fred Kiefer
2e9207c4e9
Merge branch 'master' into fix-nsarray-kvc-generics
2019-07-15 08:43:37 +02:00
Gregory Casamento
21d8a2e59d
Merge pull request #56 from plaurent/tests_fix
...
Added libblocksruntime-dev to fix failing tests
2019-07-15 02:17:52 -04:00
Gregory John Casamento
e5acbf27eb
Merge branch 'master' of github.com:gnustep/libs-base into NSByteCountFormatter_branch
2019-07-15 02:12:57 -04:00
Patryk Laurent
cc0dba927b
added libblocksruntime-dev
2019-07-14 19:50:14 -07:00
fredkiefer
be809143cf
* Source/NSUbiquitousKeyValueStore.m: Change to use GNUstep
...
formatting. Move simple methods into base class. Correct the usage
of long long NSNumber.
2019-07-14 15:51:41 +02:00
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