index
:
meson
clippy-json
master
Unnamed repository; edit this file 'description' to name the repository.
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
mesonbuild
/
backend
/
vs2010backend.py
Age
Commit message (
Expand
)
Author
2018-04-26
Merge pull request #3372 from NickeZ/vs-sol-folders
Jussi Pakkanen
2018-04-18
Fix using object extracted from a unity build
Xavier Claessens
2018-04-17
Use visual studio solution directories
Niklas Claesson
2018-04-17
Fix vs flat layout bug
Niklas Claesson
2018-04-17
Merge pull request #1852 from QuLogic/openmp
Jussi Pakkanen
2018-04-17
Open build files with utf-8
Nirbheek Chauhan
2018-04-17
Add an OpenMP dependency.
Elliott Sales de Andrade
2018-04-08
VS backend: dedup AdditionalDependencies
Paul I
2018-03-25
Merge pull request #2976 from dzabraev/fix-reversed-order
Jussi Pakkanen
2018-03-23
Enable b_ndebug on VisualStudioCCompiler
Aleksey Filippov
2018-03-15
Use target.get_id() instead of basename and type_suffix concatenation at call...
Aleksey Filippov
2018-03-03
Fix flake8 'imported but unused' reports
Jon Turney
2018-02-11
keep include paths order
Maxim Dzabraev
2018-01-30
Use os.path: basename() and dirname() instead of split()
Aleksey Filippov
2018-01-13
Merge pull request #2764 from mesonbuild/generatorpath
Jussi Pakkanen
2018-01-07
Modify exception raised when msvc pch is badly specified
Christophe Gouiran
2018-01-06
Fix MSVC backend crashes when `c_pch` or `cpp_pch` is not an array
Christophe Gouiran
2017-12-30
Fail Visual Studio version detection if VSINSTALLDIR is not set
Gabríel Arthúr Pétursson
2017-12-21
Fix Windows.
Jussi Pakkanen
2017-12-18
Can declare file generation in one dir and use the output in another.
Jussi Pakkanen
2017-12-02
custom target: Consider all build depends while serializing
Nirbheek Chauhan
2017-11-30
VS: Add /DEBUG to linker to generate debug information
Niklas Claesson
2017-11-21
Review fixes.
Jussi Pakkanen
2017-11-20
Replaced sys.executable use with the mesonlib equivalent.
Jussi Pakkanen
2017-10-01
Merge pull request #2313 from dcbaker/fix-2180
Jussi Pakkanen
2017-09-30
vs: Fix link_whole usage with the vs backend
Nirbheek Chauhan
2017-09-30
vs: Fix detection of options vs libraries in link args
Nirbheek Chauhan
2017-09-30
vs: Add a helper for adding a project reference
Nirbheek Chauhan
2017-09-29
Implement capture for generators
Niklas Claesson
2017-09-27
Allow CustomTarget's to be indexed
Dylan Baker
2017-09-22
Merge pull request #2357 from LukeShu/flake8
Jussi Pakkanen
2017-09-21
flake8: Clean up complained-about unused imports
Luke Shumaker
2017-09-21
flake8: Perform suggested whitespace/formatting changes
Luke Shumaker
2017-09-20
Add @PLAINNAME@ and @BASENAME@ to arguments argument for Generator
Niklas Claesson
2017-09-12
Merge pull request #1943 from QuLogic/duplicate-names
Jussi Pakkanen
2017-09-11
backends: Add custom target inc dirs before target inc dirs
Nirbheek Chauhan
2017-08-18
Make all functionality invokable via the main Meson binary,
Jussi Pakkanen
2017-08-14
Remove VS implementation of object name resolver.
Elliott Sales de Andrade
2017-08-14
Use "meson test" in test invocations so it will not print the deprecation war...
Jussi Pakkanen
2017-08-05
Add option to disable implicit include directories. Closes #2139.
Jussi Pakkanen
2017-07-20
Support implibs for executables on Windows
Jon Turney
2017-06-12
Preserve -L -l pairings fetched from external deps
Nirbheek Chauhan
2017-06-09
vs: Always check VSINSTALLDIR in case VisualStudioVersion is unset
Nirbheek Chauhan
2017-06-08
fix WarningLevel in vcxproj #1913
Bug
2017-05-21
Fix cross environment pollution.
Ole André Vadla Ravnås
2017-05-09
vs: surround project guid with '{}'
Nicolas Schneider
2017-05-08
Add support for @CURRENT_SOURCE_DIR@ in generator arguments
Alberto Aguirre
2017-05-04
Use American English - 'ise' -> 'ize' where applicable
Peter Hutterer
2017-05-04
Store extra_files as file objects. Helps with #1686.
Jussi Pakkanen
2017-05-02
Don't use len() to test emptiness vs not emptiness
Dylan Baker
[next]