Commit Graph

213 Commits

Author SHA1 Message Date
Jussi Pakkanen ffb4a54681 Grab more info into version string. 2014-06-17 00:17:45 +03:00
Jussi Pakkanen 7c8cd80a15 Removed cppcheck target now that we have run targets. 2014-06-11 23:21:22 +03:00
Jussi Pakkanen 365f529c75 Store build flags into coredata as it is persistent and needs to survive over Meson reconfigurations. 2014-06-07 23:43:16 +03:00
Jussi Pakkanen 7edd58f591 Now can compile Vala executables. 2014-05-10 02:26:54 +03:00
Jussi Pakkanen 9c2364b515 Started work on Vala compilation. 2014-05-10 01:14:52 +03:00
Jussi Pakkanen 4c02a35fe0 Updated msvc compile and link flag functions. 2014-04-16 21:38:49 +03:00
Jussi Pakkanen 6579af34f3 Added build type specific link flags. 2014-04-16 21:00:25 +03:00
Jussi Pakkanen b626d017a2 Specify build flags per build type. 2014-04-16 20:51:31 +03:00
Jussi Pakkanen ac81594952 Added capability to compile sources files with moc, too. 2014-04-06 19:56:38 +03:00
Jussi Pakkanen 4fa221bc49 Objective C/C++ works with XCode. 2014-04-02 22:51:52 +03:00
Jussi Pakkanen 5efb36caab Apparently dynamic linking with C++ had been broken for a while now. Sorry about that. 2014-03-31 18:11:40 +03:00
Jussi Pakkanen f807ab209d Now can has linking against shared libraries. 2014-03-19 22:26:47 +02:00
Jussi Pakkanen 7cd9749127 Java compiles and links. 2014-03-11 22:19:05 +02:00
Jussi Pakkanen 9955ca254b Can generate a build.ninja for Jave but it does not work yet. 2014-03-11 00:23:20 +02:00
Jussi Pakkanen 11f2106228 Now can detect Java compiler. 2014-03-10 22:49:29 +02:00
Jussi Pakkanen e321345f41 Started work on Java support because why not. 2014-03-10 22:35:00 +02:00
Jussi Pakkanen d1dfb5f512 Rpath trimming. 2014-03-09 19:16:49 +02:00
Jussi Pakkanen 1e83db2ff3 Some clang fixes. 2014-03-09 14:47:09 +02:00
Jussi Pakkanen 1f58434957 A few clang fixes. 2014-03-09 13:33:40 +02:00
Jussi Pakkanen 8a0a982073 Do function checking without linking so you do not need to define libraries to link against. 2014-03-08 19:03:06 +02:00
Jussi Pakkanen 836c978c94 C++ compiler can compile .h file, too. 2014-02-23 22:07:54 +02:00
Jussi Pakkanen ef1e724543 Handle multiple different languages in Unity builds. 2013-12-27 00:09:36 +02:00
Jussi Pakkanen 7d1999dc09 Get rid of msvc banner for good. 2013-11-07 18:23:51 +02:00
Jussi Pakkanen 337b14e602 Some test tuning. 2013-11-05 00:29:39 +02:00
Jussi Pakkanen ae06ca2afc User options now do a full round trip. 2013-10-18 20:55:10 +03:00
Jussi Pakkanen d5ce0c7cd9 Use -pipe for great speed. 2013-10-14 23:09:22 +03:00
Jussi Pakkanen 5f73db97e8 Some windows fixes. 2013-10-06 19:54:15 +03:00
Jussi Pakkanen 6694d01a16 Fixed OSX. 2013-10-06 00:22:44 +03:00
Jussi Pakkanen 509340d1ec Test suite runs now. 2013-10-04 23:45:42 +03:00
Jussi Pakkanen 62a607c057 Some more tests passing. 2013-10-04 23:43:42 +03:00
Jussi Pakkanen 9f05fce831 Slogging through the test suite. 2013-10-04 23:25:34 +03:00
Jussi Pakkanen 3673791b4f Rpaths start working. 2013-10-04 23:04:26 +03:00
Jussi Pakkanen c168d2c73a Removed gcc debug stl because it is too easy to shoot yourself in the foot with. 2013-09-28 16:16:18 +03:00
Jussi Pakkanen 30c9787cf7 Fix objc/objpp detector funcs. 2013-08-31 20:49:51 +03:00
Jussi Pakkanen 5a377f6466 Clarifying text. 2013-08-30 23:13:43 +03:00
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
Jussi Pakkanen 17e5d8c6ac Fix getting compiler via environment variable 2013-04-22 00:54:45 +03:00
Jussi Pakkanen bf62937711 Can extract compiler ID string. 2013-04-22 00:51:25 +03:00
Jussi Pakkanen 140f30470b Can run trial compilations on a given compiler. 2013-04-21 17:46:58 +03:00
Jussi Pakkanen 7606b7af8c Some minor tweaks. 2013-04-20 00:30:44 +03:00
Jussi Pakkanen 7b8d24a9d8 Can use msvc static linker. 2013-04-19 23:59:06 +03:00
Jussi Pakkanen 7e3f2f7771 Can compile stuff with MSVC++. 2013-04-19 22:11:20 +03:00
Jussi Pakkanen 7ce4aa1b90 Can build programs with MSVC. 2013-04-19 21:43:36 +03:00
Jussi Pakkanen 5d81924914 Check that VC can compile. 2013-04-19 21:10:41 +03:00
Jussi Pakkanen 21c6166af9 Added basic Visual Studio compiler detection. 2013-04-19 21:00:59 +03:00
Jussi Pakkanen e6e5566b6f Set languages in objc/ojbc++. 2013-04-11 15:29:44 +03:00
Jussi Pakkanen 0ae280ce77 Detect ObjC compilers on OSX. 2013-04-09 00:11:58 +03:00
Jussi Pakkanen e05af1bf9e Added ObjC++ support. 2013-04-06 22:03:16 +03:00
Jussi Pakkanen 5174c255b2 Basic support for Objective C. 2013-04-06 20:55:37 +03:00
Jussi Pakkanen 137365b5b3 Better external program detection. 2013-04-01 14:35:03 +03:00
Jussi Pakkanen b77ac5ec9f Extracted dependencies to their own file. 2013-04-01 14:08:54 +03:00