Commit graph

11341 commits

Author SHA1 Message Date
Gregory John Casamento
ba3d60c5ab Update stringForObjectValue: 2019-11-06 00:19:23 -05:00
Gregory John Casamento
9e96cbd1c8 Update MISSING file 2019-11-05 20:34:17 -05:00
Gregory John Casamento
f230b901a0 Merge branch 'master' of github.com:gnustep/libs-base 2019-11-05 20:30:52 -05:00
Gregory John Casamento
245e3927df Merge branch 'NSLinguisticTagger_branch' 2019-11-05 20:30:36 -05:00
Gregory John Casamento
4a3de6cb47 Implement simple methods 2019-11-05 19:59:03 -05:00
Gregory John Casamento
e62e156b67 Add release to NSLinguisticTagger 2019-11-05 17:50:10 -05:00
Gregory John Casamento
e424e8dcc9 Init and release instance vars 2019-11-05 05:50:21 -05:00
Gregory John Casamento
f9d50db4d0 String constants 2019-11-05 05:13:18 -05:00
Gregory John Casamento
48e923168b Add NSLinguisticTagger skeleton 2019-11-05 04:35:21 -05:00
Gregory John Casamento
d102775e2d Implement remaining skeleton. 2019-11-05 04:28:43 -05:00
Gregory John Casamento
9db6e96413 Add dummy methods 2019-11-05 04:26:34 -05:00
Gregory John Casamento
7fd7763408 Add forward declarations. 2019-11-05 04:23:57 -05:00
Gregory John Casamento
2203295a4e Add NSOrthography 2019-11-05 04:22:40 -05:00
Gregory John Casamento
30162a9a1e Add NSOrthography and NSLinguisticTagger 2019-11-05 04:04:59 -05:00
Frederik Seiffert
79ac00e42c Added tests for NSHashTable/NSMapTable weak objects 2019-11-04 16:01:36 +01:00
Riccardo Mottola
e05c53f4b4 in stubs, return nil instead of an empty string, compatible with GCC 2019-11-03 23:08:07 +01:00
Lars Sonchocky-Helldorf
fcb126cd9e gitignore update according to https://www.gitignore.io/api/xcode 2019-11-03 21:44:56 +01:00
Gregory John Casamento
e6a764d7f9 Slightly modified to return bogus results 2019-11-02 19:13:13 -04:00
Gregory John Casamento
1fe061b1dc Dummy implementation of NSHFSFileTypes 2019-11-01 21:17:36 -04:00
Gregory John Casamento
3b5016e54f Add to foundation 2019-11-01 15:42:59 -04:00
Gregory John Casamento
32f0be6255 Update MISSING file 2019-11-01 15:34:45 -04:00
Gregory John Casamento
370d52e574 Class placeholders. 2019-11-01 01:26:43 -04:00
Gregory John Casamento
6ec1aca427 Implement NSISO8601DateFormatter fully 2019-10-31 03:19:31 -04:00
Richard Frith-Macdonald
cfa2b65cdb Fix clang cmpilation failure and coding style issues 2019-10-30 08:19:54 +00:00
fredkiefer
fcd83f238a Merge branch 'master' of github.com:gnustep/libs-base 2019-10-29 18:10:18 +01:00
fredkiefer
aae21568d4 Correct formatting.
Use import instead of include.
Add missing import.
Correct encoding strings.
Correct measurement conversion.
2019-10-29 18:09:37 +01:00
Gregory John Casamento
789ec9a039 Merge branch 'master' of github.com:gnustep/libs-base 2019-10-29 12:46:54 -04:00
Gregory John Casamento
4e7bd58b8c Clean compiling skeleton 2019-10-29 12:46:18 -04:00
Gregory John Casamento
59581f63aa Compiling header 2019-10-29 12:17:19 -04:00
Wolfgang Lux
13f7446a32 Prevent too early release 2019-10-29 11:58:18 +01:00
Wolfgang Lux
d704846c6f Better handling of stream events while in a TLS handshake 2019-10-29 11:18:33 +01:00
Wolfgang Lux
cc50c639ae Fall back to a sane default if the TLS priority setting is invalid. 2019-10-29 10:14:35 +01:00
Gregory John Casamento
ebbe3f9081 Header corrections 2019-10-29 04:21:45 -04:00
Gregory John Casamento
bac06f2312 Fix compilation issue with duplicate keys 2019-10-29 02:01:55 -04:00
Gregory John Casamento
a23e54c107 NSMetadataAttributes constants 2019-10-29 01:54:05 -04:00
Gregory John Casamento
ab7f39d833 Merge branch 'master' of github.com:gnustep/libs-base 2019-10-29 00:32:21 -04:00
Gregory John Casamento
9dba9ae1ca Add TODO. Will will defer completion of these classes until I have time to complete the NSProcessInfo activity methods. 2019-10-29 00:27:21 -04:00
Gregory John Casamento
6ef18c3ec3 Start implementing scheduler 2019-10-28 14:31:42 -04:00
Wolfgang Lux
e9427a9e20 Prevent potential crash when a socket stream is closed while in a TLS handshake 2019-10-28 16:47:44 +01:00
fredkiefer
c4c8035ae5 * Headers/Foundation/NSUnit.h,
* Source/NSUnit.m: Clean up code and fix bugs.
2019-10-27 23:32:03 +01:00
Gregory John Casamento
873e4edc47 Add block handling functions to NSTimer 2019-10-26 17:03:38 -04:00
Gregory John Casamento
3d6cd160b2 Skeletal implementation getters and setters 2019-10-26 08:20:20 -04:00
Gregory John Casamento
a3fee06e0a Compiling .m skeleton 2019-10-26 08:11:59 -04:00
Gregory John Casamento
51fe0bc550 Compiling header 2019-10-26 08:10:01 -04:00
Gregory John Casamento
aa8f60c30e Initial empty skeleton 2019-10-26 07:45:19 -04:00
Fred Kiefer
78dc958f7b
Merge pull request #72 from triplef/fix-enumeration-queue
Perform non-concurrent block enumeration in place.
2019-10-25 20:32:07 +02:00
Fred Kiefer
2fb200b705
Merge branch 'master' into fix-enumeration-queue 2019-10-25 17:57:59 +02:00
Fred Kiefer
1df4587b13
Merge pull request #78 from triplef/nsmaptable-generics
Added generics support to NSMapTable
2019-10-25 17:56:47 +02:00
Fred Kiefer
5b84723e59
Merge pull request #77 from triplef/fix-nsdate-instancetype
Updated NSDate to use instancetype.
2019-10-25 17:49:39 +02:00
Frederik Seiffert
c22f24de73 Added generics support to NSMapTable
Also updated NSMapTable and NSHashTable to use "instancetype".
2019-10-25 11:19:26 +02:00