.. |
coding
|
Fix leaks
|
2024-11-15 10:49:19 +00:00 |
Functions
|
Mark tests hopefull for bugs in libobjc2
|
2025-03-10 21:14:41 +00:00 |
GarbageCollection
|
garbage collection tweaks
|
2011-03-01 10:51:42 +00:00 |
GenericTests
|
Remove warnings generated by tests.
|
2011-08-03 08:41:26 +00:00 |
GSMime
|
fix leaks
|
2024-11-15 12:27:48 +00:00 |
GSTLS
|
Missing semicolon and misplaced code in GSTLS unit test
|
2022-08-04 17:05:55 +02:00 |
GSXML
|
Updates to handle entity resolution for libxml2-2.13.?
|
2025-01-15 09:23:59 +00:00 |
headers
|
remove obsolete test
|
2024-06-10 15:27:35 +01:00 |
KVC
|
fix leak in testcase
|
2025-01-10 16:20:58 +00:00 |
NSAffineTransform
|
Fix leaks
|
2024-11-15 16:00:47 +00:00 |
NSArchiver
|
Fix leaks
|
2024-11-15 16:00:47 +00:00 |
NSArray
|
Fix leak
|
2025-01-08 22:33:59 +00:00 |
NSAttributedString
|
Fix leaks
|
2024-11-15 20:48:09 +00:00 |
NSAutoreleasePool
|
LeakSanitizer fixups for gcc and gnu runtime
|
2024-11-30 18:23:48 +00:00 |
NSBlock
|
Fixup bad function calls.
|
2011-02-24 18:53:31 +00:00 |
NSBundle
|
Fix leaks
|
2024-11-15 20:48:09 +00:00 |
NSCache
|
Modify the interfaces of all collection classes to be compatible with the
|
2016-02-22 21:04:18 +00:00 |
NSCalendar
|
Fix leaks
|
2024-11-15 20:48:09 +00:00 |
NSCalendarDate
|
Updates for changes to IANA time zone data.
|
2024-12-31 14:31:43 +00:00 |
NSCharacterSet
|
Fix -[NSCharacterSet invertedSet] to work by calling -invert on a mutable copy
|
2020-05-05 09:51:34 +01:00 |
NSConnection
|
Fixes for tests with weak pointers in notification observers.
|
2024-12-28 07:48:32 +00:00 |
NSCountedSet
|
fix leaks
|
2025-01-08 22:38:13 +00:00 |
NSData
|
LeakSanitizer fixups for gcc and gnu runtime
|
2024-11-30 18:23:48 +00:00 |
NSDate
|
Fix leaks in tests
|
2024-12-23 13:16:14 +00:00 |
NSDateFormatter
|
NSISO8601DateFormatter bugfix (as reported by kevinpeizner) and tweaks.
|
2023-10-26 14:19:06 +01:00 |
NSDictionary
|
fix leaks
|
2025-01-08 22:38:13 +00:00 |
NSDistributedLock
|
Fix leaks
|
2024-11-15 20:48:09 +00:00 |
NSException
|
make stack symbols tests more ionformative ... check that class and method names are reported
|
2024-04-14 12:02:13 +01:00 |
NSFastEnumeration
|
Make tests run in a more reasonable time
|
2025-01-19 09:41:49 +00:00 |
NSFileHandle
|
LeakSanitizer fixups for gcc and gnu runtime
|
2024-11-30 18:23:48 +00:00 |
NSFileManager
|
Issue #305 ... produce NSError with 516 code on copy failure because destination already exists.
|
2025-01-03 16:05:09 +00:00 |
NSHashTable
|
Preliminary code for emulation of the objc2 runtime weak reference feature
|
2024-12-28 07:48:32 +00:00 |
NSHost
|
Provisional IPv6 support added.
|
2011-10-03 16:03:19 +00:00 |
NSHTTPCookie
|
Fix some more leaks
|
2024-11-16 11:51:53 +00:00 |
NSIndexPath
|
LeakSanitizer fixups for gcc and gnu runtime
|
2024-11-30 18:23:48 +00:00 |
NSIndexSet
|
Don't crash when built with gcc
|
2024-07-17 14:14:46 +01:00 |
NSInvocation
|
Fix leaks
|
2025-01-09 09:19:03 +00:00 |
NSInvocationOperation
|
Fix leaks
|
2024-11-15 20:48:09 +00:00 |
NSJSONSerialization
|
Fix NSJSONSerialization test on Windows.
|
2021-07-14 10:09:45 +02:00 |
NSKeyedArchiver
|
Fix some more leaks
|
2024-11-16 11:51:53 +00:00 |
NSKVOSupport
|
Update ChangeLog and fix coding style and leaks in testcases
|
2025-02-18 09:37:59 +00:00 |
NSLocale
|
locale method fixup with testcase
|
2024-02-11 15:03:37 +00:00 |
NSLock
|
fix leak in testcase
|
2025-01-10 17:12:34 +00:00 |
NSMapTable
|
Preliminary code for emulation of the objc2 runtime weak reference feature
|
2024-12-28 07:48:32 +00:00 |
NSMethodSignature
|
copy cache key in case it is mutated
|
2024-12-04 19:43:45 +00:00 |
NSMutableArray
|
fix leaks in testcases
|
2025-01-09 09:58:13 +00:00 |
NSMutableAttributedString
|
More leaks fixed
|
2024-11-16 13:34:56 +00:00 |
NSMutableCharacterSet
|
More leaks fixed
|
2024-11-16 13:34:56 +00:00 |
NSMutableData
|
More leaks fixed
|
2024-11-16 13:34:56 +00:00 |
NSMutableDictionary
|
fix leaks in testcases
|
2025-01-09 09:58:13 +00:00 |
NSMutableIndexSet
|
More leaks fixed
|
2024-11-16 13:34:56 +00:00 |
NSMutableSet
|
fix leaks in testcases
|
2025-01-09 09:58:13 +00:00 |
NSMutableString
|
More leaks fixed
|
2024-11-16 13:34:56 +00:00 |
NSNotification
|
Weak pointer support fixes and use for notification observers.
|
2024-12-28 07:48:32 +00:00 |
NSNumber
|
More leaks fixed
|
2024-11-16 14:07:33 +00:00 |
NSNumberFormatter
|
More leaks fixed
|
2024-11-16 14:07:33 +00:00 |
NSObject
|
LeakSanitizer fixups for gcc and gnu runtime
|
2024-11-30 18:23:48 +00:00 |
NSOperation
|
Remove incomplete/test API prior to release
|
2025-01-28 09:47:21 +00:00 |
NSOrderedSet
|
ifix for issue #500
|
2025-04-01 19:42:50 +01:00 |
NSPersonNameComponentsFormatter
|
More leaks fixed
|
2024-11-16 14:07:33 +00:00 |
NSPointerArray
|
Preliminary code for emulation of the objc2 runtime weak reference feature
|
2024-12-28 07:48:32 +00:00 |
NSPointerFunctions
|
Tweaks to match OSX pointer array behaviors more accurately.
|
2024-07-22 12:22:40 +01:00 |
NSPredicate
|
fix non-portable code in testcase
|
2024-06-23 08:20:52 +01:00 |
NSProcessInfo
|
* Tests/base/NSProcessInfo/general.m: Mark test for -systemUptime
|
2018-05-27 14:13:48 +02:00 |
NSProgress
|
More leak fixes
|
2024-11-16 21:11:56 +00:00 |
NSProxy
|
Fix leaks in testcases
|
2025-01-09 10:25:00 +00:00 |
NSRegularExpression
|
Simplify by removng unnecessary argument in new callback
|
2025-01-04 16:50:13 +00:00 |
NSRunLoop
|
Fix leaks in testcases
|
2025-01-09 10:25:00 +00:00 |
NSScanner
|
More leak fixes
|
2024-11-16 21:11:56 +00:00 |
NSSet
|
More leak fixes
|
2024-11-16 21:11:56 +00:00 |
NSSortDescriptor
|
More leak fixes
|
2024-11-16 21:11:56 +00:00 |
NSStream
|
Revert last change
|
2024-11-17 15:03:22 +00:00 |
NSString
|
add a couple of surrogate pair tests
|
2025-04-17 10:52:59 +01:00 |
NSTask
|
Fix leaks in testcases
|
2025-01-09 10:25:00 +00:00 |
NSThread
|
Fix CI and make libcurl a hard-dependency when using libobjc2 (#447)
|
2024-10-10 11:16:47 +02:00 |
NSTimeZone
|
Updates for changes to IANA time zone data.
|
2024-12-31 14:31:43 +00:00 |
NSUbiquitousKeyValueStore
|
Add test
|
2019-07-08 08:11:28 -04:00 |
NSUndoManager
|
Important change to the START_SET and END_SET macros to stop their use
|
2011-02-24 16:26:01 +00:00 |
NSURL
|
Fixup for requests with paths containing escaped slashes
|
2025-02-14 12:34:07 +00:00 |
NSURLConnection
|
More leak fixups
|
2024-11-17 21:41:43 +00:00 |
NSURLHandle
|
More leak management fixes
|
2024-11-17 16:16:46 +00:00 |
NSURLProtocol
|
More leak management fixes
|
2024-11-17 16:16:46 +00:00 |
NSURLRequest
|
More leak management fixes
|
2024-11-17 16:16:46 +00:00 |
NSURLSession
|
NSURLSession: Include WS2tcpip in test http server
|
2025-02-04 16:20:44 +08:00 |
NSUserDefaults
|
Fix leaks and a possible buffer overrun
|
2024-11-17 12:55:55 +00:00 |
NSUUID
|
Fix leaks and a possible buffer overrun
|
2024-11-17 12:55:55 +00:00 |
NSValue
|
Fix NSGetSizeAndAlignment usage
|
2021-11-02 10:18:05 +01:00 |
NSValueTransformer
|
Add tests for NSValueTransformer.
|
2020-06-11 14:15:57 +02:00 |
NSXMLDocument
|
Fix more leaks
|
2024-11-17 13:32:31 +00:00 |
NSXMLElement
|
Fix leaks in tests
|
2024-12-23 17:38:14 +00:00 |
NSXMLNode
|
Fix leaks in tests
|
2024-12-23 17:38:14 +00:00 |
NSXMLParser
|
Fix more leaks
|
2024-11-17 13:32:31 +00:00 |
PropertyLists
|
Use base64 in gnustep property lists
|
2015-08-30 07:28:26 +00:00 |
Unicode
|
Fix leaks
|
2024-11-15 21:21:41 +00:00 |
GNUmakefile.postamble
|
import testsuite
|
2011-02-16 08:21:17 +00:00 |
GNUmakefile.super
|
Tweaks to support UTF-8 literal string encoding supported by more recent
|
2011-10-12 14:28:44 +00:00 |
lsan.txt
|
LeakSanitizer fixups for gcc and gnu runtime
|
2024-11-30 18:23:48 +00:00 |
TestInfo
|
Add TestInfo markers
|
2011-02-23 18:34:39 +00:00 |