1070 Commits (46773e75a8d546d8b101d2938eff0c4021f93734)
 

Author SHA1 Message Date
Jussi Pakkanen 46773e75a8 Create symlinks properly. Fixes #19. 10 years ago
Jussi Pakkanen 47bea98298 Allow getting builtin options with get_option. Fixes #23. 10 years ago
Jussi Pakkanen e0ec0c977f Do not quote $out or $in because Ninja does it by itself. 10 years ago
Jussi Pakkanen 9ce01c16f4 Minor tweak. 10 years ago
Jussi Pakkanen e5b1d855a1 Further harmonise held_object. 10 years ago
Jussi Pakkanen 188986fac3 Harmonise held_object usage somewhat. 10 years ago
Jussi Pakkanen d73af2558a Pkg-config detection cleanup. 10 years ago
Jussi Pakkanen be0f357f1d Dafuq? 10 years ago
Jussi Pakkanen b44ca46e92 Implement a foreach loop construct. Closes #17. 10 years ago
Jussi Pakkanen 0c86f30d4b Can install entire subtrees with one command. Closes #14. 10 years ago
Jussi Pakkanen a500c6cfa8 Can install data files from subdirectories. 10 years ago
Jussi Pakkanen d767bcf86d Can install man files from a subdir. 10 years ago
Jussi Pakkanen 8313c4ed00 Use correct path when installing headers. Fixes #16. 10 years ago
Jussi Pakkanen 10313fa3eb Removed -qt5 arg as that should be handled elsewhere. 10 years ago
Jussi Pakkanen e4c06794e8 Added attribution. 10 years ago
jpakkane 38806249b7 Merge pull request #15 from osimola/custom_object 10 years ago
Jussi Pakkanen 751f03c557 Pass -qt5 command line argument to qt5 tools because otherwise they fail on Debian systems where qt5-default is not installed (e.g. pbuilder). 10 years ago
Juhani Simola d6a21792c3 Ninja backend: objects generated with custom_target can be linked 10 years ago
Jussi Pakkanen 174db67471 Do not hardcode path to Python3, because on e.g. OSX it can be anywhere. 10 years ago
Jussi Pakkanen bc73dce3dc Remove deprecated bits. 10 years ago
Jussi Pakkanen 6d9c55c01d Bump version number for new development. 10 years ago
Jussi Pakkanen ad2f03da7b Bump version number for release. 10 years ago
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. 10 years ago
Jussi Pakkanen 0abc1b1bad Workaround for Clang pch include bug with help from Masashi Fujita. 10 years ago
Jussi Pakkanen 28ceaa650c Delete old symlinks if they exist. 10 years ago
Jussi Pakkanen 7360b9f67c Trademark info. 10 years ago
Jussi Pakkanen 8aa45655b7 Renamed data() to install_data(). 10 years ago
Jussi Pakkanen 97303b1783 Renamed man() to install_man(). 10 years ago
Jussi Pakkanen 65974b4dad Renamed headers() to install_headers(). 10 years ago
Jussi Pakkanen 56fba53130 Nag Fortran compiler definition from Peter Koval. 10 years ago
Jussi Pakkanen 43f5166df2 Moved is_subproject into the meson object. 10 years ago
Jussi Pakkanen 1e12b87b93 Gcc and clang can take assebmly files directly. 10 years ago
Jussi Pakkanen e69f691161 VS2013 argument fix. 10 years ago
Jussi Pakkanen 83df68aa3f Fortran dep fix on Windows. 10 years ago
Jussi Pakkanen dcdfb7e3ba A few suffix fixes. 10 years ago
Jussi Pakkanen 263c917c6a Install script fix for Windows. 10 years ago
Jussi Pakkanen ff934952a0 Some windows fixes. 10 years ago
Jussi Pakkanen 1dc8d324fa A few fixes for bug #6. 10 years ago
Jussi Pakkanen 6f8222a46e Fix for arm library finding. 10 years ago
Jussi Pakkanen 154dc83973 Multiple generated sources in one target now work. 10 years ago
Jussi Pakkanen 5d17e417b4 Can have arrays of stuff. 10 years ago
Jussi Pakkanen 76997caee2 Run scripts direct if possible. 10 years ago
Jussi Pakkanen 77c14525c3 Autodetect runnable commands on unix (where chmod values might be wrong) and Windows (where files with weird suffixes are unrunnable. 10 years ago
Jussi Pakkanen dbb72bfd12 Custom targets can have multiple inputs and outputs. 10 years ago
Jussi Pakkanen 1a8d830e05 Can chain multiple logical operations in a row. 10 years ago
Jussi Pakkanen f662ef8483 More Fortran compiler definitions from Peter Koval. 10 years ago
Jussi Pakkanen 9e7009bf23 Added array methods. 10 years ago
Jussi Pakkanen a8a696c55f Per-target type known keyword lists. 10 years ago
Jussi Pakkanen 2d0f9d044b New version name for new development. 10 years ago
Jussi Pakkanen 7a8ff8da5d Bump version number for release. 10 years ago