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