Frederik Seiffert
|
ae10f58dc4
|
Fixed NSOperation calling removeObserver more than once.
This would cause an error if/when -removeObserver:forKeyPath: is implemented to throw an error when unregistering non-registered observers.
|
2019-08-12 19:30:51 +02:00 |
|
Richard Frith-Macdonald
|
9a055f93ad
|
Bugfix and improved logging
|
2019-08-12 16:37:38 +01:00 |
|
Gregory John Casamento
|
8372fac3c0
|
Merge branch 'master' of github.com:gnustep/libs-base into NSProgress_fixes_branch
|
2019-08-12 03:25:51 -04: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 |
|
Richard Frith-Macdonald
|
d497c7b3ea
|
improve debug output
|
2019-08-09 11:06:17 +01:00 |
|
Richard Frith-Macdonald
|
dd36855923
|
Improved memory usage reporting mechanisms
|
2019-08-08 17:20:25 +01:00 |
|
Richard Frith-Macdonald
|
2ca4f74af5
|
review code and make some whitespace consistency tweaks
|
2019-08-07 11:50:05 +01:00 |
|
Gregory Casamento
|
f958f5f45f
|
Merge pull request #63 from gnustep/NSProgress_branch
NSProgress branch
|
2019-08-06 11:13:31 -04:00 |
|
Gregory John Casamento
|
f5b7a99baa
|
Fix error with userInfo
|
2019-08-06 11:05:23 -04:00 |
|
Richard Frith-Macdonald
|
dce6a5a86a
|
implement [NSMutableData+dataWithBytesNoCopy:length:freeWhenDone:]
|
2019-08-06 16:05:19 +01:00 |
|
Gregory John Casamento
|
3d0a836b87
|
Fix issues with using ASSIGN
|
2019-08-06 11:01:09 -04:00 |
|
Gregory John Casamento
|
6a655f8cd0
|
Localized description
|
2019-08-06 10:49:08 -04:00 |
|
Gregory John Casamento
|
8334a4658e
|
Fix issues with assigning handler
|
2019-08-06 10:39:20 -04:00 |
|
Gregory Casamento
|
4a4da681dc
|
Merge pull request #62 from gnustep/NSURLComponents_branch
NSURLComponents branch
|
2019-08-06 10:11:37 -04:00 |
|
Gregory Casamento
|
7e76fbb565
|
Merge pull request #61 from gnustep/NSFileManager_branch
NSFileManager branch
|
2019-08-06 10:10:55 -04:00 |
|
Gregory Casamento
|
deda3fada9
|
Merge pull request #59 from gnustep/NSSortDescriptor_branch
NSSortDescriptor branch
|
2019-08-06 10:06:35 -04:00 |
|
Gregory Casamento
|
4bfbe3825e
|
Merge pull request #58 from gnustep/NSBlockOperation_branch
NSBlockOperation changes
|
2019-08-06 10:05:32 -04:00 |
|
Gregory John Casamento
|
2743a4e3fb
|
Implement fred's suggestions
|
2019-08-06 10:04:17 -04:00 |
|
Gregory John Casamento
|
334220845a
|
NSProgress current changes
|
2019-08-06 10:03:16 -04:00 |
|
Gregory John Casamento
|
fce4e2e30c
|
Revise to use NO_ARGS when needed. Add current to total progress
|
2019-08-06 09:24:21 -04:00 |
|
Gregory John Casamento
|
23292be3cc
|
Add header
|
2019-08-06 02:57:18 -04:00 |
|
Gregory John Casamento
|
fd5e6f2fab
|
Fix issues
|
2019-08-06 02:24:58 -04:00 |
|
Gregory John Casamento
|
05971c9094
|
Parse query items
|
2019-08-06 02:15:34 -04:00 |
|
Gregory John Casamento
|
3bdaaefc82
|
Implementation of NSURLComponents
|
2019-08-06 02:03:45 -04:00 |
|
Gregory John Casamento
|
b4c24b8f8c
|
Fixed issues Fred pointed out
|
2019-08-05 19:44:37 -04:00 |
|
Gregory John Casamento
|
cb20153df4
|
Add logic to stop enumeration
|
2019-08-05 16:20:09 -04:00 |
|
Gregory John Casamento
|
904604b448
|
Skip a file if it's hidden and the flag is YES
|
2019-08-05 15:46:29 -04:00 |
|
Gregory John Casamento
|
69168d3661
|
Add new init method
|
2019-08-05 14:37:58 -04:00 |
|
Gregory John Casamento
|
a90a55a3ea
|
Fix suggestions made by Fred
|
2019-08-05 10:20:40 -04:00 |
|
Gregory John Casamento
|
52459ae2aa
|
Implementation of URLForDirectory:inDomain:...
|
2019-08-05 03:29:21 -04:00 |
|
Gregory John Casamento
|
8d35169311
|
Eliminate redundant _internal variable
|
2019-08-05 00:00:55 -04:00 |
|
Gregory John Casamento
|
4f02bb6f87
|
Change protection level on internal
|
2019-08-04 23:50:22 -04:00 |
|
Gregory John Casamento
|
b388b14df5
|
Eliminate duplicate
|
2019-08-04 23:44:49 -04:00 |
|
Gregory John Casamento
|
54b86e303b
|
Fix issue with earlier versions of clang
|
2019-08-04 23:26:41 -04:00 |
|
Gregory John Casamento
|
120c142d22
|
Fix issue with no parameters in block
|
2019-08-04 22:55:34 -04:00 |
|
Gregory John Casamento
|
93b4fed381
|
Add retain and release for block
|
2019-08-04 22:36:10 -04:00 |
|
Gregory John Casamento
|
12db1f62c7
|
Commit progress on NSFileManager
|
2019-08-04 22:19:28 -04:00 |
|
Gregory John Casamento
|
ac523fb169
|
Remove from MISSING those methods we are implementing
|
2019-08-02 15:41:26 -04:00 |
|
Gregory John Casamento
|
fe3968a9a1
|
Get initial skeleton to compile
|
2019-08-02 15:08:25 -04:00 |
|
Gregory John Casamento
|
30dc7ca832
|
Add method declarations for new mathods
|
2019-08-02 14:44:34 -04:00 |
|
Gregory John Casamento
|
1e2c87a9da
|
Merge branch 'master' into NSBlockOperation_branch
|
2019-08-02 13:36:56 -04:00 |
|
Gregory John Casamento
|
2553b6d56d
|
Add addOperationWithBlock: to NSOperationQueue
|
2019-08-02 13:29:42 -04:00 |
|
Gregory John Casamento
|
bdc589ce79
|
Use comparator in sorting
|
2019-08-02 10:58:13 -04:00 |
|
Gregory John Casamento
|
b970077e42
|
Eliminate pointless/annoying warning on line 111 regarding formatting
|
2019-08-02 09:44:31 -04:00 |
|
Gregory John Casamento
|
adbd44470f
|
Add comparator to NSSortDescriptor
|
2019-08-02 09:41:55 -04:00 |
|
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 |
|