Gregory John Casamento
|
64a59aeb08
|
Initial implementation
|
2019-08-02 09:30:39 -04:00 |
|
Gregory John Casamento
|
202f0ceed2
|
Add declration to header for NSSortDescriptor sortDescriptorWithKey:ascending:comparator:
|
2019-08-02 05:48:50 -04:00 |
|
Gregory John Casamento
|
88dd60a8fc
|
Complete code for NSBlockOperation, need to write tests
|
2019-08-02 05:20:59 -04:00 |
|
Gregory John Casamento
|
8771837ff8
|
New skelenton class compiles
|
2019-08-01 16:03:16 -04:00 |
|
Gregory John Casamento
|
a9577ec89f
|
Initial commit of template header for NSURLComponents
|
2019-07-31 18:32:35 -04:00 |
|
Gregory John Casamento
|
a983e7222d
|
More implementation of NSProgress
|
2019-07-31 17:11:58 -04:00 |
|
Gregory John Casamento
|
c72ebff803
|
Implement initialization methods.
|
2019-07-31 00:08:45 -04:00 |
|
Gregory John Casamento
|
8e15239ff3
|
Add initial values
|
2019-07-30 13:24:06 -04:00 |
|
Gregory John Casamento
|
ae1890e7d6
|
Add initial values
|
2019-07-30 13:22:57 -04:00 |
|
Gregory John Casamento
|
f8e181d875
|
Add NSProgress.m... compiling.
|
2019-07-29 22:32:55 -04:00 |
|
Gregory John Casamento
|
5a0a7ba9c0
|
Add header
|
2019-07-29 21:16:02 -04:00 |
|
Fred Kiefer
|
dcfbe9e0f8
|
Merge pull request #57 from triplef/nshashtable-generics
Added generics support to NSHashTable
|
2019-07-29 17:17:48 +02:00 |
|
fredkiefer
|
8953944387
|
* Source/NSByteCountFormatter.m: Fix to work in non fragile settings.
|
2019-07-28 17:30:42 +02:00 |
|
Frederik Seiffert
|
7d5129a3be
|
Added generics support to NSHashTable.
|
2019-07-24 21:52:06 +02:00 |
|
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 |
|