198 Commits (e5b59ac9e9d641fef5b12c39c69ed1320682e475)

Author SHA1 Message Date
Jussi Pakkanen 2e91184b38 Can check if running as a subproject. 11 years ago
Jussi Pakkanen 9cde4e4012 Prevent global flags from being set in subprojects. 11 years ago
Jussi Pakkanen e21e7091e7 Track dependencies of subproject option files. 11 years ago
Jussi Pakkanen 11c812769a Can haz subproject options. 11 years ago
Jussi Pakkanen f10bf29c68 And, with that, subprojects actually work. 11 years ago
Jussi Pakkanen 6495334b03 Fixed subproject compiler detection. 11 years ago
Jussi Pakkanen 8e9879a83c Can parse subprojects but it does not work yet. 11 years ago
Jussi Pakkanen f6937e99eb Some basic work on subprojects. 11 years ago
Jussi Pakkanen 8f5d93b4d4 Can extract objects from targets and use them in other targets. 11 years ago
Jussi Pakkanen bcdb84fcbe Can use object files directly in targets. 11 years ago
Jussi Pakkanen 92ff302a14 Fixed cross compilation back up. 11 years ago
Jussi Pakkanen 11cfb3ce22 Can set test cmd arguments and environment variables. 11 years ago
Jussi Pakkanen ae06ca2afc User options now do a full round trip. 11 years ago
Jussi Pakkanen 309a5c1510 Options can be accessed from scripts. 11 years ago
Jussi Pakkanen 4e522ef215 Very basic option parser skeleton. 11 years ago
Jussi Pakkanen 0da4537b69 Preserve option function for option files. 11 years ago
Jussi Pakkanen 4b4c2d9d90 Add back missing exception type. 11 years ago
Jussi Pakkanen 3f921ea6a5 Fix cross compilation. 11 years ago
Jussi Pakkanen 31b1c26fbd More holder extraction. 11 years ago
Jussi Pakkanen 08622ae644 Moved even more stuff from interpreter to build. 11 years ago
Jussi Pakkanen a2959fd0f4 Basic work on extracting build target types from the interpreter. 11 years ago
Jussi Pakkanen ff1ac7eed1 Transfer test parallelism data from source to test runner. 11 years ago
Jussi Pakkanen 8523bd6ba7 Can generate pot files on command. 11 years ago
Jussi Pakkanen 3c3e580aea Parse gettext command and generate rule. 11 years ago
Jussi Pakkanen 24ea586d1e More introspection. 11 years ago
Jussi Pakkanen 845eda2938 Better build type introspection. 11 years ago
Jussi Pakkanen 29174b669f Make native build work again. 11 years ago
Jussi Pakkanen 702d3e2d9c Work started on supporting simultaneous native and cross builds. 11 years ago
Jussi Pakkanen 583de13f5d Detect compiler version and print it. 11 years ago
Jussi Pakkanen 195fb0d967 Get alignment from cross file. 11 years ago
Jussi Pakkanen 21e4fcc6b0 Get has_function from cross file. 11 years ago
Jussi Pakkanen 2117814826 Get sizeof info from cross file if it exists and write an error if it can not be determined. 11 years ago
Jussi Pakkanen 0259f906f2 Can run test suite through mingw cross compiler. 11 years ago
Jussi Pakkanen a3f88e1a49 Search for Boost libs in all lib dirs. 11 years ago
Jussi Pakkanen cf212c16f5 Added debug logging path. 11 years ago
Jussi Pakkanen 619b37bff9 Check that non-existing source files cause errors. 11 years ago
Jussi Pakkanen 20d850d21f Precedence fix. 11 years ago
Jussi Pakkanen e3c100a57b Can print log info on run tests. 11 years ago
Jussi Pakkanen df9d1bcbfc Simpler name. 11 years ago
Jussi Pakkanen 9e122005cf Can print status info to log in compiles(). 11 years ago
Jussi Pakkanen b4836a0a2e Can check alignment of data types. 11 years ago
Jussi Pakkanen a569807766 A straw broke the camel's back. Now we convert all data type to native ones as soon as possible. 11 years ago
Jussi Pakkanen 44c0e22330 Can check for members in structures. 11 years ago
Jussi Pakkanen 658a826518 Can check if headers have functions of a given name. 11 years ago
Jussi Pakkanen 08d18671ae Better. 11 years ago
Jussi Pakkanen 3b4e77a658 String formatting functionality. 11 years ago
Jussi Pakkanen 6a17d6994d Cleaner, simpler elif. 11 years ago
Jussi Pakkanen e8fba977f4 Some sort of elif implementation. 11 years ago
Jussi Pakkanen 6b5c4b0a69 Typo fix. 11 years ago
Jussi Pakkanen 59c1dd44ed Can do logical negation. 11 years ago