145 Commits (bbda3c7adb84dad775559c932a3cc9533ee6c145)

Author SHA1 Message Date
Nicolas Schneider d72cc6e6f8 vs2010: fix object extraction 9 years ago
Nicolas Schneider 4d9db21039 vs2010: fix dependencies of CustomTarget 9 years ago
Nicolas Schneider 3871f22cc3 remove unnecessary os.path.join() calls 9 years ago
Nicolas Schneider 2761f96fe9 vs2010: give each target an own temp dir 9 years ago
Nicolas Schneider 2511ff0970 check is_header() first, since it is a subset of is_source() 9 years ago
Nicolas Schneider 1f907e75da add everything that is not an object or source file to headers list 9 years ago
Nicolas Schneider c72cefaac4 only include known source file extensions into sources list 9 years ago
Nicolas Schneider baa639031b not all dependencies have a compile_args attribute 9 years ago
Nicolas Schneider e366631e9e don't fail if we don't compile anything (we might just bundle object files) 9 years ago
Nicolas Schneider 5503939866 only guess language for source files, not for header or object files 9 years ago
Nicolas Schneider 8eac78b861 vs2010: support language specific extra_args 9 years ago
Nicolas Schneider 17f1323aca vs2010: fix linker args 9 years ago
Nicolas Schneider 49418cfe8a vs2010: support multiple precompiled headers (one per language) 9 years ago
Nicolas Schneider 5ba7680a0d vs2010: fail on multiple precompiled headers 9 years ago
Nicolas Schneider 18ae344be4 vs2010: support precompiled headers 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
Nicolas Schneider c5001a3a5a call os.path.normpath before splitting a file path into its components 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
Jussi Pakkanen 7435df8399 Moved backends to their own module. 9 years ago
Jussi Pakkanen 58d7db4a6c Some windows fixes. 9 years ago
Jussi Pakkanen 23b98cd6e6 Renamed meson package to mesonbuild so that we can have a script named meson in the same toplevel dir. 9 years ago
Jussi Pakkanen d2a14075b3 Some fixes for other backends. 9 years ago
Jussi Pakkanen 8b1039fa30 Organise files into a module structure. 9 years ago
Jussi Pakkanen c62b7e1a72 A few vs2010 fixes. 9 years ago
Jussi Pakkanen 3c3c977518 Fix incorrect private_dir_abs method. 9 years ago
Jussi Pakkanen 8e24e9e09a Use all the extra flags in vs2010 projects. 9 years ago
Jussi Pakkanen eceedc0d29 Declare buildtype and platform only once. 9 years ago
Jussi Pakkanen 53f0b3c0e7 Bring msvc2010 backend to form again. 9 years ago
Jussi Pakkanen 1b697f04cd Fixed run targets on VS2010. 9 years ago
Jussi Pakkanen 86c401e7b0 Use absolute paths on msvc projecte because their cwd varies. The correct solution would be to build target relative paths but I do not have suffient interest to spend the time. 9 years ago
Jussi Pakkanen e8cca681ca Simple custom targets work in VS2010. 9 years ago
Jussi Pakkanen 1dac552acc A few fixes. 9 years ago
Jussi Pakkanen 71ec62603f Fix pipeline test. 9 years ago
Jussi Pakkanen 8a1f2cdbbc Reference the regen target. 9 years ago
Jussi Pakkanen a516f45917 Regeneration works now but only when doing a rebuild operation. 9 years ago
Jussi Pakkanen 5be7c011bf Regenerator script works, but is not run automatically yet. 9 years ago
Jussi Pakkanen 19003e49d0 Generate a standin vcxproject to regenerate build definitions when the project setup changes. 9 years ago
Jussi Pakkanen d23e59ed5f But build type build args to vs command line. 9 years ago
Jussi Pakkanen 7ed4fad033 Use ids as they key. 9 years ago
Jussi Pakkanen 5297516c91 Changed target naming algorithm to avoid Windows file name forbidden characters. 9 years ago
Jussi Pakkanen 384365c843 Added outdir() method to build targets so we can make output dirs togglable. 9 years ago
Jussi Pakkanen 363bc42c5c Started target out dir refactoring with some clarifying renamings. 9 years ago
Igor Gnatenko b49b7fdc05 vs2010backend: fix bad-continuation 10 years ago