2023-03-01 |
Add unittest to test collection of C sources and headers
Carsten Schlote
authored
on 3 Dec 2022
Jan Jurzitza
committed
on 1 Mar 2023
|
---|---|
2023-01-26 |
reduce dependency on the working directory
...
WebFreak001
authored
on 26 Jan 2023
Mathias LANG
committed
on 26 Jan 2023
|
2022-12-11 |
Reduce dependency on `std.file` (#2547)
Mathias LANG
authored
on 11 Dec 2022
GitHub
committed
on 11 Dec 2022
|
2022-08-30 |
Posix: Add default SONAME/install_name for dynamic libraries
...
Martin Kinkelin
authored
on 17 Aug 2022
Mathias LANG
committed
on 30 Aug 2022
|
2022-08-21 |
Forward flag `--color={on,off}` to compiler calls (#2382)
...
Per Nordlöw
authored
on 21 Aug 2022
GitHub
committed
on 21 Aug 2022
|
2022-07-28 |
Keep logging functionality out of the public API as requested in https://github.com/dlang/dub/pull/2124#issuecomment-813016939.
Bastiaan Veelo
authored
on 13 Jun 2022
Jan Jurzitza
committed
on 28 Jul 2022
|
New logging module - initial functionality
...
Giacomo De Lazzari
authored
on 8 Jun 2018
Jan Jurzitza
committed
on 28 Jul 2022
|
|
compilers: Change lflagsToDFlags to avoid scope escape
...
Geod24
authored
on 20 Jul 2022
Jan Jurzitza
committed
on 28 Jul 2022
|
|
2022-06-10 |
Refactor checks for platform is Windows into a method on BuildPlatform
richard andrew cattermole
committed
on 10 Jun 2022
|
2022-04-15 |
Merge pull request #2186 from ibara/gdc-betterC
...
Iain Buclaw
authored
on 15 Apr 2022
GitHub
committed
on 15 Apr 2022
|
2021-12-05 |
add UnsupportedArchitecture/CompilerException
...
WebFreak001
authored
on 1 Dec 2021
The Dlang Bot
committed
on 5 Dec 2021
|
2021-10-18 |
|
Add -fno-druntime to GDC BuildOptions; it is the betterC flag.
Brian Callahan
committed
on 18 Oct 2021
|
|
2021-05-19 |
Add environment variables to BuildSettings (#2121)
SHOO
authored
on 19 May 2021
GitHub
committed
on 19 May 2021
|
2021-01-25 |
Remove unused imports.
Bastiaan Veelo
authored
on 25 Jan 2021
The Dlang Bot
committed
on 25 Jan 2021
|
2021-01-24 |
Remove unused selective imports. These are private imports of symbols that do not occur elsewhere in the file, so they are safe to be removed.
Bastiaan Veelo
authored
on 24 Jan 2021
The Dlang Bot
committed
on 24 Jan 2021
|
2020-08-15 |
Replace occurences of 'in ref' with 'const scope ref'
...
Geod24
authored
on 15 Aug 2020
The Dlang Bot
committed
on 15 Aug 2020
|
2020-05-03 |
gdc: Build dub_platform_probe with -fsyntax-only
Iain Buclaw
authored
on 3 May 2020
Mathias LANG
committed
on 3 May 2020
|
2020-03-20 |
Add support for iOS/tvOS/watchOS
Martin Kinkelin
committed
on 20 Mar 2020
|
2019-10-31 |
[dip1000] Fix compilation and test it on Travis CI
ZombineDev
committed
on 31 Oct 2019
|
2019-08-19 |
Improve cross-compilation support (replace `version` checks by BuildPlatform runtime checks)
...
Martin Kinkelin
committed
on 19 Aug 2019
|
2019-05-06 |
fix #1003 - Check empty ldflags
Samathy Barratt
committed
on 6 May 2019
|
2019-04-23 |
Use -dumpfullversion to determine GDC version
Eugen Wissner
committed
on 23 Apr 2019
|
2019-02-17 |
|
|
|
2018-12-23 |
toolchainRequirements recipe support
Remi Thebault
committed
on 23 Dec 2018
|
2018-08-24 |
Fix dynamicLibrary extensions on OSX. Fixes #1228
Anton Fediushin
committed
on 24 Aug 2018
|
2017-12-04 |
Rename Path to NativePath.
...
Sönke Ludwig
authored
on 6 Nov 2017
Sebastian Wilzbach
committed
on 4 Dec 2017
|
2017-09-20 |
Refactor determinePlatform, determineArchitecture, and determineCompiler from dub.platform into strings that can be pasted into generatePlatformProbeFile and remove unused imports.
Joakim
committed
on 20 Sep 2017
|
2017-07-25 |
use GDC's -S flag to avoid creating an object file
Martin Nowak
committed
on 25 Jul 2017
|