26 Commits (83cc5ce4c594306f0d37106dfaa829daa6c084a5)

Author SHA1 Message Date
Jussi Pakkanen eb3cdb6f8d Changed cross compilation file to new format. 9 years ago
Jussi Pakkanen cbc3723797 Store warning flags in object instead of class because it does not seem to unpickle cleanly on some platforms. Closes #209. 9 years ago
Igor Gnatenko 19ae286aff compilers: fix can_compile. Closes #189 10 years ago
Jussi Pakkanen 6f76c45a54 Added dummy id field. Closes #181. 10 years ago
Jussi Pakkanen dc7665a7dd Add dummy gcctype. Closes #184. 10 years ago
Jussi Pakkanen ec761ce560 Add gcctype for objc. Closes #179. Closes #180. 10 years ago
Jussi Pakkanen 2b3b0ee449 Added name_string method. Closes #182. Closes #183. 10 years ago
Jussi Pakkanen 9c63d8cd48 Added name_string method. Closes #177. Closes #178 10 years ago
Jussi Pakkanen 756b3365be Added name_string method. Closes #176. 10 years ago
Igor Gnatenko 11c3ec1998 compiler: fix bad-continuation 10 years ago
Jussi Pakkanen 9107bc35d7 Write compile attempts to log. Closes #135. 10 years ago
Igor Gnatenko 46804d4fe6 add has_type method 10 years ago
Jussi Pakkanen 0ba1d545af Accept .S files as assembler too. 10 years ago
Jussi Pakkanen 05b6220844 In Vala .vapi files are sort of headers that you must put on the command line. Make it so. 10 years ago
Jussi Pakkanen 852fb28888 Do not use -o with Vala. Closes #120. 10 years ago
Jussi Pakkanen 83e04ca70f Fix the remaining tests. 10 years ago
Jussi Pakkanen bf9b5d7b72 The first step in a major refactoring starts by adding a new layer of abstraction. 10 years ago
Jussi Pakkanen a4a3ba139b Use -pedantic instead of -Wpedantic on old GCC versions. 10 years ago
Jussi Pakkanen 48477102c9 Now can compile all Qt5 tests with module. 10 years ago
Jussi Pakkanen a91b3fcdc5 Add thread_link_flags to static linkers. 10 years ago
Jussi Pakkanen 2107be2a78 Add thread flags to compilers and use them on dependencies that require threads. Fixes #31. 10 years ago
Jussi Pakkanen 22af56e05a More warnings by default. 10 years ago
Jussi Pakkanen 90447738bb Added pedantic flag which I though had already been there since the beginning. 10 years ago
Jussi Pakkanen 36558a4cd1 Refix Java. 10 years ago
Jussi Pakkanen 0f65a5991c Removed remnants of old debug funcs. 10 years ago
Jussi Pakkanen 08ef881c86 Extracted compiler definitions to their own file. 10 years ago
Jussi Pakkanen 3979e27a78 Get envvar flags for objc and objcpp. 10 years ago
Jussi Pakkanen 8771b1f49b Better Ninja detection. 10 years ago
Jussi Pakkanen 525f0ae6d2 Harmonised copyright declarations. 10 years ago
Jussi Pakkanen 0abc1b1bad Workaround for Clang pch include bug with help from Masashi Fujita. 10 years ago
Jussi Pakkanen 56fba53130 Nag Fortran compiler definition from Peter Koval. 10 years ago
Jussi Pakkanen 1e12b87b93 Gcc and clang can take assebmly files directly. 10 years ago
Jussi Pakkanen e69f691161 VS2013 argument fix. 10 years ago
Jussi Pakkanen 1dc8d324fa A few fixes for bug #6. 10 years ago
Jussi Pakkanen 6f8222a46e Fix for arm library finding. 10 years ago
Jussi Pakkanen f662ef8483 More Fortran compiler definitions from Peter Koval. 10 years ago
Jussi Pakkanen 36d6fc47b3 Fortran compiler fixes from Peter Koval. 10 years ago
Jussi Pakkanen d79b8a19a0 Made include args always return arrays for consistency. 10 years ago
Jussi Pakkanen 1c0a735e00 Use static library dependencies not when the library is built but when it is used. 10 years ago
Jussi Pakkanen 1419a6a316 Do Fortran dependency tracking manually because of bugs in other pieces of software. 10 years ago
Jussi Pakkanen 4d1778f275 Write module files into private directory. 10 years ago
Jussi Pakkanen cba7ee1cd1 OCD 10 years ago
Jussi Pakkanen 08472ed4cc Fortran refactoring. 10 years ago
Jussi Pakkanen 0617d11423 Fortran compiler support patch from Peter Koval. 10 years ago
Jussi Pakkanen c4860ff60f Updated copyright years. 10 years ago
Jussi Pakkanen 1e32c79169 Do not use GNU linker flags on OSX because it does not support them. 10 years ago
Jussi Pakkanen a5863477f8 Kill end of line whitespace dead. 10 years ago
Jussi Pakkanen 55759e4aa9 Can specify project options on the command line and the override defaults. 10 years ago
Jussi Pakkanen 4119859c3d Run VS in inside temp dir so it does not leak files around. 10 years ago
Jussi Pakkanen 21fb06087f Add the object file generated by MSVS pch compilation to the link command line as it is apparently required on some versions. 10 years ago