179 Commits (8467c5b0a66c699c8854579a75d87d4ffc269e51)

Author SHA1 Message Date
Jussi Pakkanen 08c64d19d2 Generate a solution file of sorts. 11 years ago
Jussi Pakkanen bc97fb5c85 Backend work is start. 11 years ago
Jussi Pakkanen 2502beccc9 The final renaming. 11 years ago
Jussi Pakkanen 4ab3dc440b Kill ply dependency dead. 11 years ago
Jussi Pakkanen c7865cd98f Now with working subdirs for Java. 11 years ago
Jussi Pakkanen efc79fb85e Can run built jar files. 11 years ago
Jussi Pakkanen 7cd9749127 Java compiles and links. 11 years ago
Jussi Pakkanen ed8fd95505 A few tweaks. 11 years ago
Jussi Pakkanen 9955ca254b Can generate a build.ninja for Jave but it does not work yet. 11 years ago
Jussi Pakkanen 3dadcbc9a7 Can create jar objects. 11 years ago
Jussi Pakkanen 26539f27fe Added a link_depends keyword for build targets. 11 years ago
Jussi Pakkanen 040083cdb6 Can define custom linker flags. 11 years ago
Jussi Pakkanen 8e29f2b160 Can have multiple source files with the same name in one target. 11 years ago
Jussi Pakkanen 836c978c94 C++ compiler can compile .h file, too. 11 years ago
Jussi Pakkanen eb51163185 Fix the remaining custom install dirs. 11 years ago
Jussi Pakkanen 51827d4484 Can override install directory on a target-by-target basis. 11 years ago
Jussi Pakkanen d84d70fa9a Specify subdirs explicitly. 11 years ago
Jussi Pakkanen 161f2a6a30 Pkg-config files are now installed. 11 years ago
Jussi Pakkanen 5d08d94561 Can create pkg-config files. 11 years ago
Jussi Pakkanen 088d333699 Final touches to unity builds. 11 years ago
Jussi Pakkanen a04a10d29c Handle generated sources in Unity builds. 11 years ago
Jussi Pakkanen e5b59ac9e9 Get source subdir. 11 years ago
Jussi Pakkanen ef1e724543 Handle multiple different languages in Unity builds. 11 years ago
Jussi Pakkanen e18ae06602 The very basics of unity builds. 11 years ago
Jussi Pakkanen e21e7091e7 Track dependencies of subproject option files. 11 years ago
Jussi Pakkanen 17b5920aa8 Determine and use the proper linker based on input source languages. 11 years ago
Jussi Pakkanen 7d1999dc09 Get rid of msvc banner for good. 11 years ago
Jussi Pakkanen 8f5d93b4d4 Can extract objects from targets and use them in other targets. 11 years ago
Jussi Pakkanen bcdb84fcbe Can use object files directly in targets. 11 years ago
Jussi Pakkanen 11cfb3ce22 Can set test cmd arguments and environment variables. 11 years ago
Jussi Pakkanen df7c130566 Start using gcc dependency file packing. 11 years ago
Jussi Pakkanen cca448254d Bump required Ninja version to celebrate the release of Ubuntu Saucy. 11 years ago
Jussi Pakkanen e5bbc0f27c Quote rule properly on Windows. 11 years ago
Jussi Pakkanen 4c3cb395ce Only depend on options file if it is really there. 11 years ago
Jussi Pakkanen 07b7d63ccb Add a dependency to the option file. 11 years ago
Jussi Pakkanen 7fa7979788 Can enable or disable the use of pch. 11 years ago
Jussi Pakkanen 6694d01a16 Fixed OSX. 11 years ago
Jussi Pakkanen 62a607c057 Some more tests passing. 11 years ago
Jussi Pakkanen 9f05fce831 Slogging through the test suite. 11 years ago
Jussi Pakkanen 3673791b4f Rpaths start working. 11 years ago
Jussi Pakkanen 10a4f0c93b Regenerate when coredata changes (e.g. via mesongui). 11 years ago
Jussi Pakkanen a2959fd0f4 Basic work on extracting build target types from the interpreter. 11 years ago
Jussi Pakkanen ff1ac7eed1 Transfer test parallelism data from source to test runner. 11 years ago
Jussi Pakkanen 0e19d90e97 Now can generate mo files from po files and install them. 11 years ago
Jussi Pakkanen b422afac9b Text clarification. 11 years ago
Jussi Pakkanen 8523bd6ba7 Can generate pot files on command. 11 years ago
Jussi Pakkanen 3c3e580aea Parse gettext command and generate rule. 11 years ago
Jussi Pakkanen d742f1be51 Guard against people running Meson on an already configured build dir. 11 years ago
Jussi Pakkanen 0f35ac078d Made PCH work with cross compilation. 11 years ago
Jussi Pakkanen 1571bfc6a9 Static cross linking works again. 11 years ago