2297 Commits (9ff00de93bd0589cdb016793de51d6b14d0825f8)
 

Author SHA1 Message Date
Jussi Pakkanen 9ff00de93b Merge pull request #657 from centricular/pkgconfig-dep-msgs 8 years ago
Jussi Pakkanen f663465b6b Convert socket checks. 8 years ago
Nirbheek Chauhan 1459d18643 dependency: Better errors when fallbacks are not found 8 years ago
Nirbheek Chauhan baf8481c4f pkg-config: Print 'NO' when version is too old 8 years ago
Nirbheek Chauhan 48b4defa37 pkg-config: Move setting of cargs and libs to functions 8 years ago
Nirbheek Chauhan bc63103ae0 pkg-config: Short-circuit when there's no pkg-config file found 8 years ago
Jussi Pakkanen f3c793b9c1 Added test for a prebuilt static library and a declare_dependency that uses it. 8 years ago
Jussi Pakkanen 5942baa2d1 Merge pull request #651 from centricular/gtkdoc-new-runtarget-syntax 8 years ago
Jussi Pakkanen 156149388e Updated manual test 1. 8 years ago
Nirbheek Chauhan 042e0b3467 gtkdochelper: Add error checking and printing 8 years ago
Nirbheek Chauhan e6c927d8ac gnome: Update RunTarget usage to new syntax 8 years ago
Jussi Pakkanen b072d72f94 Properties is no longer mandatory in cross files so do not require it. 8 years ago
Nirbheek Chauhan 88aafd363e Normalize the path of a configured file to avoid dupes (#640) 8 years ago
Nirbheek Chauhan 69d9c2228d vs: Fix Meson invocation while doing regen (#646) 8 years ago
Nirbheek Chauhan 129ce6800c vs: Fix visual studio version in solution file (#648) 8 years ago
Nirbheek Chauhan 201f2aebed Also read WINDRES envvar to find windres (#645) 8 years ago
Nirbheek Chauhan c527e4a658 coredata: Descriptive parser exceptions for UserStringArrayOption 8 years ago
Jussi Pakkanen 9e37c8a308 Warn if PKG_CONFIG_PATH has changed because it may cause dependency detection to fail. Closes #626. 8 years ago
Nirbheek Chauhan 7217620e23 interpretor: Use the stdout/stderr locale to decode to string (#638) 8 years ago
Nirbheek Chauhan 5351b091a8 ninja: Remove duplicated if check (#637) 8 years ago
Nirbheek Chauhan c01b183e54 mesonmain: Dump the coredata last 8 years ago
Jussi Pakkanen 64919b1c74 Merge pull request #417 from nirbheek/dll-paths 8 years ago
Nirbheek Chauhan f8d7588372 test 60 install script: Don't install any files when using msvc 8 years ago
Nirbheek Chauhan cc4826b85f run_tests.py: Make 'no-installed-files' stricter 8 years ago
Jussi Pakkanen 38a896ae51 Create a log file of all files installed. 8 years ago
Nirbheek Chauhan 6660837953 vs: Target platform is not always Win32 8 years ago
Nirbheek Chauhan 358598816f build: Fix implementation of sources_are_suffix 8 years ago
Thibault Saunier a23f577415 dependencies: Add a get_version method to Python3Dependency 8 years ago
Jussi Pakkanen d6ab5027fe Merge pull request #623 from mesonbuild/colorout 8 years ago
Jussi Pakkanen c0057da133 Can get arbitrary data from cross file properties. 8 years ago
Jussi Pakkanen a0666ebf9c Gcc versions older than 4.9 do not support color output. 8 years ago
Jussi Pakkanen 4f63fe4983 Enable colored output with GCC. Ninja redirects stdout/stderr so by default GCC thinks it is not talking to a terminal. 8 years ago
Jussi Pakkanen cc775d64c9 Merge pull request #618 from mesonbuild/rtrehaul 8 years ago
Jussi Pakkanen 70e84f9080 Use new run_target format. 8 years ago
Jussi Pakkanen 4f2b663928 Unify common code in run_target and custom_target. 8 years ago
Nirbheek Chauhan 6bb9805749 vs: Don't re-add pre-existing include dirs 8 years ago
Nirbheek Chauhan 0640fe0215 Add test for usage of generated File sources in libraries 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 4516e8a49f Add repr() implementations for build targets and File 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 6c055c7c3c Add test for configure_file in custom target command list 8 years ago
Nirbheek Chauhan 64cb70441b CustomTarget: Use mesonlib.File objects as-is in the command to be run 8 years ago
Nirbheek Chauhan 2e986ae30d backend: Raise a RuntimeError if an unknown object is added to the command list 8 years ago