aboutsummaryrefslogtreecommitdiff
path: root/mesonbuild/backend
AgeCommit message (Expand)AuthorFilesLines
2019-01-06Removed fallback detection logicDaniel Mensinger1-169/+15
2019-01-06Some code cleanupDaniel Mensinger1-24/+71
2019-01-06Moved the source and compiler generation to the backendDaniel Mensinger1-1/+145
2019-01-06Fixed tests and benchmarksDaniel Mensinger1-2/+5
2019-01-06Initial automatic target file generationDaniel Mensinger1-4/+6
2019-01-02Remove cross_info; cross file is parsed up front and discardedJohn Ericson2-22/+18
2019-01-02Get rid of `need_cross_compiler`John Ericson2-17/+3
2019-01-02vs: respect 'b_pch' optionNicolas Schneider1-14/+15
2019-01-01Merge pull request #4564 from mensinda/introBuildOptsJussi Pakkanen1-0/+25
2019-01-01compile pch .h file as c++-header when building a c++ targetNicolas Schneider1-0/+4
2018-12-29Introspection refactoringDaniel Mensinger1-0/+25
2018-12-30Add a clang-format target.Jussi Pakkanen1-2/+24
2018-12-07Update VS files only if something changed.John Preston1-6/+14
2018-12-06Deduplicate export-dynamic and pthread. Closes #4567.Jussi Pakkanen1-2/+2
2018-12-04Use correct environment for REGEN in VS backend.John Preston1-2/+31
2018-11-28Use /O1 instead of /Os for MSVC as the latter is deprecated.Jussi Pakkanen1-2/+3
2018-11-22Remove MinimalRebuild as it is deprecated. Closes #4539.Jussi Pakkanen1-1/+0
2018-11-15Fix ProjectGuid values in VS projects.John Preston1-5/+5
2018-11-15Add 'meson.build' to VS project files.John Preston1-1/+4
2018-11-07backends/ninja: all files in a java target should depend on generated sourcesDylan Baker1-0/+4
2018-11-08Add prefix option for link argsPhillip Cao1-0/+2
2018-11-08Get cross_args from the compiler rather than environment directlyPhillip Cao1-11/+7
2018-11-04Accomodate clang-cl /showIncludes outputJon Turney1-2/+3
2018-11-04Detect clang-cl as msvc-like, not clang-likeJon Turney2-9/+9
2018-11-02ninjabackend: add generated source files to jar compile target source listAurélien Zanelli1-0/+9
2018-11-02extract_all_sources: Also include generated object filesXavier Claessens1-1/+7
2018-11-02meson: cache get_target_generated_dirMarcel Hollerbach1-0/+2
2018-10-24Fix flake8 whitespace reportsJon Turney1-1/+0
2018-10-24Fix flake8 'imported but unused' reportsJon Turney1-2/+1
2018-10-20Skip creating a PDB file if a debug build hasn't been requestedMartin Storsjö1-1/+2
2018-10-20Remove implicit compression of man pagesMichał Górny1-1/+1
2018-10-20Add 'b_pie' compiler optionXavier Claessens2-0/+4
2018-10-15Regression fix: Don't try to import empty-string custom target include dirs (...Matthias Klumpp1-0/+2
2018-10-10os.path.relpath() can fail on WindowsJon Turney1-2/+2
2018-10-08Pass arguments from in xcode projectsGuillermo Ignacio Enriquez Gutierrez1-4/+7
2018-10-08Xcode project now supports assembly filesGuillermo Ignacio Enriquez Gutierrez1-1/+7
2018-10-04backends: allow running host arch binaries on compatible build machinesDylan Baker1-4/+6
2018-10-04Merge pull request #4293 from marcelhollerbach/masterJussi Pakkanen1-55/+2
2018-10-01build: generate the mappings in the TargetsMarcel Hollerbach1-27/+1
2018-10-01build: move default_install_dir to the Target classesMarcel Hollerbach1-29/+2
2018-10-01Fix Xcode backend: Add build dir to SYSTEM_HEADER_SEARCH_PATHS so generated h...Guillermo Ignacio Enriquez Gutierrez1-8/+22
2018-09-28backend: Make sure to normalize paths before checking if it is a system dirThibault Saunier1-0/+1
2018-09-25Fix Xcode backend: support for precompiled headers. Only one header per targe...Guillermo Ignacio Enriquez Gutierrez1-6/+11
2018-09-24Partially fix targets that use precompiled header with --backend=xcode. Vario...Guillermo Ignacio Enriquez Gutierrez1-0/+15
2018-09-24Sort some objects before writing as Xcode expects [skip ci]Guillermo Ignacio Enriquez Gutierrez1-38/+45
2018-09-19Fix `build --backend=xcode` (#4220)Guillermo Ignacio Enriquez Gutierrez1-23/+33
2018-09-11Sprinkle functools.lru_cache() in a few more placesNirbheek Chauhan2-10/+6
2018-09-11mesonbuild: move subdir generation along link dep generationMarcel Hollerbach1-6/+5
2018-09-11backends: save up the dylib generated namesMarcel Hollerbach1-1/+7
2018-09-06Improve D link argument handlingGoaLitiuM1-5/+5