summaryrefslogtreecommitdiff
path: root/environment.py
AgeCommit message (Expand)Author
2014-04-06Added capability to compile sources files with moc, too.Jussi Pakkanen
2014-04-02Objective C/C++ works with XCode.Jussi Pakkanen
2014-03-31Apparently dynamic linking with C++ had been broken for a while now. Sorry ab...Jussi Pakkanen
2014-03-19Now can has linking against shared libraries.Jussi Pakkanen
2014-03-11Java compiles and links.Jussi Pakkanen
2014-03-11Can generate a build.ninja for Jave but it does not work yet.Jussi Pakkanen
2014-03-10Now can detect Java compiler.Jussi Pakkanen
2014-03-10Started work on Java support because why not.Jussi Pakkanen
2014-03-09Rpath trimming.Jussi Pakkanen
2014-03-09Some clang fixes.Jussi Pakkanen
2014-03-09A few clang fixes.Jussi Pakkanen
2014-03-08Do function checking without linking so you do not need to define libraries t...Jussi Pakkanen
2014-02-23C++ compiler can compile .h file, too.Jussi Pakkanen
2013-12-27Handle multiple different languages in Unity builds.Jussi Pakkanen
2013-11-07Get rid of msvc banner for good.Jussi Pakkanen
2013-11-05Some test tuning.Jussi Pakkanen
2013-10-18User options now do a full round trip.Jussi Pakkanen
2013-10-14Use -pipe for great speed.Jussi Pakkanen
2013-10-06Some windows fixes.Jussi Pakkanen
2013-10-06Fixed OSX.Jussi Pakkanen
2013-10-04Test suite runs now.Jussi Pakkanen
2013-10-04Some more tests passing.Jussi Pakkanen
2013-10-04Slogging through the test suite.Jussi Pakkanen
2013-10-04Rpaths start working.Jussi Pakkanen
2013-09-28Removed gcc debug stl because it is too easy to shoot yourself in the foot with.Jussi Pakkanen
2013-08-31Fix objc/objpp detector funcs.Jussi Pakkanen
2013-08-30Clarifying text.Jussi Pakkanen
2013-08-30A wrapper.Jussi Pakkanen
2013-08-30Static cross linking works again.Jussi Pakkanen
2013-08-30Make native build work again.Jussi Pakkanen
2013-08-30Work started on supporting simultaneous native and cross builds.Jussi Pakkanen
2013-08-28Detect ObjC versions too.Jussi Pakkanen
2013-08-28Detect compiler version and print it.Jussi Pakkanen
2013-08-28Bring MSVS up to date.Jussi Pakkanen
2013-08-25Comment. Yes.Jussi Pakkanen
2013-08-25Enable STL debugging in debug mode.Jussi Pakkanen
2013-08-25Smarter alignment checker.Jussi Pakkanen
2013-08-24Get alignment from cross file.Jussi Pakkanen
2013-08-24Get has_function from cross file.Jussi Pakkanen
2013-08-24Get sizeof info from cross file if it exists and write an error if it can not...Jussi Pakkanen
2013-08-24Some fixes for C++ cross compiler.Jussi Pakkanen
2013-08-24Regenerate if cross build definition file is updated.Jussi Pakkanen
2013-08-24Fixed ObjC calls.Jussi Pakkanen
2013-08-24Use host naming conventions for files.Jussi Pakkanen
2013-08-24Minor thing.Jussi Pakkanen
2013-08-24Made native build work again.Jussi Pakkanen
2013-08-23Run cross build tests with exe wrapper.Jussi Pakkanen
2013-08-23Can generate a very simple cross environment.Jussi Pakkanen
2013-08-23A journey to cross-compilation starts with a single step.Jussi Pakkanen
2013-08-11Search for Boost libs in all lib dirs.Jussi Pakkanen