aboutsummaryrefslogtreecommitdiff
path: root/environment.py
AgeCommit message (Expand)AuthorFilesLines
2016-01-15Organise files into a module structure.Jussi Pakkanen1-673/+0
2015-12-28Handle custom targets that produce static libraries that are then linked to o...Jussi Pakkanen1-0/+3
2015-12-13Detection works with more vs versions. Closes #332.Jussi Pakkanen1-2/+2
2015-12-12Ignore decode errors to work with compilers that write out non-utf8 text.Jussi Pakkanen1-19/+19
2015-12-07Can build simple Swift executables.Jussi Pakkanen1-0/+21
2015-12-07Check for clang specifically by name on Windows.Jussi Pakkanen1-2/+2
2015-11-03Refactored builtin options to a dictionary and created a new default library ...Jussi Pakkanen1-6/+6
2015-10-20Projects can specify default values for options.Jussi Pakkanen1-4/+5
2015-09-05Created iphone cross file and made it possible to specify compile and link ar...Jussi Pakkanen1-1/+1
2015-09-04Detect mingwness better.Jussi Pakkanen1-2/+12
2015-08-26Check for binary called g++ on Windows.Jussi Pakkanen1-1/+1
2015-08-16Use system() instead of name() which is a confusing term.Jussi Pakkanen1-2/+2
2015-07-27Support target-only cross compilation properly.Jussi Pakkanen1-2/+11
2015-07-27Now host_machine, build_machine and target_machine are properly separated and...Jussi Pakkanen1-4/+4
2015-07-27Changed cross compilation file to new format.Jussi Pakkanen1-44/+38
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