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 |
Jussi Pakkanen
|
ef788a31ce
|
Can set headers() with variables.
|
10 years ago |
Jussi Pakkanen
|
8f5a51f0c7
|
Warn on unknown kwargs on custom targets.
|
10 years ago |
Jussi Pakkanen
|
81a7c41799
|
Print a warning on unknown keyword arguments on build targets.
|
10 years ago |
Jussi Pakkanen
|
fcbe689561
|
Check if executables need to be run with Mono.
|
10 years ago |
Jussi Pakkanen
|
47b60fb10e
|
Bump version number for new development.
|
10 years ago |
Jussi Pakkanen
|
3032bf5283
|
Commit number 1000 is release number 0.19.0.
|
10 years ago |
Jussi Pakkanen
|
c4860ff60f
|
Updated copyright years.
|
10 years ago |
Jussi Pakkanen
|
1e32c79169
|
Do not use GNU linker flags on OSX because it does not support them.
|
10 years ago |
Jussi Pakkanen
|
b4d2437f24
|
Ignore missing Fortran modules as they may come from the compiler itself.
|
10 years ago |
Jussi Pakkanen
|
1b830c907f
|
Handle Fortran sources with dependencies to themselves.
|
10 years ago |
Jussi Pakkanen
|
f3d0778403
|
Handle Fortran's MODULE PROCEDURE construct.
|
10 years ago |
Jussi Pakkanen
|
a5863477f8
|
Kill end of line whitespace dead.
|
10 years ago |
Jussi Pakkanen
|
3e29c4fccb
|
A few more pointless fixes.
|
10 years ago |
Jussi Pakkanen
|
d400524781
|
Fix a few resource leaks in a fit of OCD.
|
10 years ago |
Jussi Pakkanen
|
55759e4aa9
|
Can specify project options on the command line and the override defaults.
|
10 years ago |
Jussi Pakkanen
|
4119859c3d
|
Run VS in inside temp dir so it does not leak files around.
|
10 years ago |
Jussi Pakkanen
|
cf6a395014
|
Spell out include_directories.
|
10 years ago |
Jussi Pakkanen
|
09686a4e4d
|
Use proper suffix with Fortran on Windows.
|
10 years ago |
Jussi Pakkanen
|
21fb06087f
|
Add the object file generated by MSVS pch compilation to the link command line as it is apparently required on some versions.
|
10 years ago |
Jussi Pakkanen
|
64b01354fb
|
.f90 is Fortran too.
|
10 years ago |
Jussi Pakkanen
|
100c20e568
|
Scan Fortran dependencies at the beginning for all sources.
|
10 years ago |
Jussi Pakkanen
|
5303b1d0f4
|
Scan Fortran dependencies, but it fails currently due to a deficiency in Ninja.
|
10 years ago |