265 Commits (8c24fc7761f70798694ee8fc89e2b080e82910b9)

Author SHA1 Message Date
Nicolas Schneider 92187501ed Can add postconfigure script. 9 years ago
Jussi Pakkanen 2d32c39471 Handle built targets in custom rules. Closes #411. 9 years ago
Nicolas Schneider 40a7287a59 vs2010: properly check whether solution needs to be regenerated 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
Nicolas Schneider c5001a3a5a call os.path.normpath before splitting a file path into its components 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
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
Martin Ejdestig 47db4e3d53 Pass warning arguments to compiler even if buildtype is plain 9 years ago
Nirbheek Chauhan 81544feffe Explicitly use the import library while generating link args for a target 9 years ago
Jussi Pakkanen 25e39f7fb1 A few win fixes. 9 years ago
Jussi Pakkanen aaf6075c89 Reverted implib patch as it broke mingw completely. 9 years ago
Nirbheek Chauhan deff35eef6 Filter out UNIX flags from external deps when using the MSVC compiler 9 years ago
Nirbheek Chauhan 440d73902d Explicitly use the import library while generating link args for a target 9 years ago
Nirbheek Chauhan e31b6e4a7b ninjabackend: Try symlinking and ignore if it doesn't work 9 years ago
Nirbheek Chauhan 8bd0f432a0 backends: Clarify the reason behind a grotesque hack 9 years ago
Jussi Pakkanen 4b3c43649e Put internal include dirs at the beginning so they override ones coming from the system. Closes #372. 9 years ago
Jussi Pakkanen 9496637a70 Removed need to call check_outputs manually so you can not forget to do it. 9 years ago
Jussi Pakkanen 7435df8399 Moved backends to their own module. 9 years ago