aboutsummaryrefslogtreecommitdiff
path: root/environment.py
AgeCommit message (Expand)AuthorFilesLines
2013-07-27Run build tests properly.Jussi Pakkanen1-15/+20
2013-07-27Interpreter side of tryrun is mostly done.Jussi Pakkanen1-0/+7
2013-07-04A few Fedora fixes.Jussi Pakkanen1-0/+20
2013-06-23Read the proper environment variable name.Jussi Pakkanen1-1/+1
2013-06-20Removed shebang lines on non-runnable files.Jussi Pakkanen1-2/+0
2013-06-15Dependency tracking works with MSVC.Jussi Pakkanen1-1/+14
2013-06-15At last! MSVC precompiles headers and can use them.Jussi Pakkanen1-1/+18
2013-06-15Started work on MSVC precompiled headers. It does not work yet but I have bee...Jussi Pakkanen1-4/+18
2013-06-14Minor MSVC tweak.Jussi Pakkanen1-2/+2
2013-06-09Fix to work with /lib multilib.Jussi Pakkanen1-0/+6
2013-06-07Made symbol extractor work on OSX.Jussi Pakkanen1-1/+1
2013-06-03Added has_header method.Jussi Pakkanen1-0/+5
2013-06-03A few windows fixes.Jussi Pakkanen1-0/+2
2013-06-02C++ is now called cpp rather than cxx.Jussi Pakkanen1-42/+42
2013-06-01Generator rules can have more than one output.Jussi Pakkanen1-2/+1
2013-06-01Can add extra #includes to sizeof checks.Jussi Pakkanen1-2/+5
2013-06-01Can detect sizes of expressions.Jussi Pakkanen1-0/+29
2013-05-18Close temporary file because poor little Windows can't handle a fileJussi Pakkanen1-2/+4
2013-05-14Support for cppcheck.Jussi Pakkanen1-0/+6
2013-05-13Moved logs into their own directory.Jussi Pakkanen1-2/+6
2013-04-22Fix getting compiler via environment variableJussi Pakkanen1-2/+3
2013-04-22Can extract compiler ID string.Jussi Pakkanen1-0/+17
2013-04-21Can run trial compilations on a given compiler.Jussi Pakkanen1-3/+32
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