Commit Graph

201 Commits

Author SHA1 Message Date
Jussi Pakkanen 5bebe6ce14 A few more eradications of plain strings. 2015-04-26 01:56:02 +03:00
Jussi Pakkanen 6237695e96 Use File objects for all sources. Fix all basic tests. 2015-04-22 15:53:46 +03:00
Jussi Pakkanen 2e93295c2e Generate configure files immediately when they are declared. Closes #88. 2015-03-27 23:41:28 +02:00
Jussi Pakkanen e46c1743ce Allow use of external test executables. Closes #89. 2015-03-27 19:09:26 +02:00
Jussi Pakkanen d289887b1b Add should_fail kwarg to test to indicate tests that should fail. 2015-03-23 23:11:04 +02:00
Jussi Pakkanen 525f0ae6d2 Harmonised copyright declarations. 2014-11-16 20:19:12 +02:00
Jussi Pakkanen 74d6502de2 Workaround for Clang linker bug where it can not find shared libraries in rpath directories. The solution is to specify all linker targets every time. 2014-10-18 14:23:45 +03:00
Jussi Pakkanen d79b8a19a0 Made include args always return arrays for consistency. 2014-09-05 18:52:17 +03:00
Jussi Pakkanen b97a8c82e7 Can specify Valgrind command line arguments. 2014-08-24 01:41:12 +03:00
Jussi Pakkanen c4860ff60f Updated copyright years. 2014-08-11 00:20:17 +03:00
Jussi Pakkanen 100c20e568 Scan Fortran dependencies at the beginning for all sources. 2014-08-03 21:29:13 +03:00
Jussi Pakkanen a77551f3d7 Basic Fortran support. 2014-08-01 16:25:29 +03:00
Jussi Pakkanen bae8507753 Make it possible to generate source files in custom targets. 2014-07-27 02:54:23 +03:00
Jussi Pakkanen 7f09d89eaa More betterer sorting. 2014-07-19 16:17:38 +03:00
Jussi Pakkanen fb884e3856 Can compile C# programs with Mono. 2014-07-18 21:49:14 +03:00
Jussi Pakkanen 83237f2b38 Added option for werror. 2014-07-18 20:51:26 +03:00
Jussi Pakkanen 3a3be0f61b Can now build object files in generators, too. 2014-07-08 17:08:34 +03:00
Jussi Pakkanen d2b5e5c7a5 The mass flags -> args renaming for consistency. 2014-06-22 17:10:00 +03:00
Jussi Pakkanen f22376701b Can compile very basic Rust programs. 2014-06-18 01:22:55 +03:00
Jussi Pakkanen 73ca870bef Can specify standalone command targets. 2014-06-11 22:38:36 +03:00
Jussi Pakkanen 365f529c75 Store build flags into coredata as it is persistent and needs to survive over Meson reconfigurations. 2014-06-07 23:43:16 +03:00
Jussi Pakkanen f88779319d Get compile and link flags from envvars. 2014-06-07 23:43:15 +03:00
Jussi Pakkanen 2ecd2ea65a Can define custom targets. 2014-05-19 00:59:35 +03:00
Jussi Pakkanen 7edd58f591 Now can compile Vala executables. 2014-05-10 02:26:54 +03:00
Jussi Pakkanen c21637a01d Fixed unity builds for Qt5. 2014-04-16 22:38:29 +03:00
Jussi Pakkanen b626d017a2 Specify build flags per build type. 2014-04-16 20:51:31 +03:00
Jussi Pakkanen f23a5a1150 Write generator deps to Ninja files properly. Now can compile 1300+ files of QtCreator without dependency problems. 2014-04-07 21:28:10 +03:00
Jussi Pakkanen ac81594952 Added capability to compile sources files with moc, too. 2014-04-06 19:56:38 +03:00
Jussi Pakkanen 65e4971685 Put targets in their subdirectories. 2014-04-02 21:03:21 +03:00
Jussi Pakkanen 1967b64180 Separated backends into their own files. 2014-03-31 18:44:25 +03:00
Jussi Pakkanen 72455e555f Override output dir with XCode so tests can run. 2014-03-31 02:14:03 +03:00
Jussi Pakkanen bc3018195e Generate command to run tests with XCode. 2014-03-31 01:54:28 +03:00
Jussi Pakkanen 210fbf7398 Can generate a project that xcodebuild will build. 2014-03-30 23:55:27 +03:00
Jussi Pakkanen 17699e0a37 Some more fixes. 2014-03-30 23:20:40 +03:00
Jussi Pakkanen 2778b5a55e Some more fixes. 2014-03-30 21:37:26 +03:00
Jussi Pakkanen 028c0b9530 A few fixes to xcode exporter. 2014-03-30 20:44:22 +03:00
Jussi Pakkanen b549875b68 Finally can generate an entire xcodeproj file. Next up: debugging it to work. 2014-03-28 23:42:01 +02:00
Jussi Pakkanen 6f5a16176f Generate buildconfs for toplevel items. 2014-03-28 23:28:29 +02:00
Jussi Pakkanen bc91a9df8d Set up allbuild target configuration. 2014-03-28 23:07:03 +02:00
Jussi Pakkanen 31eb8cc1aa Better project conf generation. 2014-03-28 22:56:38 +02:00
Jussi Pakkanen 8d08748d0d Generate target dependencies. I hope. 2014-03-28 22:26:20 +02:00
Jussi Pakkanen 0407f1eb82 Created ContainerItemProxies, whatever they might be. 2014-03-28 22:12:22 +02:00
Jussi Pakkanen 7fb647b637 Now with aggregate target. 2014-03-28 21:51:54 +02:00
Jussi Pakkanen d7592324ce Generate native target. 2014-03-28 21:33:37 +02:00
Jussi Pakkanen 27cf4d9db6 Generate source build phase bit. 2014-03-28 20:47:42 +02:00
Jussi Pakkanen 89c2348420 Generate target file refs. 2014-03-28 19:35:56 +02:00
Jussi Pakkanen 424d9b2038 Generate pbxgroup of sorts. 2014-03-28 19:26:24 +02:00
Jussi Pakkanen 4e56cb47f5 Can create a Project object and all its deps (almost). 2014-03-27 19:32:59 +02:00
Jussi Pakkanen c4c5e2d30b Create buildfile refs. 2014-03-27 18:40:39 +02:00
Jussi Pakkanen 448dd12471 Generate file id entries. 2014-03-27 18:30:18 +02:00