197 Commits (4e31ca3abeecf0591cccc7052da34c2735759030)

Author SHA1 Message Date
Nicolas Schneider 09739284be vs: fix PCH 6 years ago
Nicolas Schneider 2dcb6eb0b3 vs: escape embedded quotes of run targets 6 years ago
Nicolas Schneider f1b32aa4bb vs: respect 'b_pch' option 6 years ago
John Preston ca2e378c98 Update VS files only if something changed. 6 years ago
John Preston c17a80f47b Use correct environment for REGEN in VS backend. 6 years ago
Jussi Pakkanen 509afe752c Use /O1 instead of /Os for MSVC as the latter is deprecated. 6 years ago
Jussi Pakkanen 50d5bcff87 Remove MinimalRebuild as it is deprecated. Closes #4539. 6 years ago
John Preston 5d6dcf8850 Fix ProjectGuid values in VS projects. 6 years ago
John Preston 16144fd61b Add 'meson.build' to VS project files. 6 years ago
Jussi Pakkanen 54aed1a92c Added "native" kwarg to add_XXX_args. Closes #3669. 6 years ago
Jussi Pakkanen d83f77109a
Convert buildtype to optimization and debug options (#3489) 6 years ago
Emil Styrke 2e3e2abceb Fix @CURRENT_SOURCE_DIR@ in generator() 6 years ago
Jussi Pakkanen 7bb5f82736 Added install target to VS. Closes #3841. 6 years ago
Nirbheek Chauhan e8dae2b966 cross: Be more permissive about not-found exe_wrapper 6 years ago
Niklas Claesson 14716ea90c Visual Studio: Implement startup project 7 years ago
Xavier Claessens b7d442150d Move <lang>_args to coredata.compiler_options 7 years ago
Nirbheek Chauhan 3e1a610702 Add a new option for building with Apple bitcode support 7 years ago
Xavier Claessens b0e4d4047b Fix using object extracted from a unity build 7 years ago
Niklas Claesson c6e03b9535 Use visual studio solution directories 7 years ago
Niklas Claesson e50a5c1311 Fix vs flat layout bug 7 years ago
Nirbheek Chauhan 6089631a1b Open build files with utf-8 7 years ago
Elliott Sales de Andrade dbb025a175 Add an OpenMP dependency. 7 years ago
Paul I 09dd9e20df VS backend: dedup AdditionalDependencies 7 years ago
Aleksey Filippov 8b1e9a6f6a Enable b_ndebug on VisualStudioCCompiler 7 years ago
Aleksey Filippov 7f042b5fe2 Use target.get_id() instead of basename and type_suffix concatenation at call site 7 years ago
Jon Turney cd5dba5358 Fix flake8 'imported but unused' reports 7 years ago
Maxim Dzabraev ea6e9298fa keep include paths order 7 years ago
Aleksey Filippov 2cf85ae16f Use os.path: basename() and dirname() instead of split() 7 years ago
Christophe Gouiran 412315f8ae Modify exception raised when msvc pch is badly specified 7 years ago
Christophe Gouiran 40e92c82ab Fix MSVC backend crashes when `c_pch` or `cpp_pch` is not an array 7 years ago
Gabríel Arthúr Pétursson c8355c9ffa Fail Visual Studio version detection if VSINSTALLDIR is not set 7 years ago
Jussi Pakkanen 27d4a611a5 Fix Windows. 7 years ago
Jussi Pakkanen 658442bef4 Can declare file generation in one dir and use the output in another. 7 years ago
Nirbheek Chauhan 62ba5ca1ec custom target: Consider all build depends while serializing 7 years ago
Niklas Claesson e0274441fc VS: Add /DEBUG to linker to generate debug information 7 years ago
Jussi Pakkanen 22adda1617 Review fixes. 7 years ago
Jussi Pakkanen 5d51bc79c7 Replaced sys.executable use with the mesonlib equivalent. 7 years ago
Nirbheek Chauhan 8cc52b5d4f vs: Fix link_whole usage with the vs backend 7 years ago
Nirbheek Chauhan 560f4b6fc7 vs: Fix detection of options vs libraries in link args 7 years ago
Nirbheek Chauhan b866cf0804 vs: Add a helper for adding a project reference 7 years ago
Niklas Claesson 68275b32e8 Implement capture for generators 7 years ago
Dylan Baker dda5e8cadb Allow CustomTarget's to be indexed 7 years ago
Luke Shumaker 4dbbb4884c flake8: Clean up complained-about unused imports 7 years ago
Luke Shumaker bb25260f00 flake8: Perform suggested whitespace/formatting changes 7 years ago
Niklas Claesson 07dde545d9 Add @PLAINNAME@ and @BASENAME@ to arguments argument for Generator 7 years ago
Nirbheek Chauhan 5b1babd611 backends: Add custom target inc dirs before target inc dirs 7 years ago
Jussi Pakkanen 50fb7d37ab Make all functionality invokable via the main Meson binary, 7 years ago
Elliott Sales de Andrade cf1242655f Remove VS implementation of object name resolver. 7 years ago
Jussi Pakkanen 5c8328d27f Use "meson test" in test invocations so it will not print the deprecation warning. 7 years ago
Jussi Pakkanen 61a05f26e3 Add option to disable implicit include directories. Closes #2139. 7 years ago