1993 Commits (46c324eb6e2af1bf7bfebfb57a8f59343641f6ee)
 

Author SHA1 Message Date
Jussi Pakkanen 46c324eb6e Error out if trying to install with Python 2. 9 years ago
Nicolas Schneider 84804fc531 vs2010: use copy of buildtype_args to not change global state 9 years ago
Jussi Pakkanen 7019daaab0 Binary name clarification. 9 years ago
Jussi Pakkanen 317a735b07 Error out if using a not found binary in the build. Closes #469. 9 years ago
Tim-Philipp Müller 8945c85f96 Fix up typo in precompiled headers base option handling 9 years ago
Jussi Pakkanen 5b3c9e262b Check option files too. 9 years ago
Jussi Pakkanen d87eb7d290 Merge branch 'base_options'. 9 years ago
Jussi Pakkanen 9071c8fc45 Merge branch 'Custom target absolute paths'. 9 years ago
Jussi Pakkanen c1a0bd9a52 Merge pull request #441 from nioncode/vs-compile-args 9 years ago
Jussi Pakkanen 8b619420f9 Open Meson and option files explicitly as utf-8. Closes #467. 9 years ago
Jussi Pakkanen a405f7a499 Grab base options from the command line. 9 years ago
Jussi Pakkanen 79de463993 Converted precompiled headers into a base option. 9 years ago
Jussi Pakkanen 0c63f75aaf Converted coverage into a base option. 9 years ago
Jussi Pakkanen 0c9c29b6b6 Preserve b_ prefix for base option names. 9 years ago
Jussi Pakkanen 4bb665a577 Merge pull request #464 from tp-m/bool-to-string-and-to-int 9 years ago
Jussi Pakkanen a3d49ca1ce Merge pull request #453 from nioncode/vs-customTargetDependencies 9 years ago
Jussi Pakkanen 6eaeb05f8b Merge pull request #463 from tp-m/plus-assign-for-strings-and-ints 9 years ago
Jussi Pakkanen 1bd3135bcb Merge pull request #461 from nirbheek/msvc-filter-clibs 9 years ago
Jussi Pakkanen 254a688124 Pip clarification. 9 years ago
Tim-Philipp Müller 3eea1703ff Add bool to_string() and to_int() methods 9 years ago
Tim-Philipp Müller fcbd60c291 Add += support for strings and integers 9 years ago
Nirbheek Chauhan 57e01c2964 compilers: While linking, filter out libraries that are bundled with the MSVC runtime 9 years ago
Jussi Pakkanen dc049660e7 Merge pull request #456 from nirbheek/implement_libexecdir 9 years ago
Jussi Pakkanen 2e73994978 Merge pull request #455 from nirbheek/meson_install_shebang_parsing 9 years ago
Jussi Pakkanen 7844fd54d9 Merge pull request #458 from nioncode/vs-object-extraction 9 years ago
Jussi Pakkanen ae1f284ade Added base options to Clang compilers. 9 years ago
Nirbheek Chauhan 64a0dc6269 Implement cc.find_library for the Visual Studio C/C++ compilers 9 years ago
Jussi Pakkanen 90c799fc61 Do not use lundef on OSX. 9 years ago
Jussi Pakkanen b5c7cca0dc Works when mixing Java and C. 9 years ago
Jussi Pakkanen de03ae5af0 Fix mesonintrospect. 9 years ago
Jussi Pakkanen 8b6848ebc3 Add dir support for find_library and remove deprecated standalone version. Closes #450. 9 years ago
Nicolas Schneider 147b7aa356 vs2010: add explicit objects as 'Object' ItemGroup instead of link dependency 9 years ago
Nicolas Schneider d72cc6e6f8 vs2010: fix object extraction 9 years ago
Nirbheek Chauhan 11f63105d0 New builtin option: libexecdir for installation of helper executables 9 years ago
Nirbheek Chauhan d5c9b98cab meson_install.py: Start by checking if the shebang is directly runnable 9 years ago
Jussi Pakkanen 19046fd854 Added new base options and some sample opts for gcc. 9 years ago
Nicolas Schneider 4d9db21039 vs2010: fix dependencies of CustomTarget 9 years ago
Nicolas Schneider 3871f22cc3 remove unnecessary os.path.join() calls 9 years ago
Nicolas Schneider e067c4a79d fix eval_custom_target_command() to use absolute paths for output files 9 years ago
Jussi Pakkanen a3004652ea Merge test framework options. 9 years ago
Jussi Pakkanen cefbea4816 Merge pull request #447 from nioncode/vs-fix-dirs 9 years ago
Nicolas Schneider 2761f96fe9 vs2010: give each target an own temp dir 9 years ago
Nicolas Schneider 2511ff0970 check is_header() first, since it is a subset of is_source() 9 years ago
Nicolas Schneider 1f907e75da add everything that is not an object or source file to headers list 9 years ago
Nicolas Schneider c72cefaac4 only include known source file extensions into sources list 9 years ago
Nicolas Schneider baa639031b not all dependencies have a compile_args attribute 9 years ago
Nicolas Schneider e366631e9e don't fail if we don't compile anything (we might just bundle object files) 9 years ago
Nicolas Schneider 5503939866 only guess language for source files, not for header or object files 9 years ago
Nicolas Schneider 8eac78b861 vs2010: support language specific extra_args 9 years ago
Nicolas Schneider 246d9f4564 test24: check that a target extra_arg is not applied to other targets 9 years ago