Changes In Branch objfwtest Through [e94a061758] Excluding Merge-Ins
This is equivalent to a diff from f927a98bcc to e94a061758
|
2024-02-10
| ||
| 12:55 | Add ObjFWTest (check-in: 0ceea01454 user: js tags: trunk) | |
| 12:06 | Migrate OFPBKDF2Tests to ObjFWTest (check-in: 7c509c3d51 user: js tags: objfwtest) | |
| 11:30 | ObjFWTest: Add output and show a summary (check-in: e94a061758 user: js tags: objfwtest) | |
| 11:02 | ObjFWTest.oc: Fix FRAMEWORK_LIBS (check-in: dfeede4ec0 user: js tags: objfwtest) | |
|
2024-02-06
| ||
| 20:58 | extra.mk.in: Remove unused variables (check-in: b1a90683b9 user: js tags: trunk) | |
|
2024-02-05
| ||
| 20:42 | Add ObjFWTest (check-in: 10f006be37 user: js tags: objfwtest) | |
| 20:01 | bridge: Rename define for local includes (check-in: f927a98bcc user: js tags: trunk) | |
|
2024-02-04
| ||
| 16:48 | Increase ObjFWRT library version (check-in: 2d61beb237 user: js tags: trunk) | |
Modified .fossil-settings/clean-glob from [e3e476a774] to [97c41e980e].
| ︙ | |||
28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 | 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 | + + + | generators/unicode/gen_tables src/Info.plist src/bridge/Info.plist src/libobjfw.* src/objfw-defs.h src/runtime/Info.plist src/runtime/libobjfwrt.* src/test/Info.plist src/test/libobjfwtest.* src/tls/Info.plist src/tls/libobjfwtls.* tests/DerivedData tests/EBOOT.PBP tests/Info.plist tests/PARAM.SFO tests/objc_sync/objc_sync tests/plugin/Info.plist tests/subprocess/subprocess |
| ︙ |
Modified .fossil-settings/ignore-glob from [a531885e00] to [fae5c41137].
| ︙ | |||
30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 | 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 | + + + | generators/unicode/gen_tables src/Info.plist src/bridge/Info.plist src/libobjfw.* src/objfw-defs.h src/runtime/Info.plist src/runtime/libobjfwrt.* src/test/Info.plist src/test/libobjfwtest.* src/tls/Info.plist src/tls/libobjfwtls.* tests/DerivedData tests/EBOOT.PBP tests/Info.plist tests/PARAM.SFO tests/iOS.xcodeproj/*.pbxuser tests/iOS.xcodeproj/project.xcworkspace tests/iOS.xcodeproj/xcuserdata |
| ︙ |
Modified .gitignore from [6d829dc2af] to [ecb2a6c378].
| ︙ | |||
30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 | 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 | + + + | generators/unicode/gen_tables src/Info.plist src/bridge/Info.plist src/libobjfw.* src/objfw-defs.h src/runtime/Info.plist src/runtime/libobjfwrt.* src/test/Info.plist src/test/libobjfwtest.* src/tls/Info.plist src/tls/libobjfwtls.* tests/DerivedData tests/EBOOT.PBP tests/Info.plist tests/PARAM.SFO tests/iOS.xcodeproj/*.pbxuser tests/iOS.xcodeproj/project.xcworkspace tests/iOS.xcodeproj/xcuserdata |
| ︙ |
Modified src/Makefile from [2a28ea8f9c] to [faa3d6a6cb].
1 2 3 | 1 2 3 4 5 6 7 8 9 10 11 | - + |
include ../extra.mk
SUBDIRS = ${RUNTIME} exceptions encodings forwarding
|
| ︙ |
Added src/test/Makefile version [b269c69e19].
|
Added src/test/OTAppDelegate.h version [64bf862003].
|
Added src/test/OTAppDelegate.m version [7aa90ae52e].