aboutsummaryrefslogtreecommitdiff
path: root/environment.py
AgeCommit message (Expand)AuthorFilesLines
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
2013-08-30Work started on supporting simultaneous native and cross builds.Jussi Pakkanen1-2/+2
2013-08-28Detect ObjC versions too.Jussi Pakkanen1-8/+20
2013-08-28Detect compiler version and print it.Jussi Pakkanen1-37/+54
2013-08-28Bring MSVS up to date.Jussi Pakkanen1-4/+4
2013-08-25Comment. Yes.Jussi Pakkanen1-0/+1
2013-08-25Enable STL debugging in debug mode.Jussi Pakkanen1-1/+5
2013-08-25Smarter alignment checker.Jussi Pakkanen1-46/+10
2013-08-24Get alignment from cross file.Jussi Pakkanen1-2/+18
2013-08-24Get has_function from cross file.Jussi Pakkanen1-5/+21
2013-08-24Get sizeof info from cross file if it exists and write an error if it can not...Jussi Pakkanen1-7/+32
2013-08-24Some fixes for C++ cross compiler.Jussi Pakkanen1-2/+9
2013-08-24Regenerate if cross build definition file is updated.Jussi Pakkanen1-1/+1
2013-08-24Fixed ObjC calls.Jussi Pakkanen1-19/+33
2013-08-24Use host naming conventions for files.Jussi Pakkanen1-4/+7
2013-08-24Minor thing.Jussi Pakkanen1-1/+1
2013-08-24Made native build work again.Jussi Pakkanen1-14/+23
2013-08-23Run cross build tests with exe wrapper.Jussi Pakkanen1-1/+1
2013-08-23Can generate a very simple cross environment.Jussi Pakkanen1-11/+42
2013-08-23A journey to cross-compilation starts with a single step.Jussi Pakkanen1-0/+45
2013-08-11Search for Boost libs in all lib dirs.Jussi Pakkanen1-0/+3
2013-07-31Can print log info on run tests.Jussi Pakkanen1-1/+1
2013-07-31Removed one layer of indirection.Jussi Pakkanen1-3/+1
2013-07-31Can check alignment of data types.Jussi Pakkanen1-1/+63
2013-07-30Namespace safety.Jussi Pakkanen1-1/+1
2013-07-30Removed stray comment.Jussi Pakkanen1-3/+0
2013-07-30Can check for members in structures.Jussi Pakkanen1-0/+12
2013-07-30Can check if headers have functions of a given name.Jussi Pakkanen1-0/+13
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