Commit Graph

217 Commits

Author SHA1 Message Date
Jussi Pakkanen 5467b7d58b Made Fortran static libraries work. Closes #237. 2015-08-23 20:17:37 +03:00
Jussi Pakkanen 5ffe46bc6a Add version numbers to projects and generate a dep manifest. 2015-08-21 22:11:44 +03:00
Jussi Pakkanen 24d23c3086 Can add file objects to command line arguments. Closes #235. 2015-08-21 22:11:26 +03:00
Jussi Pakkanen 9d9ba50911 Put build type warning flags at the beginning so they are overridable. 2015-08-06 22:12:32 +02:00
Jussi Pakkanen c12a4c1aca Merge pull request #214 from mesonbuild/cross
Merge cross compilation branch.
2015-07-29 00:04:29 +03:00
Jussi Pakkanen b7e391ead4 Simulate rpath on windows by adding dll subdirectories to global path in tests. 2015-07-28 00:09:37 +03:00
Jussi Pakkanen 30d0c2292f Support target-only cross compilation properly. 2015-07-27 00:55:28 +03:00
Jussi Pakkanen eb3cdb6f8d Changed cross compilation file to new format. 2015-07-27 00:54:40 +03:00
Jussi Pakkanen fa74ef4c57 Added timeout kwarg to tests. 2015-07-23 22:28:03 +03:00
Jussi Pakkanen 0356024300 Give top level targets unique private directories even if they share a basename with some other top level target. 2015-07-05 12:46:23 +03:00
Jussi Pakkanen 528e817bca Removed prints that stayed behind by accident. 2015-06-17 21:36:53 +03:00
Jussi Pakkanen 8f27cd399e Fixed broken subdir object extraction and moved tests. 2015-06-17 20:50:03 +03:00
Jussi Pakkanen de941eb4f6 Fix extract_object in a subproject. 2015-06-11 00:27:18 +03:00
Mathieu Duponchelle 0a726413ae backends: Add extra args after compiler.std_warn_args.
This to give a chance to the application to disable pedantic
for example.
2015-05-29 22:13:59 +02:00
Jussi Pakkanen ff51f2196f Make extract_objects work with subdirectories. 2015-05-21 22:31:10 +03:00
Jussi Pakkanen 9c6ae66211 A fix. 2015-05-17 19:01:50 +03:00
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