Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2015-09-17 | Added outdir() method to build targets so we can make output dirs togglable. | Jussi Pakkanen | 1 | -4/+4 | |
2015-09-12 | Check correct output element. | Jussi Pakkanen | 1 | -1/+1 | |
2015-09-11 | Prevent generation of Ninja files with target ambiguities. | Jussi Pakkanen | 1 | -0/+35 | |
2015-09-11 | Put full path to exe_wrapped run targets in case the runner script assumes ↵ | Jussi Pakkanen | 1 | -3/+3 | |
that the runnable binary needs to be in PATH. | |||||
2015-09-11 | Fix. | Jussi Pakkanen | 1 | -1/+1 | |
2015-09-11 | Can have built binaries in run_targets. Closes #264. | Jussi Pakkanen | 1 | -3/+26 | |
2015-09-06 | Made boost on windows kinda work. | Jussi Pakkanen | 1 | -1/+0 | |
2015-09-06 | Fix Windows again. | Jussi Pakkanen | 1 | -1/+1 | |
2015-09-05 | Created iphone cross file and made it possible to specify compile and link ↵ | Jussi Pakkanen | 1 | -3/+24 | |
args in the cross file. | |||||
2015-09-04 | Finally full test suite passes, even gir. | Jussi Pakkanen | 1 | -2/+13 | |
2015-09-03 | Fix all tests except gir, which requires some new functionality. | Jussi Pakkanen | 1 | -15/+15 | |
2015-09-03 | Create symlinks only once during configuration. | Jussi Pakkanen | 1 | -8/+10 | |
2015-09-03 | A bunch more conversions. | Jussi Pakkanen | 1 | -3/+3 | |
2015-09-03 | Converted a bunch of locations to support different target output path. | Jussi Pakkanen | 1 | -11/+35 | |
2015-09-02 | Started target out dir refactoring with some clarifying renamings. | Jussi Pakkanen | 1 | -27/+27 | |
2015-09-02 | Revert msys2 python fixes which turned out to be wrong. Closes #252. | Jussi Pakkanen | 1 | -14/+8 | |
2015-08-27 | Generator outputs are all relative. | Jussi Pakkanen | 1 | -1/+2 | |
2015-08-27 | Use relative path in generators. | Jussi Pakkanen | 1 | -1/+1 | |
2015-08-26 | Merge pull request #245 from DragoonX6/master | Jussi Pakkanen | 1 | -7/+7 | |
Fix Python paths for MSYS2 | |||||
2015-08-26 | Fix accidental use of absolute include paths. | Jussi Pakkanen | 1 | -2/+2 | |
2015-08-26 | Fix Python paths for MSYS2 | Rafaël Kooi | 1 | -7/+7 | |
2015-08-26 | Detect Python bin properly when under msys2. | Jussi Pakkanen | 1 | -1/+7 | |
2015-08-23 | Made Fortran static libraries work. Closes #237. | Jussi Pakkanen | 1 | -0/+13 | |
2015-08-23 | Merge pull request #236 from mesonbuild/depmanifest2 | Jussi Pakkanen | 1 | -0/+1 | |
Add version numbers to projects and generate a dep manifest. | |||||
2015-08-21 | Add version numbers to projects and generate a dep manifest. | Jussi Pakkanen | 1 | -0/+1 | |
2015-08-16 | Use system() instead of name() which is a confusing term. | Jussi Pakkanen | 1 | -1/+1 | |
2015-08-14 | Copy permission bits from source files and fix a path issue. | Jussi Pakkanen | 1 | -1/+6 | |
2015-08-12 | Fix introspection and make it possible to have top level targets with the ↵ | Jussi Pakkanen | 1 | -1/+1 | |
same name in subprojects. Fixes #222. | |||||
2015-08-02 | Allow more than one install script and make gtkdoc method return one. | Jussi Pakkanen | 1 | -2/+1 | |
2015-07-27 | Support target-only cross compilation properly. | Jussi Pakkanen | 1 | -4/+21 | |
2015-07-27 | Now host_machine, build_machine and target_machine are properly separated ↵ | Jussi Pakkanen | 1 | -1/+1 | |
and return correct values. | |||||
2015-07-27 | Changed cross compilation file to new format. | Jussi Pakkanen | 1 | -1/+1 | |
2015-07-23 | Avoid sorting object list before generating target | Afief Halumi | 1 | -4/+1 | |
When adding objects to a build target (specifically static libraries) they should appear at the end of the object list. Sorting the list always put them at the beginning of the list. | |||||
2015-07-05 | Give top level targets unique private directories even if they share a ↵ | Jussi Pakkanen | 1 | -8/+8 | |
basename with some other top level target. | |||||
2015-07-05 | Can create top level targets that have the same name but different type. | Jussi Pakkanen | 1 | -4/+4 | |
2015-07-04 | ninjabackend: drop debugging print | Igor Gnatenko | 1 | -1/+0 | |
We don't want have this print, because it's not needed info for users. It was introduced in cd40187d4ecc99a91aaaf2cad8991d600691c443. Signed-off-by: Igor Gnatenko <i.gnatenko.brain@gmail.com> | |||||
2015-07-03 | Handle files() in Vala arguments and set up deps correctly. | Jussi Pakkanen | 1 | -1/+13 | |
2015-07-03 | Merge branch 'vala_args'. | Jussi Pakkanen | 1 | -0/+1 | |
2015-07-02 | vala: don't ignore vala_args. Closes #192 | Igor Gnatenko | 1 | -0/+1 | |
Signed-off-by: Igor Gnatenko <i.gnatenko.brain@gmail.com> | |||||
2015-07-02 | vala: use --target-glib only if >=, == specified | Igor Gnatenko | 1 | -2/+3 | |
it does changes to generated code to drop deprecated functions, so we can get unexpected errors Signed-off-by: Igor Gnatenko <i.gnatenko.brain@gmail.com> | |||||
2015-07-02 | vala: add support for --target-glib | Igor Gnatenko | 1 | -0/+2 | |
Signed-off-by: Igor Gnatenko <i.gnatenko.brain@gmail.com> | |||||
2015-06-19 | ninjabackend: fix bad-continuation | Igor Gnatenko | 1 | -3/+2 | |
Signed-off-by: Igor Gnatenko <i.gnatenko.brain@gmail.com> | |||||
2015-05-17 | In Vala .vapi files are sort of headers that you must put on the command ↵ | Jussi Pakkanen | 1 | -2/+15 | |
line. Make it so. | |||||
2015-05-17 | Do not use -o with Vala. Closes #120. | Jussi Pakkanen | 1 | -1/+1 | |
2015-05-17 | Do not invoke linker via cmd /c on Windows. | Jussi Pakkanen | 1 | -3/+2 | |
2015-04-26 | A few more eradications of plain strings. | Jussi Pakkanen | 1 | -2/+2 | |
2015-04-22 | Fix the remaining tests. | Jussi Pakkanen | 1 | -10/+9 | |
2015-04-21 | The first step in a major refactoring starts by adding a new layer of ↵ | Jussi Pakkanen | 1 | -1/+7 | |
abstraction. | |||||
2015-04-08 | Autodetect Qt5 rcc dependencies as well as reasonably possible. | Jussi Pakkanen | 1 | -0/+3 | |
2015-04-02 | Can specify explicit dependencies for custom targets. | Jussi Pakkanen | 1 | -0/+6 | |