1912 Commits (c6138fe8bd53ffa5d732501940b3639f0a0d89da)
 

Author SHA1 Message Date
Jussi Pakkanen c6138fe8bd .ipp is a C++ header suffix. 9 years ago
Jussi Pakkanen 97c22fadbe Merged XCode fix. 9 years ago
Jussi Pakkanen 6422069c8a Authors.txt updating. 9 years ago
Jussi Pakkanen 06693f8d9e Merge pull request #412 from lukeadams/master 9 years ago
Jussi Pakkanen af53c2bc3b Merge pull request #419 from nioncode/fixVs2010Regen 9 years ago
Jussi Pakkanen ea60a22cd5 Merge Python 3 module support. 9 years ago
Jussi Pakkanen efceac497f Python extension module finally works on Windows. 9 years ago
Nicolas Schneider 40a7287a59 vs2010: properly check whether solution needs to be regenerated 9 years ago
Nicolas Schneider ac5ee0c414 dump coredata to file before calling backend.generate() 9 years ago
Nicolas Schneider bffc84e77e vs2010: write regen.rule in gen_regenproj 9 years ago
Nicolas Schneider 4651ec8f77 vs2010: fix REGEN project input files 9 years ago
Rogiel Sulzbach f98dc48a8d Fix Xcode backend 9 years ago
Jussi Pakkanen 003696fc27 Merge VS2010 path fix branch. 9 years ago
Nicolas Schneider c5001a3a5a call os.path.normpath before splitting a file path into its components 9 years ago
Jussi Pakkanen 6f907dd4ab Merge pull request #358 from tp-m/no-args 9 years ago
Jussi Pakkanen 7d516ee9b1 Merge pull request #408 from nioncode/fixGeneratorTest 9 years ago
Minijackson 3b688c6114 Create directories of unity temporary files 9 years ago
Nicolas Schneider 6de2fd6ab5 vs2010: fix target_to_build_root method 9 years ago
Nicolas Schneider 78551ae242 vs2010: do not add generated object files to project 9 years ago
Luke Adams 41dd1e2a24 Delete old readme 9 years ago
Luke Adams cd125362e2 Readme in markdown 9 years ago
Nicolas Schneider 2dcac38624 vs2010: write CustomBuildStep only if there is at least 1 command to be run 9 years ago
Nicolas Schneider ed6c0e1fa6 vs2010: merge all generators into single command invocation 9 years ago
Nicolas Schneider d79f402769 vs2010: fix including a precompiled / generated object file in compilation 9 years ago
Nicolas Schneider c2e406295e vs2010: fix wrong generator command concatenation 9 years ago
Nicolas Schneider 1196532c0b fix 'object generator' test case for ninja 9 years ago
Nicolas Schneider 32b43e77ab add myself to authors.txt 9 years ago
Nicolas Schneider 681a14a695 use sys.stdout.encoding when parsing subprocess output 9 years ago
Jussi Pakkanen d88223bd61 Do delayed argument setting properly this time. 9 years ago
Martin Ejdestig 6a90d5d587 Print value of werror in mesonconf 9 years ago
Martin Ejdestig 47db4e3d53 Pass warning arguments to compiler even if buildtype is plain 9 years ago
Jussi Pakkanen 836b121a9c Refix Linux. 9 years ago
Jussi Pakkanen 40d70e1b15 Skip cython test if it does not exist. 9 years ago
Jussi Pakkanen a04c33e125 Can build Python extension on OSX. 9 years ago
Jussi Pakkanen 98d3fb5372 Extract python3 dependency information from the current process if it is not available in pkg-config. 9 years ago
Jussi Pakkanen 16b9a52235 Fix cython to work on platforms other than latest Ubuntu. 9 years ago
Jussi Pakkanen 738f7f860c Added Cython sample project. 9 years ago
Jussi Pakkanen 98d00386b1 Can build a Python extension module. 9 years ago
Jussi Pakkanen a8120eb519 Added plain Python sample project. 9 years ago
Nirbheek Chauhan d95a108503 compilers: MSVC does not understand the -lfoo syntax 9 years ago
Jussi Pakkanen 560d9d7375 Merge pull request #398 from nirbheek/target-link-implib 9 years ago
Jussi Pakkanen 0469128f46 Preserve 'C:\' as an absolute path in prefix. 9 years ago
Jussi Pakkanen f74d6201eb Guard against ALL THE THINGS! 9 years ago
Jussi Pakkanen 9463c5965e Swallow stderr of helper process invocation because nobody needs to see it and it causes problems in Debian testing framework. 9 years ago
Jussi Pakkanen e96359df70 Only support Python 3. 9 years ago
Martin Ejdestig a179d07fd1 Do not pass -Weverything to Clang at warning level 3 9 years ago
Jussi Pakkanen 2cbe876f71 Merge pull request #388 from nirbheek/extprog.path 9 years ago
Nirbheek Chauhan a15e784851 meson_install: os.symlink may be implemented and still not work 9 years ago
Jussi Pakkanen 3abd5305c2 Default to cwd in mesonconf. Closes #400. 9 years ago
Nirbheek Chauhan 21d471673a environment: When using MinGW-GCC, the import lib suffix is dll 9 years ago