13967 Commits (4eb9c84cf97427a11af7ec928c849e4289862202)
 

Author SHA1 Message Date
Eli Schwartz ecbba0c45b
CI: gracefully handle jsonschema update requiring rust to build 2 years ago
meator a5b74d208b Fix typo in Disabler.md 2 years ago
Jussi Pakkanen dd3c39242b Bump version number for rc2. 2 years ago
Jussi Pakkanen bf9a6a1b5c Renumber test dirs for rc2. 2 years ago
Xavier Claessens d140342c14 comp.preprocess(): Do not treat every file as assembly 2 years ago
Dylan Baker 8369dbbfec build: use self.compilers instead of all_compilers for stdlib langs 2 years ago
Jussi Pakkanen d391e5281c
Merge pull request #11742 from xclaesse/link-whole-cases 2 years ago
Kacper Michajłow 7fe6e18a02 tests: add standard option to get_define() test 2 years ago
Kacper Michajłow 9dd5f0ae69 compilers: strip get_define output 2 years ago
Jussi Pakkanen 73b3b60436
Merge pull request #11924 from dcbaker/submit/c++stdlib-fixes 2 years ago
Dylan Baker 42c68291c4 environment: separate illumos and Solaris kernels in Machines 2 years ago
Dan Hawson c34ee374a7
fix the use of setup --profile-self in combination with --genvslite 2 years ago
Eli Schwartz 77d4db533f
remove CI workaround for clang+msys2 2 years ago
Eli Schwartz db0c24e627
genvslite: greatly simplify the implementation of non-genvslite backends 2 years ago
Eli Schwartz 098ac5e0a6
genvslite: fix badly overflowing line lengths 2 years ago
Eli Schwartz 0520667973
genvslite: improve readability of the mconf help text 2 years ago
Eli Schwartz a63ed40191
genvslite: fix the core option being listed as one of the per-project options 2 years ago
Dylan Baker 9067139acb compilers/cpp: remove special libc++ handling from the AppleClangCPPCompiler 2 years ago
Dylan Baker a227768b37 compilers/cpp: try to do a better job of detecting libc++ vs libstdc++ 2 years ago
Dylan Baker f58bd2ae11 compilers/cpp: use a Mixin to share the stdlib flags between clang++ and g++ 2 years ago
Dylan Baker a4b597a7b7 compilers/cpp: use a list comprehension instead of a for loop 2 years ago
Dylan Baker 59cfbf68e0 compilers/cpp: Actually add the search dirs to for gcc 2 years ago
Jussi Pakkanen 9a6a95483c Bump version number for rc1. 2 years ago
GertyP 36bf53bdfd
Experimental 'genvslite' WIP. (#11049) 2 years ago
Jussi Pakkanen 9e1e4cafd5 Condense test directory names for release. 2 years ago
Eli Schwartz 712a772643
fix setuptools deprecation warning for renamed metadata key 2 years ago
Eli Schwartz bab04ac587
add additional setuptools metadata pointing to the source repository 2 years ago
Jussi Pakkanen a4fb8dcc41
Merge pull request #11902 from dcbaker/submit/rust-module-enhancements 2 years ago
Aditya Kamath 8946bc05f7
Archive shared library in AIX (#11850) 2 years ago
Dylan Baker 6bfb47a455 rust: Override the default MSVCRT when linking Rust and !rust together 2 years ago
Dylan Baker 772cb92624 rust: get stdlib arguments for non-rust languages when linking 2 years ago
Dylan Baker 5d16bd5308 modules/rust: Add a keyword argument to pass extra args to the rust compiler 2 years ago
Dylan Baker c5b16ab8b9 modules/rust: Add a machine file property for extra clang args with bindgen 2 years ago
Dylan Baker 43f24060f3 modules/rust: Add a `link_with` kwarg to the test method 2 years ago
Jussi Pakkanen 78b8d447ee Fix pylint. 2 years ago
Nathan Goldbaum f92bc05c18 interpreter: use os.listdir instead of os.scandir to avoid ResourceWarning 2 years ago
Dan Hawson 8e879911ec Added a little more useful info to 'link_whole' documentation, describing the use of /LINKWHOLE with MSVC and the behaviour of re-exporting symbols of individual objects in a static library. 2 years ago
Daniele Nicolodi c900e6b0b3 mintro: record subproject in install_plan 2 years ago
Eli Schwartz a71846d749
Revert "modules: move gnome targets into gnome module" 2 years ago
Eli Schwartz a1ef957e34
linkers: delay implementations import until detect is run 2 years ago
Eli Schwartz 6fad02db04
fix regression in handling output overwriting for ar-like linkers 2 years ago
Eli Schwartz 3c5d46267f
WIP: cmake: do not re-export unused top-level objects 2 years ago
Eli Schwartz 5849979afa
stop importing cmake when it isn't used 2 years ago
Eli Schwartz b8b2d87567
dependencies: switch the delayed-import mechanism for custom dependencies 2 years ago
Eli Schwartz b1ddfabf8f
dependencies: defer importing a custom dependency until it is used 2 years ago
Eli Schwartz c82305db0c
dependencies: delay often-unused imports 2 years ago
Eli Schwartz c780d240e2
dependencies: Don't Repeat Yourself when it comes to lookup methods 2 years ago
Eli Schwartz 216f7476de
dependencies: move dub to a hidden package internal detail 2 years ago
Eli Schwartz e715400d1b
tree-wide: reduce unneeded imports on specific Dependency impls 2 years ago
Eli Schwartz 418063cc47
pkgconfig: move uninstalled devenv handling from setup to the module hook 2 years ago