ObjFW  History of generators/Makefile of 4133c5055dc85fbd

History of the file that is called generators/Makefile at check-in 4133c5055dc85fbd

2023-07-15
21:20
[f73c114258] part of check-in [f0b0aacf36] Remove Amiga .library support

This will be moved to the "amiga-library" branch entirely in order to
not block the 1.0 release, as this is still far from finished. (check-in: [f0b0aacf36] user: js, branch: trunk, size: 2748) [annotate] [blame] [check-ins using] [diff]

2021-09-05
20:19
[9009fb89e7] part of check-in [be8865bcd2] Don't automatically run tests

This avoids running them twice (once on make and once on make install)
and potentially running them as root (during make install). (check-in: [be8865bcd2] user: js, branch: trunk, size: 2920) [annotate] [blame] [check-ins using] [diff]

2021-05-02
21:53
[c50589aa66] part of check-in [ad5d859b38] Fix cleaning up symlinks in Makefiles (check-in: [ad5d859b38] user: js, branch: trunk, size: 2920) [annotate] [blame] [check-ins using] [diff]
15:23
[8841c48b39] part of check-in [e0b7114416] Update buildsys (check-in: [e0b7114416] user: js, branch: trunk, size: 2917) [annotate] [blame] [check-ins using] [diff]
2020-12-29
13:53
[c6ebd60fbb] part of check-in [a9e0972112] generators/library: Restructure the code a little (check-in: [a9e0972112] user: js, branch: trunk, size: 2687) [annotate] [blame] [check-ins using] [diff]
2020-12-25
21:03
Renamed generators/Makefile → generators/unicode/Makefile. [1d508bcb51] part of check-in [21053d6a02] Move Unicode table generator to a subdirectory (check-in: [21053d6a02] user: js, branch: trunk, size: 2681) [annotate] [blame] [check-ins using] [diff]
2020-04-19
14:07
[0e25880b06] part of check-in [dcebb980d6] Update buildsys (check-in: [dcebb980d6] user: js, branch: trunk, size: 2597) [annotate] [blame] [check-ins using] [diff]
2019-06-17
00:38
[3ca3993514] part of check-in [79fe29dbf4] Remove underscores from library & framework names

This is more compatible with the various conventions used on various
systems. (check-in: [79fe29dbf4] user: js, branch: trunk, size: 2633) [annotate] [blame] [check-ins using] [diff]

2019-05-05
19:28
[74fa5c5d76] part of check-in [1e70711672] Create separate Amiga libraries for OS3 & MorphOS

Otherwise, it would be necessary to make unwinding work between 68k and
PPC code, and would get even worse with OS4 support.

This also includes using separate .sfd files. (check-in: [1e70711672] user: js, branch: trunk, size: 2671) [annotate] [blame] [check-ins using] [diff]

2018-07-07
22:39
[4bc126b447] part of check-in [dcfac93cc3] generators: Improve library symlinking (check-in: [dcfac93cc3] user: js, branch: trunk, size: 2643) [annotate] [blame] [check-ins using] [diff]
2017-07-02
19:22
[01a5c9540b] part of check-in [08291826b1] Use WRAPPER instead of TEST_LAUNCHER

This is more general and can also be used for the generators. (check-in: [08291826b1] user: js, branch: trunk, size: 1337) [annotate] [blame] [check-ins using] [diff]

2017-06-28
20:15
[f684c10cf8] part of check-in [a5b7a83236] TableGenerator: Several minor improvements (check-in: [a5b7a83236] user: js, branch: trunk, size: 1343) [annotate] [blame] [check-ins using] [diff]
2015-06-28
18:06
[15274030ad] part of check-in [44f1c04c03] Update to Unicode 8.0 (check-in: [44f1c04c03] user: js, branch: trunk, size: 1290) [annotate] [blame] [check-ins using] [diff]
2015-01-30
21:14
[4e77b332fa] part of check-in [8b593c9da0] Fix rm of libobjfw.$major.dylib before symlinking (check-in: [8b593c9da0] user: js, branch: trunk, size: 1271) [annotate] [blame] [check-ins using] [diff]
2014-08-07
20:20
[bb37ae1f06] part of check-in [21d8c47508] Fix generators/Makefile on OS X (check-in: [21d8c47508] user: js, branch: trunk, size: 1252) [annotate] [blame] [check-ins using] [diff]
2013-03-04
17:20
[193fb354a9] part of check-in [c5ef582958] Replace BOOL with bool.

