Ryan Schmidt
8f68ffd203
Declare all C function parameters
...
Specify parameters for all C functions. Not specifying parameters is the
same as specifying "void" in C++ and in C23 and later but that's not the
case in C prior to C23.
Compile C files with the same warnings as C++ files, additionally making
the strict prototypes warning an error to catch such problems in the
future. This commit isn't intended to address all the other warnings now
being emitted.
2022-12-05 06:48:30 -06:00
Wolfgang Thaller
fbdf2c4bcb
Fix Dialog sample for Carbon on classic MacOS ( #110 )
2020-07-22 20:02:29 +02:00
Wolfgang Thaller
4cc414dbd7
Carbon requires certain 'SIZE' flags to be set
2019-11-12 00:09:00 +01:00
Wolfgang Thaller
898ebff404
improve MultiversalInterfaces compatibility
2019-09-09 01:05:01 +02:00
Wolfgang Thaller
e5185d23c3
Switch tab-indented files to 4-space indent
2019-08-18 13:21:00 +02:00
Wolfgang Thaller
c1839aed89
minor cmakelists cleanup
2019-01-22 18:29:03 +01:00
Wolfgang Thaller
2dec12faee
fix incorrect documentation for CMAKE_TOOLCHAIN_FILE parameter
2018-07-20 16:28:01 +02:00
Wolfgang Thaller
8b5f06cb9b
Fix #28 : Don't pass Elf2Mac options on PPC. There is life beyond the 68K.
2017-10-02 09:21:28 +02:00
Wolfgang Thaller
c10538e350
build Samples/Dialog as single-segment app (to prevent the code path from rotting)
2017-09-30 23:38:23 +02:00
Wolfgang Thaller
0ecc07538f
Make things work with Universal Interfaces 3.0
2017-09-21 15:41:10 +02:00
Wolfgang Thaller
9866de71bb
More Carbon support (Dialogs example)
2015-10-08 22:44:18 +02:00
Wolfgang Thaller
f1c4fe3a22
MakeAPPL is now obsolete, as everything it does can be done by Rez
2015-07-20 20:05:38 +02:00
Wolfgang Thaller
d26d88f5ee
Rez: better error reporting
2015-07-19 00:59:46 +02:00
Wolfgang Thaller
e4d2e8bd00
fix build-toolchain, make Dialog sample compile with another Universal Headers version
2015-07-17 19:39:44 +02:00
Wolfgang Thaller
a6c14ce2cc
cleanup
2015-07-17 02:00:51 +02:00
Wolfgang Thaller
9237ce6392
Integrate Rez with the add_application cmake command, add "Dialog" sample
2015-07-17 00:32:27 +02:00