aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2014-10-28Ninja backend: objects generated with custom_target can be linkedJuhani Simola1-0/+2
2014-10-27Do not hardcode path to Python3, because on e.g. OSX it can be anywhere.Jussi Pakkanen3-4/+4
2014-10-24Remove deprecated bits.Jussi Pakkanen1-15/+0
2014-10-24Bump version number for new development.Jussi Pakkanen1-1/+1
2014-10-24Bump version number for release.0.21.0Jussi Pakkanen4-4/+4
2014-10-18Workaround for Clang linker bug where it can not find shared libraries in rpa...Jussi Pakkanen1-0/+5
2014-10-18Workaround for Clang pch include bug with help from Masashi Fujita.Jussi Pakkanen2-0/+14
2014-10-18Delete old symlinks if they exist.Jussi Pakkanen1-0/+12
2014-10-11Trademark info.Jussi Pakkanen1-1/+3
2014-10-11Renamed data() to install_data().Jussi Pakkanen3-2/+7
2014-10-11Renamed man() to install_man().Jussi Pakkanen3-3/+8
2014-10-11Renamed headers() to install_headers().Jussi Pakkanen4-4/+9
2014-10-11Nag Fortran compiler definition from Peter Koval.Jussi Pakkanen1-0/+25
2014-10-05Moved is_subproject into the meson object.Jussi Pakkanen3-6/+6
2014-09-30Gcc and clang can take assebmly files directly.Jussi Pakkanen1-0/+6
2014-09-26VS2013 argument fix.Jussi Pakkanen1-3/+8
2014-09-26Fortran dep fix on Windows.Jussi Pakkanen1-3/+7
2014-09-26A few suffix fixes.Jussi Pakkanen2-2/+2
2014-09-26Install script fix for Windows.Jussi Pakkanen2-0/+15
2014-09-26Some windows fixes.Jussi Pakkanen2-4/+8
2014-09-23A few fixes for bug #6.Jussi Pakkanen1-3/+6
2014-09-21Fix for arm library finding.Jussi Pakkanen1-0/+2
2014-09-20Multiple generated sources in one target now work.Jussi Pakkanen7-15/+59
2014-09-20Can have arrays of stuff.Jussi Pakkanen1-6/+9
2014-09-20Run scripts direct if possible.Jussi Pakkanen1-11/+12
2014-09-20Autodetect runnable commands on unix (where chmod values might be wrong) and ...Jussi Pakkanen8-28/+71
2014-09-19Custom targets can have multiple inputs and outputs.Jussi Pakkanen1-0/+4
2014-09-19Can chain multiple logical operations in a row.Jussi Pakkanen2-4/+16
2014-09-18More Fortran compiler definitions from Peter Koval.Jussi Pakkanen1-0/+77
2014-09-18Added array methods.Jussi Pakkanen2-3/+73
2014-09-14Per-target type known keyword lists.Jussi Pakkanen1-30/+47
2014-09-13New version name for new development.Jussi Pakkanen2-1/+1
2014-09-13Bump version number for release.0.20.0Jussi Pakkanen4-4/+4
2014-09-08Fortran compiler fixes from Peter Koval.Jussi Pakkanen1-3/+37
2014-09-05Made include args always return arrays for consistency.Jussi Pakkanen3-18/+18
2014-09-03Use external libs of static libraries when the static library is linked to a ...Jussi Pakkanen4-0/+27
2014-09-02Use static library dependencies not when the library is built but when it is ...Jussi Pakkanen8-2/+35
2014-08-25Add flex+bison test case.Jussi Pakkanen5-0/+79
2014-08-24Made generated source depend on all generated headers.Jussi Pakkanen1-5/+22
2014-08-24Print test command lines to logs.Jussi Pakkanen1-8/+12
2014-08-24Can specify Valgrind command line arguments.Jussi Pakkanen3-4/+15
2014-08-19Do Fortran dependency tracking manually because of bugs in other pieces of so...Jussi Pakkanen2-14/+34
2014-08-16Write module files into private directory.Jussi Pakkanen2-0/+4
2014-08-13OCDJussi Pakkanen1-1/+2
2014-08-13Fortran refactoring.Jussi Pakkanen1-18/+19
2014-08-13Added author info file and instructions on how to add names to it.Jussi Pakkanen2-1/+10
2014-08-13Fortran compiler support patch from Peter Koval.Jussi Pakkanen1-14/+43
2014-08-12Delete old symlink before creating new because symlink creation does not over...Jussi Pakkanen1-1/+6
2014-08-12Can set headers() with variables.Jussi Pakkanen2-1/+4
2014-08-12Warn on unknown kwargs on custom targets.Jussi Pakkanen1-0/+13