179 Commits (a9eb2e73171c8ae38f33c9195fcc45acf657faa0)

Author SHA1 Message Date
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
Jussi Pakkanen 782021d65e Can do logical or. 11 years ago
Jussi Pakkanen 6a5a9a3848 Can do logical and. 11 years ago
Jussi Pakkanen bdd1485987 Run build tests properly. 11 years ago
Jussi Pakkanen 427cfbf569 Interpreter side of tryrun is mostly done. 11 years ago
Jussi Pakkanen 208e0122fb Print compiler information. 11 years ago
Jussi Pakkanen 4d2b827b71 More validification. 11 years ago
Jussi Pakkanen 6b0a3a1baa Use elif instead of if. 11 years ago
Jussi Pakkanen c3292f4dc1 More use of logging framework. 12 years ago
Jussi Pakkanen bfa9af8f13 Added error function. 12 years ago
Jussi Pakkanen bbc3664028 Moved some print functions to logging. 12 years ago
Jussi Pakkanen c0c2c35496 Windows command execution works. 12 years ago
Jussi Pakkanen e5443493bf Can run local script files as well as commands. 12 years ago
Jussi Pakkanen a52336b429 Can invoke methods on general statements and not just variable names. 12 years ago
Jussi Pakkanen 5e2278d6d4 Can run external programs and capture their output. Also some string function work. 12 years ago
Jussi Pakkanen 4f1ca2062d Removed shebang lines on non-runnable files. 12 years ago
Jussi Pakkanen 7e6d8454a4 Precompiled headers work for C++. 12 years ago
Jussi Pakkanen a1f4bf1124 Started work on MSVC precompiled headers. It does not work yet but I have been at it for so long that I want to just commit now because it at least does something close to the final result. 12 years ago
Jussi Pakkanen ed61e6f19a Print system check information. 12 years ago
Jussi Pakkanen 2fdc7c7dbc Added has_header method. 12 years ago