summaryrefslogtreecommitdiff
path: root/environment.py
AgeCommit message (Expand)Author
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
2013-07-31Can print log info on run tests.Jussi Pakkanen
2013-07-31Removed one layer of indirection.Jussi Pakkanen
2013-07-31Can check alignment of data types.Jussi Pakkanen
2013-07-30Namespace safety.Jussi Pakkanen
2013-07-30Removed stray comment.Jussi Pakkanen
2013-07-30Can check for members in structures.Jussi Pakkanen
2013-07-30Can check if headers have functions of a given name.Jussi Pakkanen
2013-07-27Run build tests properly.Jussi Pakkanen
2013-07-27Interpreter side of tryrun is mostly done.Jussi Pakkanen
2013-07-04A few Fedora fixes.Jussi Pakkanen
2013-06-23Read the proper environment variable name.Jussi Pakkanen
2013-06-20Removed shebang lines on non-runnable files.Jussi Pakkanen
2013-06-15Dependency tracking works with MSVC.Jussi Pakkanen
2013-06-15At last! MSVC precompiles headers and can use them.Jussi Pakkanen
2013-06-15Started work on MSVC precompiled headers. It does not work yet but I have bee...Jussi Pakkanen
2013-06-14Minor MSVC tweak.Jussi Pakkanen
2013-06-09Fix to work with /lib multilib.Jussi Pakkanen