7964 Commits (ce120ff164e67eb526ecfe70bf87bbb94050bc52)

Author SHA1 Message Date
Ty c7eb601e07 Fix finding of Visual studio path in mingw64 2 years ago
Nirbheek Chauhan c19773c0bc wrap: Fix diff_files not finding the patch to apply 2 years ago
Jussi Pakkanen c44ae35356 Ignore encoding errors when scanning. Closes #10571. 2 years ago
Christian Wendt 468022f91c backends: Remove /Zi arg if requested to use /Z7 2 years ago
Eli Schwartz 46793145ba
Revert /utf-8 changes in the visualstudio mixin to the 0.62.0 state 2 years ago
Eli Schwartz e7d87b6f58
implement the new preserve_path kwarg for install_data too 2 years ago
Eli Schwartz b89451847a
fix incorrect type annotation 2 years ago
David Seifert 11f76c2fc7 cuda: don't inject `-lstdc++` when linking 2 years ago
Richard Hughes 407eaa3b4a gnome module: Use --quiet to supress printing the link command line 2 years ago
Ralf Gommers 17936686d4 Improve error message for `include_directories(abs_path_intree)` 2 years ago
Tristan Partin af846a109f Detect Cython and Vala compilers on the build machine always 2 years ago
Marc-André Lureau 6096337904 pkgconfig: do not add valgrind as requirement 2 years ago
Eli Schwartz 0703ee0aef
move various unused typing-only imports into type-checking blocks 2 years ago
Eli Schwartz 46148f923b
fix totally invalid import of an import 2 years ago
Eli Schwartz 075ccc68be
sort imports for neatness 2 years ago
Jussi Pakkanen 44c95087d0 Bump version number for new development. 2 years ago
Jussi Pakkanen 9c6dab2cfd Finalize the release. 2 years ago
Dylan Baker 32ebb81f1a dependencies: update llvm versions 2 years ago
Jussi Pakkanen eee861845d Bump version number for rc2. 2 years ago
Akihiko Odaki c2c9359d46 Fix destdir_join 2 years ago
Tad Young 4c706e961b
add missing lower() to fix msvc backend platform detection 2 years ago
fxxf 650cea3d08 fix: handle the case where the last item of `four_column` results in being < 1 (COLUMNS <= 60) by falling back to `_col`, relevant issue #10211 2 years ago
Xavier Claessens 1a3d29dd0e Move python version check as first thing 2 years ago
Eli Schwartz b05d7db443
fix type checking for declare_dependency to allow linking to executable 2 years ago
Chun-wei Fan 6e7c3efa79 visualstudio.py: Apply /utf-8 only on clang or VS2015+ 2 years ago
Jussi Pakkanen 28a9c1fdad Update version numbers for rc1. 2 years ago
Eli Schwartz 22dcb692ad python module: implicitly add python dep to extensions 2 years ago
Eli Schwartz 43c60318fd python module: cache dependency() lookup between invocations 2 years ago
Eli Schwartz 28835cce71 gnome module: fix regression that broke using built xml files as gresources 2 years ago
Olexa Bilaniuk b19d312dc7 Update CUDA Toolkit/driver version table for recent releases. 2 years ago
Staz M 7409f12a82 always run external projects multi-threaded if possible 3 years ago
Staz M 7da495f616 always set DESTDIR via the environment for external projects 3 years ago
Xavier Claessens 807cbcb350 external-project: Add depends kwarg 3 years ago
Eli Schwartz 47426f3663
migrate declare_dependency to typed_kwargs 3 years ago
Eli Schwartz ca52dac38b
refactor logic for parsing dependency variables into type_checking module 3 years ago
Eli Schwartz edb38fd6f6
fix confusing incorrect default name for a KwargInfo 3 years ago
Eli Schwartz c1aeb2f7e4
typed_kwargs: support dict/list as "new since" types 3 years ago
Hemmo Nieminen b49b9f52b2 interpreter: fix a subproject check with symlinks 3 years ago
Michael Mera 9b21428006 fix parameter expansion in several error messages 3 years ago
Xavier Claessens a693e2d091 devenv: Do not use relative WINEPATH 3 years ago
Xavier Claessens 57909b53d6 Improve WINEPATH reduction 3 years ago
Xavier Claessens b1649899a2 ExternalProgram: Make get_version() work without interpreter 3 years ago
Eli Schwartz b87067dc8b
fix regression that broke proper warnings about passing subproject as a dep 3 years ago
fxxf b7159f4a1a
fix crash when passing invalid inputs as build_target dependencies 3 years ago
Xavier Claessens 2e3ac3eec0 minstall: Add more safety checks when unpickling installdata 3 years ago
Seungha Yang ee7a7fec10 devenv: Add support for PowerShell 7 on Windows 3 years ago
Xavier Claessens d85a9733e6 Fix crash when a reconfigure adds a new subproject 3 years ago
Paolo Bonzini e4a8f4dbd6 backend: always use the same code to compute the files in ExtractedObjects 3 years ago
Paolo Bonzini dae986073d take override_option('unity=...') into account when allowing extract_objects() 3 years ago
Eli Schwartz f3ba24f289
ninja backend: generate additional meta-rules for test/benchmarks targets 3 years ago