99 Commits (4677f37366b2b57053e065d9bb188191dddfa5e9)

Author SHA1 Message Date
Mike Sinkovsky dac8351ff1 cleanup: Unbound local variable 8 years ago
Mike Sinkovsky 969be1f679 cleanup: Remove redundant parentheses 8 years ago
Mike Sinkovsky 1d177fb127 cleanup: Unused local variables 8 years ago
Elliott Sales de Andrade 78b030cf19 Add support for Files passed to generators. 8 years ago
Mike Sinkovsky e9a891fe25 style: [E502] the backslash is redundant between brackets 8 years ago
Igor Gnatenko 116da33cdd style: fix E128 violations 8 years ago
Igor Gnatenko ea570bcb67 style: fix E265 violations 8 years ago
Igor Gnatenko 5693758e46 style: fix E231 violations 8 years ago
Igor Gnatenko 2017d8578a style: fix E226 violations 8 years ago
Igor Gnatenko f0b30baa39 style: fix E225 violations 8 years ago
Jussi Pakkanen b55235dfbd Fix space before :. 8 years ago
Igor Gnatenko 971a3a3cd9 tree-wide: remove trailing whitespaces 8 years ago
Igor Gnatenko e611b6748b tree-wide: remove unused variables 8 years ago
Igor Gnatenko 8268eb4959 tree-wide: remove unused imports 8 years ago
Nirbheek Chauhan d5f7ba862b gnome.mkenums: Use absolute paths for all commandline args 8 years ago
Jussi Pakkanen dc1f537fb3 Skip shared module test on VS because it fails for some reason nobody understands. 8 years ago
Jussi Pakkanen 59fdb1b9ff Add unresolved symbol arg to link line in VS backends. For some 8 years ago
Nirbheek Chauhan b9a7c0cf39 misc: Use relative imports everywhere 8 years ago
Thibault Saunier 85a0cd7635 Add new add_project_[link]_args functions 8 years ago
Nirbheek Chauhan 00dc929b62 vs: Properly split per-compiler args into per-file options 8 years ago
Nirbheek Chauhan 419b84784f CustomTarget: Use get_outputs() instead of get_filename() 8 years ago
Elliott Sales de Andrade 4c71695e41 Use context manager for file I/O. 8 years ago
Nirbheek Chauhan 2d05008956 vs: Fix quoting and escaping of compiler options 8 years ago
Nirbheek Chauhan 129ce6800c vs: Fix visual studio version in solution file (#648) 8 years ago
Nirbheek Chauhan 6660837953 vs: Target platform is not always Win32 8 years ago
Nirbheek Chauhan 6bb9805749 vs: Don't re-add pre-existing include dirs 8 years ago
Nirbheek Chauhan afca987e94 vs: Fix usage of mesonlib.File.rel_to_builddir with generated files 8 years ago
Nirbheek Chauhan 2535364751 vs: Explain path-conversion variables 8 years ago
Nirbheek Chauhan 761ac8d8c4 vs: Add support for the 'vs_module_defs' shared_library kwarg 8 years ago
Nirbheek Chauhan f54e07bcd8 vs: Fix the path of customtarget generated sources 8 years ago
Nirbheek Chauhan 23d29ffb14 vs: Set all compiler/linker options correctly 8 years ago
Nirbheek Chauhan 2f8eaa6ed4 vs: Fix paths of internal library dependencies 8 years ago
Nirbheek Chauhan 1481715618 vs: Add libraries, library paths, and link args needed by dependencies 8 years ago
Nirbheek Chauhan f564bf9af0 vs: Add include dirs required by dependencies 8 years ago
Nirbheek Chauhan 80486563bf vs: Set TargetName/TargetExt correctly 8 years ago
Nirbheek Chauhan 0143c32c7c Overhaul versioning and naming of libraries 8 years ago
Nirbheek Chauhan b1077dded7 vs backends: Translate unix link and compile flags (#603) 9 years ago
Nicolas Schneider fba749fcb7 extract vs2015backend into own file 9 years ago
Nicolas Schneider d34d85b0f5 vs2015: fix object generators 9 years ago
Nicolas Schneider 3bedca0257 add vs2015 backend 9 years ago
Nicolas Schneider a29d9c2c33 vs: fix generators that use indexed output replacements (like @OUTPUT0@) 9 years ago
Nicolas Schneider 985ea50944 vs2010: add object files from custom_target to project 9 years ago
Nicolas Schneider 060f195fe0 vs2010: add generated libs as link dependencies 9 years ago
Nicolas Schneider 1ccb4b3a51 vs2010: add dirs of custom_target generated files to include dirs 9 years ago
Nirbheek Chauhan 86aa51232e backends: Don't duplicate test setup data file name 9 years ago
Nicolas Schneider 536edb65d6 vs2010: replace " with \" in /D command line args 9 years ago
Hemmo Nieminen 336904b553 Move MesonException from coredata to mesonlib. 9 years ago
Nicolas Schneider b970ef692f vs2010: add extra_files to project 9 years ago
Nicolas Schneider 33e842e50a vs2010: fix transitive dependencies 9 years ago
Nicolas Schneider a33d9d56cf vs2010: support EXTRA_ARGS for generators 9 years ago