summaryrefslogtreecommitdiff
path: root/environment.py
AgeCommit message (Expand)Author
2013-06-01Generator rules can have more than one output.Jussi Pakkanen
2013-06-01Can add extra #includes to sizeof checks.Jussi Pakkanen
2013-06-01Can detect sizes of expressions.Jussi Pakkanen
2013-05-18Close temporary file because poor little Windows can't handle a fileJussi Pakkanen
2013-05-14Support for cppcheck.Jussi Pakkanen
2013-05-13Moved logs into their own directory.Jussi Pakkanen
2013-04-22Fix getting compiler via environment variableJussi Pakkanen
2013-04-22Can extract compiler ID string.Jussi Pakkanen
2013-04-21Can run trial compilations on a given compiler.Jussi Pakkanen
2013-04-20Some minor tweaks.Jussi Pakkanen
2013-04-19Can use msvc static linker.Jussi Pakkanen
2013-04-19Can compile stuff with MSVC++.Jussi Pakkanen
2013-04-19Can build programs with MSVC.Jussi Pakkanen
2013-04-19Check that VC can compile.Jussi Pakkanen
2013-04-19Added basic Visual Studio compiler detection.Jussi Pakkanen
2013-04-11Set languages in objc/ojbc++.Jussi Pakkanen
2013-04-09Detect ObjC compilers on OSX.Jussi Pakkanen
2013-04-06Added ObjC++ support.Jussi Pakkanen
2013-04-06Basic support for Objective C.Jussi Pakkanen
2013-04-01Better external program detection.Jussi Pakkanen
2013-04-01Extracted dependencies to their own file.Jussi Pakkanen
2013-03-25Guard against nonexisting linker.Jussi Pakkanen
2013-03-24Work on adding GTest support.Jussi Pakkanen
2013-03-24Added custom detector framework and a Boost detector to it.Jussi Pakkanen
2013-03-22Rework binary detection and find Valgrind.Jussi Pakkanen
2013-03-09Library and program objects can be serialised.Jussi Pakkanen
2013-03-09Find and use external libraries.Jussi Pakkanen
2013-03-09Can use external programs.Jussi Pakkanen
2013-03-08First unit test compiles on Windows/MinGW.Jussi Pakkanen
2013-03-03Proper file extension for shared libraries in OSX.Jussi Pakkanen
2013-03-03All test cases now pass on OSX except for pkg-config.Jussi Pakkanen
2013-03-03A few more fixes for OSX.Jussi Pakkanen
2013-03-03Can run first test case in OSX.Jussi Pakkanen
2013-03-03Fix tool detection in OSX.Jussi Pakkanen
2013-03-01Only have one coredata object because two is just wasteful.Jussi Pakkanen
2013-02-24Handle required flag in pkg-config deps.Jussi Pakkanen
2013-02-24Store bunch of data to coredata.Jussi Pakkanen
2013-02-24Persist core data to disk.Jussi Pakkanen
2013-02-24Started work on CoreData.Jussi Pakkanen
2013-02-23Started work on pipelines by adding generator test case skeleton.Jussi Pakkanen
2013-02-23More builder -> Meson renaming.Jussi Pakkanen
2013-02-23Determine location of scripts properly.Jussi Pakkanen
2013-02-21Added support for coverage.Jussi Pakkanen
2013-02-17Renamed system from builder to Meson.Jussi Pakkanen
2013-02-16Regenerate build info if definition files change.Jussi Pakkanen
2013-02-15Autodetect CCache and use it if installed.Jussi Pakkanen
2013-02-10Get dependency info from the compiler.Jussi Pakkanen
2013-02-10Guard against invalid compiler command line.Jussi Pakkanen
2013-02-10Added support for Clang.Jussi Pakkanen
2013-02-10Added test for external deps and fixed comments at the same time.Jussi Pakkanen