The only places where BOOL is left are those where they are required by
the ABI. (check-in: [c5ef582958] user: js, branch: trunk, size: 1228) [annotate] [blame] [check-ins using] [diff]

2013-01-23
21:57
[eba8d44ad9] part of check-in [7e2ee1bbf2] TableGenerator: Don't depend on wget anymore. (check-in: [7e2ee1bbf2] user: js, branch: trunk, size: 1257) [annotate] [blame] [check-ins using] [diff]
2012-07-04
19:11
[4c75e82c1d] part of check-in [910631a4c8] Add -I for included runtime in generators. (check-in: [910631a4c8] user: js, branch: trunk, size: 1441) [annotate] [blame] [check-ins using] [diff]
2011-03-25
03:28
[4228f5bfde] part of check-in [ffad44fe10] Export LIBRARY_PATH (for Haiku). (check-in: [ffad44fe10] user: js, branch: trunk, size: 1424) [annotate] [blame] [check-ins using] [diff]
2010-10-05
19:52
[4431feb510] part of check-in [4da2b3bcf0] Use ${LN_S} instead of ln -s. (check-in: [4da2b3bcf0] user: js, branch: trunk, size: 1374) [annotate] [blame] [check-ins using] [diff]
2010-04-08
21:14
[abb6a753db] part of check-in [db6e3205fd] Make TableGenerator an OFApplicationDelegate. (check-in: [db6e3205fd] user: js, branch: trunk, size: 1332) [annotate] [blame] [check-ins using] [diff]
2010-03-04
22:46
[e6f92c1afe] part of check-in [dda573f040] Make it easier to change library version. (check-in: [dda573f040] user: js, branch: trunk, size: 1349) [annotate] [blame] [check-ins using] [diff]
2010-01-16
15:22
[286af8b6ae] part of check-in [5b43f00359] Fix Makefiles forgotten in lib version bump. (check-in: [5b43f00359] user: js, branch: trunk, size: 1137) [annotate] [blame] [check-ins using] [diff]
2009-12-02
09:45
[4359c1183e] part of check-in [25d8c4c030] Fix one more missing LD = ${OBJC}. (check-in: [25d8c4c030] user: js, branch: trunk, size: 1137) [annotate] [blame] [check-ins using] [diff]
2009-11-02
10:11
[d66cc078f4] part of check-in [ef0c1ebc68] Enhance Unicode table generator so it produces smaller output. (check-in: [ef0c1ebc68] user: js, branch: trunk, size: 1124) [annotate] [blame] [check-ins using] [diff]
2009-10-31
14:46
[12f632ea2d] part of check-in [a95f375c28] Add case folding table generator. (check-in: [a95f375c28] user: js, branch: trunk, size: 1162) [annotate] [blame] [check-ins using] [diff]
2009-10-29
14:16
[7ae395816f] part of check-in [c51761c6e9] Split Unicode table generator and download CaseFolding.txt. (check-in: [c51761c6e9] user: js, branch: trunk, size: 1130) [annotate] [blame] [check-ins using] [diff]
2009-10-19
22:09
[3e90090f60] part of check-in [c5d489cefd] Automatically download UnicodeData.txt if it's missing. (check-in: [c5d489cefd] user: js, branch: trunk, size: 1009) [annotate] [blame] [check-ins using] [diff]
2009-10-12
16:57
Added: [20ac2c40c4] part of check-in [823d308096] Add generator for Unicode tables. (check-in: [823d308096] user: js, branch: trunk, size: 919) [annotate] [blame] [check-ins using]