jpakkane
|
38806249b7
|
Merge pull request #15 from osimola/custom_object
Detect object files generated by custom targets and add them to the link.
|
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 |
Jussi Pakkanen
|
36d6fc47b3
|
Fortran compiler fixes from Peter Koval.
|
10 years ago |
Jussi Pakkanen
|
d79b8a19a0
|
Made include args always return arrays for consistency.
|
10 years ago |
Jussi Pakkanen
|
3ed22fcc56
|
Use external libs of static libraries when the static library is linked to a final target.
|
10 years ago |
Jussi Pakkanen
|
1c0a735e00
|
Use static library dependencies not when the library is built but when it is used.
|
10 years ago |
Jussi Pakkanen
|
8d45972ee3
|
Add flex+bison test case.
|
10 years ago |
Jussi Pakkanen
|
ccf63459c6
|
Made generated source depend on all generated headers.
|
10 years ago |
Jussi Pakkanen
|
a4d867b805
|
Print test command lines to logs.
|
10 years ago |
Jussi Pakkanen
|
b97a8c82e7
|
Can specify Valgrind command line arguments.
|
10 years ago |
Jussi Pakkanen
|
1419a6a316
|
Do Fortran dependency tracking manually because of bugs in other pieces of software.
|
10 years ago |
Jussi Pakkanen
|
4d1778f275
|
Write module files into private directory.
|
10 years ago |
Jussi Pakkanen
|
cba7ee1cd1
|
OCD
|
10 years ago |
Jussi Pakkanen
|
08472ed4cc
|
Fortran refactoring.
|
10 years ago |
Jussi Pakkanen
|
5aa2cd1566
|
Added author info file and instructions on how to add names to it.
|
10 years ago |
Jussi Pakkanen
|
0617d11423
|
Fortran compiler support patch from Peter Koval.
|
10 years ago |
Jussi Pakkanen
|
84a31d0b57
|
Delete old symlink before creating new because symlink creation does not overwrite the old one.
|
10 years ago |