aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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
2014-08-12Print a warning on unknown keyword arguments on build targets.Jussi Pakkanen1-0/+33
2014-08-11Check if executables need to be run with Mono.Jussi Pakkanen1-0/+8
2014-08-11Bump version number for new development.Jussi Pakkanen1-1/+1
2014-08-11Commit number 1000 is release number 0.19.0.0.19.0Jussi Pakkanen4-4/+4
2014-08-11Updated copyright years.Jussi Pakkanen12-12/+12
2014-08-10Do not use GNU linker flags on OSX because it does not support them.Jussi Pakkanen1-24/+30
2014-08-08Ignore missing Fortran modules as they may come from the compiler itself.Jussi Pakkanen1-2/+8
2014-08-08Handle Fortran sources with dependencies to themselves.Jussi Pakkanen3-0/+20
2014-08-08Handle Fortran's MODULE PROCEDURE construct.Jussi Pakkanen3-0/+21
2014-08-07Kill end of line whitespace dead.Jussi Pakkanen11-44/+44
2014-08-06A few more pointless fixes.Jussi Pakkanen3-3/+3
2014-08-06Fix a few resource leaks in a fit of OCD.Jussi Pakkanen2-0/+2
2014-08-06Can specify project options on the command line and the override defaults.Jussi Pakkanen5-5/+25
2014-08-05Run VS in inside temp dir so it does not leak files around.Jussi Pakkanen1-10/+12
2014-08-05Spell out include_directories.Jussi Pakkanen9-11/+11
2014-08-04Use proper suffix with Fortran on Windows.Jussi Pakkanen1-1/+2
2014-08-04Add the object file generated by MSVS pch compilation to the link command lin...Jussi Pakkanen2-10/+17
2014-08-04.f90 is Fortran too.Jussi Pakkanen1-1/+1
2014-08-03Scan Fortran dependencies at the beginning for all sources.Jussi Pakkanen3-134/+174
2014-08-03Scan Fortran dependencies, but it fails currently due to a deficiency in Ninja.Jussi Pakkanen5-2/+46
2014-08-01Fortran suffix improvingness.Jussi Pakkanen1-1/+2
2014-08-01Get Fortran flags from envvars.Jussi Pakkanen1-0/+3
2014-08-01Basic Fortran support.Jussi Pakkanen5-12/+167
2014-07-31Contribution info.Jussi Pakkanen1-1/+11
2014-07-30Handle C# resource files.Jussi Pakkanen5-1/+85
2014-07-30Add test that I forgot.Jussi Pakkanen3-0/+30
2014-07-27Can do run_command in the build tree.Jussi Pakkanen1-5/+12
2014-07-27Made all unit tests pass again.Jussi Pakkanen2-4/+13
2014-07-27Make it possible to generate source files in custom targets.Jussi Pakkanen3-16/+56
2014-07-26Subdir in custom target sources, too.Jussi Pakkanen1-1/+1
2014-07-26Can specify individual files from rules that generate multiple outputs.Jussi Pakkanen1-3/+18
2014-07-26Generators work in subdirectories.Jussi Pakkanen6-15/+19