425 Commits (5e2278d6d4e2337c05b2f4e583dc8620b90e9add)
 

Author SHA1 Message Date
Jussi Pakkanen 5e2278d6d4 Can run external programs and capture their output. Also some string function work. 12 years ago
Jussi Pakkanen 7fe106365c Read the proper environment variable name. 12 years ago
Jussi Pakkanen 0e7a9c1281 Improved the man page. 12 years ago
Jussi Pakkanen f18933f80c Tweaked gitignore. 12 years ago
Jussi Pakkanen 624eafc3bc Added missing right parentheses. 12 years ago
Jussi Pakkanen 0f03b26f44 Removed -tt, which is not necessary with Python 3. 12 years ago
Jussi Pakkanen 4f1ca2062d Removed shebang lines on non-runnable files. 12 years ago
Jussi Pakkanen ea3e8f1dd2 Improvements to GTest and GMock. 12 years ago
Jussi Pakkanen ce4f2f1bbe Support using a source distribution of GMock. 12 years ago
Jussi Pakkanen aa8d48bdb8 Added hack to clear out text seeping in from the surrounding Make when building a Debian package. 12 years ago
Jussi Pakkanen 41e89c5cb5 Verify output of gnustep dependency program. 12 years ago
Jussi Pakkanen 17e8bcdf04 Print external program detection info. 12 years ago
Jussi Pakkanen 16bf0b2386 Print detection info for GnuStep. 12 years ago
Jussi Pakkanen e197442362 Print Qt5 detection info. 12 years ago
Jussi Pakkanen 57e7bc3cab Print detection info of GTest and GMock. 12 years ago
Jussi Pakkanen 93c1ef3c19 Print Boost info. 12 years ago
Jussi Pakkanen c3fd1f11b8 Print pkg-config detection info. 12 years ago
Jussi Pakkanen cb97033b6c Removed some more -tt flags. 12 years ago
Jussi Pakkanen af126c9d0e Dependency tracking works with MSVC. 12 years ago
Jussi Pakkanen 45d5195494 Mixed mode pch works again. 12 years ago
Jussi Pakkanen 7e6d8454a4 Precompiled headers work for C++. 12 years ago
Jussi Pakkanen 4887450de6 Made gcc pch work again. 12 years ago
Jussi Pakkanen e967e5eb4b At last! MSVC precompiles headers and can use them. 12 years ago
Jussi Pakkanen cbd4f58302 Had to create a special rule for pch generation because otherwise it would just plain not work. But now it precompiles. 12 years ago
Jussi Pakkanen 14968f5b9e Added the pch c file because it was missing. 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 81b478e031 Shared library linking works with MSVC. 12 years ago
Jussi Pakkanen 34f1042a7e Minor MSVC tweak. 12 years ago
Jussi Pakkanen 73b9353a10 Version number back to new development. 12 years ago
Jussi Pakkanen e1bc1b39b2 Set version number to 0.4.1 for bugfix release. 12 years ago
Jussi Pakkanen 7d17ecc1f7 If should have been elif. 12 years ago
Jussi Pakkanen 8cc00355df Updated version number for new development. 12 years ago
Jussi Pakkanen 7ac68e0d6e Bumped version number for release. 12 years ago
Jussi Pakkanen f326f6d15e Fix to work with /lib multilib. 12 years ago
Jussi Pakkanen 5fe09f9ee4 Quote rule arguments. 12 years ago
Jussi Pakkanen 9323aa3ae3 Made symbol extractor work on OSX. 12 years ago
Jussi Pakkanen 01a387bc46 Store symbol files in the target private directory. 12 years ago
Jussi Pakkanen d4cfc5d2cc Only relink if exported symbols of dependencies change. 12 years ago
Jussi Pakkanen ed61e6f19a Print system check information. 12 years ago
Jussi Pakkanen f67e826d8a Check return code. 12 years ago
Jussi Pakkanen 7039d9ae85 Created a script to extract symbol info from a shared library. 12 years ago
Jussi Pakkanen 3fb0e48bf4 Finished renaming. 12 years ago
Jussi Pakkanen 2fdc7c7dbc Added has_header method. 12 years ago
Jussi Pakkanen aa38b1859f A few windows fixes. 12 years ago
Jussi Pakkanen 4637e07734 #mesondefine supports strings. 12 years ago
Jussi Pakkanen 89aa4e2233 C++ is now called cpp rather than cxx. 12 years ago
Jussi Pakkanen 8364bfcc6d Better error message. 12 years ago
Jussi Pakkanen a51036fd7d Reworked configure file generation. 12 years ago
Jussi Pakkanen ed5528ba18 Better error text. 12 years ago
Jussi Pakkanen b63c493844 Better error reporting for parsing errors. 12 years ago