aboutsummaryrefslogtreecommitdiff
path: root/environment.py
AgeCommit message (Expand)AuthorFilesLines
2015-06-19environment: fix bad-continuationIgor Gnatenko1-2/+3
2015-05-17Can specify custom search directories in find_library.Jussi Pakkanen1-2/+3
2015-04-20Fix windows tests when using newer MinGW.Jussi Pakkanen1-1/+1
2015-02-26Made gtest and gmock work properly on 64 bit Fedora, which uses /usr/lib64. F...Jussi Pakkanen1-30/+1
2015-01-30Put /usr/local/lib ahead of /usr/lib in library search order.Jussi Pakkanen1-2/+5
2014-12-03Extracted compiler definitions to their own file.Jussi Pakkanen1-1496/+11
2014-12-03Get envvar flags for objc and objcpp.Jussi Pakkanen1-0/+8
2014-11-24Better Ninja detection.Jussi Pakkanen1-3/+1
2014-11-16Harmonised copyright declarations.Jussi Pakkanen1-1/+1
2014-10-18Workaround for Clang pch include bug with help from Masashi Fujita.Jussi Pakkanen1-0/+13
2014-10-11Nag Fortran compiler definition from Peter Koval.Jussi Pakkanen1-0/+25
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-23A few fixes for bug #6.Jussi Pakkanen1-3/+6
2014-09-21Fix for arm library finding.Jussi Pakkanen1-0/+2
2014-09-18More Fortran compiler definitions from Peter Koval.Jussi Pakkanen1-0/+77
2014-09-08Fortran compiler fixes from Peter Koval.Jussi Pakkanen1-3/+37
2014-09-05Made include args always return arrays for consistency.Jussi Pakkanen1-10/+10
2014-09-02Use static library dependencies not when the library is built but when it is ...Jussi Pakkanen1-0/+1
2014-08-19Do Fortran dependency tracking manually because of bugs in other pieces of so...Jussi Pakkanen1-1/+4
2014-08-16Write module files into private directory.Jussi Pakkanen1-0/+3
2014-08-13OCDJussi Pakkanen1-1/+2
2014-08-13Fortran refactoring.Jussi Pakkanen1-18/+19
2014-08-13Fortran compiler support patch from Peter Koval.Jussi Pakkanen1-14/+43
2014-08-11Updated copyright years.Jussi Pakkanen1-1/+1
2014-08-10Do not use GNU linker flags on OSX because it does not support them.Jussi Pakkanen1-24/+30
2014-08-07Kill end of line whitespace dead.Jussi Pakkanen1-4/+4
2014-08-06Can specify project options on the command line and the override defaults.Jussi Pakkanen1-0/+1
2014-08-05Run VS in inside temp dir so it does not leak files around.Jussi Pakkanen1-10/+12
2014-08-04Add the object file generated by MSVS pch compilation to the link command lin...Jussi Pakkanen1-1/+2
2014-08-04.f90 is Fortran too.Jussi Pakkanen1-1/+1
2014-08-03Scan Fortran dependencies, but it fails currently due to a deficiency in Ninja.Jussi Pakkanen1-1/+3
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 Pakkanen1-11/+156
2014-07-19Build type flags for C#.Jussi Pakkanen1-0/+8
2014-07-19Set up link paths.Jussi Pakkanen1-0/+3
2014-07-18Can compile C# programs with Mono.Jussi Pakkanen1-0/+158
2014-07-18Added option for werror.Jussi Pakkanen1-0/+6
2014-07-18Fix SONAME generation.Jussi Pakkanen1-11/+15
2014-07-11Can set install time rpath.Jussi Pakkanen1-35/+16
2014-07-08Sanity check for Objective C compiler.Jussi Pakkanen1-0/+15
2014-07-08Can now build object files in generators, too.Jussi Pakkanen1-1/+9
2014-06-22Added some Fedora paths to library directory list.Jussi Pakkanen1-0/+5
2014-06-22The mass flags -> args renaming for consistency.Jussi Pakkanen1-140/+140
2014-06-18Rust buildtype flags.Jussi Pakkanen1-0/+8
2014-06-18Can compile very basic Rust programs.Jussi Pakkanen1-2/+73
2014-06-17Grab more info into version string.Jussi Pakkanen1-1/+1
2014-06-11Removed cppcheck target now that we have run targets.Jussi Pakkanen1-6/+0
2014-06-07Store build flags into coredata as it is persistent and needs to survive over...Jussi Pakkanen1-0/+14