aboutsummaryrefslogtreecommitdiff
path: root/environment.py
AgeCommit message (Collapse)AuthorFilesLines
2013-04-20Some minor tweaks.Jussi Pakkanen1-1/+7
2013-04-19Can use msvc static linker.Jussi Pakkanen1-16/+40
2013-04-19Can compile stuff with MSVC++.Jussi Pakkanen1-25/+62
2013-04-19Can build programs with MSVC.Jussi Pakkanen1-2/+20
2013-04-19Check that VC can compile.Jussi Pakkanen1-1/+19
2013-04-19Added basic Visual Studio compiler detection.Jussi Pakkanen1-25/+59
2013-04-11Set languages in objc/ojbc++.Jussi Pakkanen1-0/+2
2013-04-09Detect ObjC compilers on OSX.Jussi Pakkanen1-0/+4
2013-04-06Added ObjC++ support.Jussi Pakkanen1-5/+49
2013-04-06Basic support for Objective C.Jussi Pakkanen1-6/+65
2013-04-01Better external program detection.Jussi Pakkanen1-1/+0
2013-04-01Extracted dependencies to their own file.Jussi Pakkanen1-144/+0
2013-03-25Guard against nonexisting linker.Jussi Pakkanen1-2/+5
2013-03-24Work on adding GTest support.Jussi Pakkanen1-0/+8
2013-03-24Added custom detector framework and a Boost detector to it.Jussi Pakkanen1-0/+20
2013-03-22Rework binary detection and find Valgrind.Jussi Pakkanen1-9/+19
2013-03-09Library and program objects can be serialised.Jussi Pakkanen1-1/+31
2013-03-09Find and use external libraries.Jussi Pakkanen1-0/+22
2013-03-09Can use external programs.Jussi Pakkanen1-1/+0
2013-03-08First unit test compiles on Windows/MinGW.Jussi Pakkanen1-1/+2
2013-03-03Proper file extension for shared libraries in OSX.Jussi Pakkanen1-8/+25
2013-03-03All test cases now pass on OSX except for pkg-config.Jussi Pakkanen1-0/+2
2013-03-03A few more fixes for OSX.Jussi Pakkanen1-1/+1
2013-03-03Can run first test case in OSX.Jussi Pakkanen1-0/+2
2013-03-03Fix tool detection in OSX.Jussi Pakkanen1-3/+9
2013-03-01Only have one coredata object because two is just wasteful.Jussi Pakkanen1-15/+11
2013-02-24Handle required flag in pkg-config deps.Jussi Pakkanen1-5/+6
2013-02-24Store bunch of data to coredata.Jussi Pakkanen1-14/+32
2013-02-24Persist core data to disk.Jussi Pakkanen1-2/+13
2013-02-24Started work on CoreData.Jussi Pakkanen1-7/+10
2013-02-23Started work on pipelines by adding generator test case skeleton.Jussi Pakkanen1-9/+3
2013-02-23More builder -> Meson renaming.Jussi Pakkanen1-8/+8
2013-02-23Determine location of scripts properly.Jussi Pakkanen1-0/+11
2013-02-21Added support for coverage.Jussi Pakkanen1-4/+32
2013-02-17Renamed system from builder to Meson.Jussi Pakkanen1-1/+1
2013-02-16Regenerate build info if definition files change.Jussi Pakkanen1-1/+5
2013-02-15Autodetect CCache and use it if installed.Jussi Pakkanen1-3/+13
2013-02-10Get dependency info from the compiler.Jussi Pakkanen1-1/+7
2013-02-10Guard against invalid compiler command line.Jussi Pakkanen1-2/+8
2013-02-10Added support for Clang.Jussi Pakkanen1-0/+36
2013-02-10Added test for external deps and fixed comments at the same time.Jussi Pakkanen1-1/+1
2013-02-10A dummy dependency class.Jussi Pakkanen1-4/+16
2013-02-09Made C++ work in Ninja.Jussi Pakkanen1-1/+1
2013-02-08Can run unit tests with Ninja.Jussi Pakkanen1-1/+1
2013-02-06Build rule for static linking and some comments.Jussi Pakkanen1-1/+1
2013-02-03Remove references to build directory when installing.Jussi Pakkanen1-0/+4
2013-01-26Can set global flags.Jussi Pakkanen1-0/+5
2013-01-26Filter header files from built sources.Jussi Pakkanen1-0/+6
2013-01-13Added support for precompiled headers.Jussi Pakkanen1-0/+9
2013-01-13Can install data files.Jussi Pakkanen1-0/+3