aboutsummaryrefslogtreecommitdiff
path: root/environment.py
AgeCommit message (Expand)AuthorFilesLines
2014-07-19Build type flags for C#.Jussi Pakkanen1-0/+8
2014-07-19Set up link paths.Jussi Pakkanen1-0/+3
2014-07-18Can compile C# programs with Mono.Jussi Pakkanen1-0/+158
2014-07-18Added option for werror.Jussi Pakkanen1-0/+6
2014-07-18Fix SONAME generation.Jussi Pakkanen1-11/+15
2014-07-11Can set install time rpath.Jussi Pakkanen1-35/+16
2014-07-08Sanity check for Objective C compiler.Jussi Pakkanen1-0/+15
2014-07-08Can now build object files in generators, too.Jussi Pakkanen1-1/+9
2014-06-22Added some Fedora paths to library directory list.Jussi Pakkanen1-0/+5
2014-06-22The mass flags -> args renaming for consistency.Jussi Pakkanen1-140/+140
2014-06-18Rust buildtype flags.Jussi Pakkanen1-0/+8
2014-06-18Can compile very basic Rust programs.Jussi Pakkanen1-2/+73
2014-06-17Grab more info into version string.Jussi Pakkanen1-1/+1
2014-06-11Removed cppcheck target now that we have run targets.Jussi Pakkanen1-6/+0
2014-06-07Store build flags into coredata as it is persistent and needs to survive over...Jussi Pakkanen1-0/+14
2014-05-10Now can compile Vala executables.Jussi Pakkanen1-0/+3
2014-05-10Started work on Vala compilation.Jussi Pakkanen1-0/+48
2014-04-16Updated msvc compile and link flag functions.Jussi Pakkanen1-3/+15
2014-04-16Added build type specific link flags.Jussi Pakkanen1-0/+31
2014-04-16Specify build flags per build type.Jussi Pakkanen1-17/+18
2014-04-06Added capability to compile sources files with moc, too.Jussi Pakkanen1-1/+1
2014-04-02Objective C/C++ works with XCode.Jussi Pakkanen1-4/+18
2014-03-31Apparently dynamic linking with C++ had been broken for a while now. Sorry ab...Jussi Pakkanen1-4/+5
2014-03-19Now can has linking against shared libraries.Jussi Pakkanen1-0/+7
2014-03-11Java compiles and links.Jussi Pakkanen1-0/+2
2014-03-11Can generate a build.ninja for Jave but it does not work yet.Jussi Pakkanen1-3/+3
2014-03-10Now can detect Java compiler.Jussi Pakkanen1-11/+21
2014-03-10Started work on Java support because why not.Jussi Pakkanen1-0/+141
2014-03-09Rpath trimming.Jussi Pakkanen1-0/+11
2014-03-09Some clang fixes.Jussi Pakkanen1-0/+8
2014-03-09A few clang fixes.Jussi Pakkanen1-2/+2
2014-03-08Do function checking without linking so you do not need to define libraries t...Jussi Pakkanen1-10/+1
2014-02-23C++ compiler can compile .h file, too.Jussi Pakkanen1-1/+1
2013-12-27Handle multiple different languages in Unity builds.Jussi Pakkanen1-0/+3
2013-11-07Get rid of msvc banner for good.Jussi Pakkanen1-1/+13
2013-11-05Some test tuning.Jussi Pakkanen1-0/+3
2013-10-18User options now do a full round trip.Jussi Pakkanen1-0/+9
2013-10-14Use -pipe for great speed.Jussi Pakkanen1-0/+6
2013-10-06Some windows fixes.Jussi Pakkanen1-4/+8
2013-10-06Fixed OSX.Jussi Pakkanen1-7/+29
2013-10-04Test suite runs now.Jussi Pakkanen1-0/+6
2013-10-04Some more tests passing.Jussi Pakkanen1-1/+4
2013-10-04Slogging through the test suite.Jussi Pakkanen1-4/+7
2013-10-04Rpaths start working.Jussi Pakkanen1-0/+18
2013-09-28Removed gcc debug stl because it is too easy to shoot yourself in the foot with.Jussi Pakkanen1-1/+1
2013-08-31Fix objc/objpp detector funcs.Jussi Pakkanen1-5/+5
2013-08-30Clarifying text.Jussi Pakkanen1-1/+1
2013-08-30A wrapper.Jussi Pakkanen1-1/+4
2013-08-30Static cross linking works again.Jussi Pakkanen1-6/+9
2013-08-30Make native build work again.Jussi Pakkanen1-2/+2