aboutsummaryrefslogtreecommitdiff
path: root/mesonbuild/backend
AgeCommit message (Expand)AuthorFilesLines
2019-01-29BUGFIX: allow fc.run(code) to work, pick only Fortran moduleMichael Hirsch, Ph.D1-4/+1
2019-01-29pep8 py37Michael Hirsch, Ph.D2-18/+18
2019-01-29vs: fix PCHNicolas Schneider1-23/+28
2019-01-27vs: escape embedded quotes of run targetsNicolas Schneider1-0/+3
2019-01-17custom_target: do not let install override build_by_defaultLuca Boccassi1-3/+5
2019-01-07Calculate target paths correctly when workdir is set.Jussi Pakkanen1-1/+8
2019-01-07ninjabackend: Adding missing shell quotes for compiler argumentsRobert Bragg1-4/+4
2019-01-06Better list prependingDaniel Mensinger1-1/+4
2019-01-06Fixed CI issuesDaniel Mensinger1-8/+17
2019-01-06Make custom command sources slightly more usefulDaniel Mensinger1-1/+7
2019-01-06Fixed hashDaniel Mensinger1-1/+1
2019-01-06Code cleanup and renamed variablesDaniel Mensinger1-3/+2
2019-01-06Fixed flake8Daniel Mensinger1-1/+1
2019-01-06Absolute path generation refactoringDaniel Mensinger1-5/+3
2019-01-06Simplefied absolute path generationDaniel Mensinger2-6/+7
2019-01-06Doc updates and throw if no target type is setDaniel Mensinger1-7/+1
2019-01-06Simplified code and improved preformanceDaniel Mensinger1-26/+10
2019-01-06Ninja backend target introspectionDaniel Mensinger2-18/+123
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