summaryrefslogtreecommitdiff
path: root/test cases/d
AgeCommit message (Expand)Author
2025-04-05tests/d: Limit integer debug and version statementsAndrei Horodniceanu
2025-03-11tests: support DC being more than plain dmd or ldc2Andrei Horodniceanu
2025-03-05dependencies/dub: First try to describe local projectAndrei Horodniceanu
2025-01-27allow to compare multiple version with version_compareCharles Brunet
2024-09-11Harmonize d_import_dirs and include_directories behavior.Andrew McNulty
2024-08-06reactivate dub testsRemi Thebault
2024-04-25tests/d/10: Fix condition with clang++ and gdcDylan Baker
2023-07-16Fix build using GDC 13Jussi Pakkanen
2023-05-18Check dub version (#11794)Remi Thebault
2023-04-11Change "can not" to "cannot" throughout projectHiPhish
2022-06-19Merge pull request #10464 from rtbo/fix_generated_depsJussi Pakkanen
2022-06-17docs: d_module_versions has an undocumented ability to accept integersEli Schwartz
2022-06-05add D generated files to order-only depsRemi Thebault
2022-04-30use D compiler to check pointer size in test d/14Remi Thebault
2022-04-30implement and test a few compiler checks for DRemi Thebault
2022-03-23add test d/14 dub with depsRemi Thebault
2022-03-03ignore dub.json in test "d/11 dub"Remi Thebault
2022-03-03add test d/13 declare depRemi Thebault
2022-02-06dlang: add test case for root include_directory #9250Tobias Pankrath
2021-08-15editorconfig: add setting to trim trailing whitespaceEli Schwartz
2020-03-11compilers: Don't put split soname args in start groupsDylan Baker
2020-03-09project_tests: Add the option to the test format to mark the languageDylan Baker
2020-03-09tests: Add pdb files for d testsDylan Baker
2020-03-09project_tests: Add "version" to "shared_lib" and "pdb" typesDylan Baker
2020-03-06project_tests: Add a "shared_lib" typeDylan Baker
2020-02-25test: merge installed_files.txt into test.jsonDaniel Mensinger
2019-10-09tests: Don't expect any *.pdb files installed in 'lib'Jakub Adam
2018-09-27Additional tests for D version and debug featuresGoaLitiuM
2018-09-17Fix regressed D test cases on WindowsGoaLitiuM
2018-09-14test cases: add missing files to installed_files.txtMarco Trevisan (TreviƱo)
2018-08-20Fix D tests to run on WindowsGoaLitiuM
2018-08-20Improve D mixed language test caseGoaLitiuM
2018-08-20Remove dependency to D runtime in mixed language testsGoaLitiuM
2018-06-17test cases: add test case for dubFFY00
2018-05-02Can combine D and C++ in a single target. Closes #3125.Jussi Pakkanen
2018-04-02Merge D feature flag fix branchJussi Pakkanen
2018-03-29Don't crash when using d_module_versions for pkg-configMatthias Klumpp
2018-03-29Add test to check that D feature flags get applied to all filesMatthias Klumpp
2018-02-25Use include_directories for D impdirs.Jussi Pakkanen
2017-10-28Test GDC shared libraries only from version 8, since 7 is broken in Debian at...Jussi Pakkanen
2017-09-17d: Make feature names less verboseMatthias Klumpp
2017-09-12d: Implement specific properties for D featuresMatthias Klumpp
2017-09-12d: Add easy way to use D-specific featuresMatthias Klumpp
2017-08-29d: Newer GDC versions can compile shared librariesMatthias Klumpp
2017-08-29trivial: Fix typosMatthias Klumpp
2017-05-21Use assert instead of error.Mike Wey
2017-05-20Update the test case.Mike Wey
2017-05-20Add 'compiles' and 'has_multi_arguments' for dlang.Mike Wey
2017-04-15d: Add testcase for linking multiple versioned shared librariesMatthias Klumpp
2017-01-04tests: Use the new test skipping facility everywhereNirbheek Chauhan