History of file src/bridge/Makefile at check-in 3a9dbf5feedc4174
2024-04-14
| ||
17:29 | Fix missing ${DESTDIR} file: [c6f229ec08] check-in: [d3f1b709f1] user: js, branch: trunk, size: 1674 [annotate] [blame] [check-ins using] [diff] | |
12:20 | Break some long lines in Makefiles file: [e23d178b68] check-in: [c9e223b837] user: js, branch: trunk, size: 1624 [annotate] [blame] [check-ins using] [diff] | |
2024-04-13
| ||
08:40 | Add objfw-config file for ObjFWBridge file: [6d656556e0] check-in: [69a8da9c5d] user: js, branch: trunk, size: 1617 [annotate] [blame] [check-ins using] [diff] | |
2024-02-05
| ||
20:01 | bridge: Rename define for local includes file: [b387f09472] check-in: [f927a98bcc] user: js, branch: trunk, size: 1158 [annotate] [blame] [check-ins using] [diff] | |
2023-09-08
| ||
12:48 | Update buildsys file: [311785c185] check-in: [ec7204c581] user: js, branch: trunk, size: 1156 [annotate] [blame] [check-ins using] [diff] | |
2023-09-03
| ||
13:27 | Have a separate library version for tls and bridge file: [4065cbafda] check-in: [dc0452eea6] user: js, branch: trunk, size: 1119 [annotate] [blame] [check-ins using] [diff] | |
2019-06-21
| ||
00:09 | bridge: Add bridge for {OF,NS}Set file: [5a2e1acbf4] check-in: [29ccaef03b] user: js, branch: trunk, size: 1107 [annotate] [blame] [check-ins using] [diff] | |
2019-06-19
| ||
23:01 | bridge: Add bridge for {OF,NS}Number file: [b9279e9d57] check-in: [82f1f432a4] user: js, branch: trunk, size: 1026 [annotate] [blame] [check-ins using] [diff] | |
01:19 | bridge: Add -[{OF,NS}Object] to {NS,OF}Enumerator file: [05c9fe9398] check-in: [d23d6802cc] user: js, branch: trunk, size: 968 [annotate] [blame] [check-ins using] [diff] | |
2019-06-18
| ||
01:54 | bridge: Add bridging for {OF,NS}Enumerator file: [e674b06e1c] check-in: [7080ad2ebf] user: js, branch: trunk, size: 902 [annotate] [blame] [check-ins using] [diff] | |
2019-06-17
| ||
02:33 | Remove underscores from class names file: [f31f6bb273] check-in: [17d57e01ff] user: js, branch: trunk, size: 864 [annotate] [blame] [check-ins using] [diff] | |
00:38 |
Remove underscores from library & framework names
This is more compatible with the various conventions used on various | |
2018-01-21
| ||
22:29 | Make sure FRAMEWORK_LIBS is always set correctly file: [2f7998359b] check-in: [7615f3d657] user: js, branch: trunk, size: 903 [annotate] [blame] [check-ins using] [diff] | |
21:47 | Update buildsys file: [757b50f013] check-in: [3392826e13] user: js, branch: trunk, size: 887 [annotate] [blame] [check-ins using] [diff] | |
2018-01-20
| ||
16:53 | Update buildsys file: [d05c31c835] check-in: [672bc4ad89] user: js, branch: trunk, size: 882 [annotate] [blame] [check-ins using] [diff] | |
2017-10-20
| ||
21:20 |
bridge: Do not convert exceptions into NSErrors
Instead, provide a try method that takes up to 3 blocks. file: [c8a0675322] check-in: [6334474ec0] user: js, branch: trunk, size: 879 [annotate] [blame] [check-ins using] [diff] | |
20:49 |
Add OFException -> NSError bridge
This is necessary to catch exceptions in Swift. file: [8e696547fc] check-in: [6bac6e95cb] user: js, branch: trunk, size: 944 [annotate] [blame] [check-ins using] [diff] | |
2017-10-16
| ||
22:59 | Finally make modules work properly file: [389df76301] check-in: [3a06dc7def] user: js, branch: trunk, size: 855 [annotate] [blame] [check-ins using] [diff] | |
2017-10-15
| ||
20:27 | Allow building bridge as .framework via buildsys file: [41e33dd4bb] check-in: [2bba5f1ef3] user: js, branch: trunk, size: 853 [annotate] [blame] [check-ins using] [diff] | |
2016-10-09
| ||
00:44 |
Add module support for ObjFW_Bridge
This also renames it from ObjFW-Bridge to ObjFW_Bridge, as "-" is not a | |
2016-10-08
| ||
15:58 | Bridge: Remove flat namespace & undefined suppress file: [084d3501d7] check-in: [17d22b68c4] user: js, branch: trunk, size: 776 [annotate] [blame] [check-ins using] [diff] | |
2013-12-16
| ||
03:31 | Add a few files to DISTCLEAN which were missing. file: [6a60540632] check-in: [ee4e1a8fac] user: js, branch: trunk, size: 827 [annotate] [blame] [check-ins using] [diff] | |
2013-02-24
| ||
11:17 | Fix includes of ObjFW-Bridge. file: [6d54b8e6bd] check-in: [1ccdae4fd6] user: js, branch: trunk, size: 803 [annotate] [blame] [check-ins using] [diff] | |
2012-10-29
| ||
11:56 | Add bridge to Xcode project. file: [28fa63a000] check-in: [5c2c4dd488] user: js, branch: trunk, size: 776 [annotate] [blame] [check-ins using] [diff] | |
09:18 |
Merge branch 'bridge'
* bridge: (4 commits) | |
2012-03-29
| ||
08:56 | Add bridging for dictionaries. file: [3817e595cf] check-in: [898f6b5fbb] user: js, branch: bridge, size: 698 [annotate] [blame] [check-ins using] [diff] | |
2012-02-27
| ||
12:05 | Add bridging for arrays. file: [326589f960] check-in: [75969a1dd7] user: js, branch: bridge, size: 552 [annotate] [blame] [check-ins using] [diff] | |
2012-02-17
| ||
21:20 |
Added:
Initial bridging support.
Only strings for now. file: [f6610e413b] check-in: [62f7a0b4d1] user: js, branch: bridge, size: 442 [annotate] [blame] [check-ins using] | |