Commit Graph

128 Commits

Author SHA1 Message Date
Jussi Pakkanen fb0fbd4061 A wrapper. 2013-08-30 23:11:35 +03:00
Jussi Pakkanen 1571bfc6a9 Static cross linking works again. 2013-08-30 23:07:26 +03:00
Jussi Pakkanen 29174b669f Make native build work again. 2013-08-30 23:00:19 +03:00
Jussi Pakkanen 702d3e2d9c Work started on supporting simultaneous native and cross builds. 2013-08-30 22:20:10 +03:00
Jussi Pakkanen 6a6f0d1d84 Detect ObjC versions too. 2013-08-28 18:53:37 +03:00
Jussi Pakkanen 583de13f5d Detect compiler version and print it. 2013-08-28 18:47:59 +03:00
Jussi Pakkanen 02a725510a Bring MSVS up to date. 2013-08-28 18:17:08 +03:00
Jussi Pakkanen 9e7a092ee5 Comment. Yes. 2013-08-25 21:27:14 +03:00
Jussi Pakkanen bcc997e0e7 Enable STL debugging in debug mode. 2013-08-25 21:24:49 +03:00
Jussi Pakkanen 2a155072de Smarter alignment checker. 2013-08-25 14:44:44 +03:00
Jussi Pakkanen 195fb0d967 Get alignment from cross file. 2013-08-24 23:40:11 +03:00
Jussi Pakkanen 21e4fcc6b0 Get has_function from cross file. 2013-08-24 23:32:13 +03:00
Jussi Pakkanen 2117814826 Get sizeof info from cross file if it exists and write an error if it can not be determined. 2013-08-24 23:10:44 +03:00
Jussi Pakkanen aa7b70efce Some fixes for C++ cross compiler. 2013-08-24 21:38:43 +03:00
Jussi Pakkanen 6aa1152d72 Regenerate if cross build definition file is updated. 2013-08-24 02:24:29 +03:00
Jussi Pakkanen 063bfed54e Fixed ObjC calls. 2013-08-24 02:04:11 +03:00
Jussi Pakkanen ed6baa31f6 Use host naming conventions for files. 2013-08-24 01:55:00 +03:00
Jussi Pakkanen 1467acc1bb Minor thing. 2013-08-24 00:32:18 +03:00
Jussi Pakkanen 4b9d873b03 Made native build work again. 2013-08-24 00:01:58 +03:00
Jussi Pakkanen 6780050cbf Run cross build tests with exe wrapper. 2013-08-23 23:52:17 +03:00
Jussi Pakkanen 354bdca920 Can generate a very simple cross environment. 2013-08-23 23:36:08 +03:00
Jussi Pakkanen 5d38cbfade A journey to cross-compilation starts with a single step. 2013-08-23 23:05:22 +03:00
Jussi Pakkanen a3f88e1a49 Search for Boost libs in all lib dirs. 2013-08-11 22:55:40 +03:00
Jussi Pakkanen e3c100a57b Can print log info on run tests. 2013-07-31 21:36:15 +03:00
Jussi Pakkanen c6755e1399 Removed one layer of indirection. 2013-07-31 01:06:50 +03:00
Jussi Pakkanen b4836a0a2e Can check alignment of data types. 2013-07-31 00:41:26 +03:00
Jussi Pakkanen 26afdb49d7 Namespace safety. 2013-07-30 22:14:31 +03:00
Jussi Pakkanen fc3062870b Removed stray comment. 2013-07-30 22:13:03 +03:00
Jussi Pakkanen 44c0e22330 Can check for members in structures. 2013-07-30 22:06:42 +03:00
Jussi Pakkanen 658a826518 Can check if headers have functions of a given name. 2013-07-30 21:44:40 +03:00
Jussi Pakkanen bdd1485987 Run build tests properly. 2013-07-27 16:06:39 +03:00
Jussi Pakkanen 427cfbf569 Interpreter side of tryrun is mostly done. 2013-07-27 14:18:11 +03:00
Jussi Pakkanen 65be7a9ab7 A few Fedora fixes. 2013-07-04 18:02:44 +03:00
Jussi Pakkanen 7fe106365c Read the proper environment variable name. 2013-06-23 03:09:04 +03:00
Jussi Pakkanen 4f1ca2062d Removed shebang lines on non-runnable files. 2013-06-20 18:03:30 +03:00
Jussi Pakkanen af126c9d0e Dependency tracking works with MSVC. 2013-06-15 03:17:52 +03:00
Jussi Pakkanen e967e5eb4b At last! MSVC precompiles headers and can use them. 2013-06-15 02:10:47 +03:00
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. 2013-06-15 00:37:14 +03:00
Jussi Pakkanen 34f1042a7e Minor MSVC tweak. 2013-06-14 19:25:46 +03:00
Jussi Pakkanen f326f6d15e Fix to work with /lib multilib. 2013-06-09 15:10:25 +03:00
Jussi Pakkanen 9323aa3ae3 Made symbol extractor work on OSX. 2013-06-07 23:39:09 +03:00
Jussi Pakkanen 2fdc7c7dbc Added has_header method. 2013-06-03 23:57:20 +03:00
Jussi Pakkanen aa38b1859f A few windows fixes. 2013-06-03 17:56:31 +03:00
Jussi Pakkanen 89aa4e2233 C++ is now called cpp rather than cxx. 2013-06-02 22:31:10 +03:00
Jussi Pakkanen 0d2f34654c Generator rules can have more than one output. 2013-06-01 13:19:08 +03:00
Jussi Pakkanen e453c408da Can add extra #includes to sizeof checks. 2013-06-01 00:47:29 +03:00
Jussi Pakkanen ae62e8ca11 Can detect sizes of expressions. 2013-06-01 00:35:11 +03:00
Jussi Pakkanen 547706e385 Close temporary file because poor little Windows can't handle a file
being opened multiple times.
2013-05-18 17:13:15 +03:00
Jussi Pakkanen 83f0e6744e Support for cppcheck. 2013-05-14 00:48:56 +03:00
Jussi Pakkanen 4d1ee0b8f2 Moved logs into their own directory. 2013-05-13 20:40:15 +03:00