summaryrefslogtreecommitdiff
path: root/environment.py
AgeCommit message (Expand)Author
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
2013-06-07Made symbol extractor work on OSX.Jussi Pakkanen
2013-06-03Added has_header method.Jussi Pakkanen
2013-06-03A few windows fixes.Jussi Pakkanen
2013-06-02C++ is now called cpp rather than cxx.Jussi Pakkanen
2013-06-01Generator rules can have more than one output.Jussi Pakkanen
2013-06-01Can add extra #includes to sizeof checks.Jussi Pakkanen
2013-06-01Can detect sizes of expressions.Jussi Pakkanen
2013-05-18Close temporary file because poor little Windows can't handle a fileJussi Pakkanen
2013-05-14Support for cppcheck.Jussi Pakkanen
2013-05-13Moved logs into their own directory.Jussi Pakkanen
2013-04-22Fix getting compiler via environment variableJussi Pakkanen
2013-04-22Can extract compiler ID string.Jussi Pakkanen
2013-04-21Can run trial compilations on a given compiler.Jussi Pakkanen
2013-04-20Some minor tweaks.Jussi Pakkanen
2013-04-19Can use msvc static linker.Jussi Pakkanen
2013-04-19Can compile stuff with MSVC++.Jussi Pakkanen
2013-04-19Can build programs with MSVC.Jussi Pakkanen
2013-04-19Check that VC can compile.Jussi Pakkanen
2013-04-19Added basic Visual Studio compiler detection.Jussi Pakkanen
2013-04-11Set languages in objc/ojbc++.Jussi Pakkanen
2013-04-09Detect ObjC compilers on OSX.Jussi Pakkanen