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-10-29 |
Unify reading and writing files under a single API
...
Geod24
authored
on 28 Oct 2022
Mathias LANG
committed
on 29 Oct 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
|
More improvements and replacements
...
Giacomo De Lazzari
authored
on 11 Jun 2018
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
|
|
2021-07-01 |
Generate paths relative to visuald project files (#2150)
...
JudgeFish
authored
on 1 Jul 2021
GitHub
committed
on 1 Jul 2021
|
2021-02-14 |
Actually copy copyFiles when building in Visual Studio. (#2105)
...
Bastiaan Veelo
authored
on 14 Feb 2021
GitHub
committed
on 14 Feb 2021
|
2021-01-25 |
Include copyFiles and extraDependencyFiles in visuald projects. Resolves #1053.
Bastiaan Veelo
committed
on 25 Jan 2021
|
If no output is generated (TargetType.none) then don't generate a project configuration.
...
Bastiaan Veelo
committed
on 25 Jan 2021
|
|
2020-11-18 |
betterC flag enabled in generated visuald project file.
...
MrZoraman
authored
on 14 Oct 2020
Mathias LANG
committed
on 18 Nov 2020
|
2020-11-17 |
Correct issue #1673 (with dupe #1797 and #2019)
Guillaume Piolat
authored
on 12 Nov 2020
Mathias LANG
committed
on 17 Nov 2020
|
2019-12-20 |
|
2019-12-17 |
|
2019-08-31 |
Replace `hash_t` and `sizediff_t` with `size_t` and `ptrdiff_t`
JinShil
committed
on 31 Aug 2019
|
2019-08-19 |
Improve cross-compilation support (replace `version` checks by BuildPlatform runtime checks)
...
Martin Kinkelin
committed
on 19 Aug 2019
|
2018-01-14 |
|
2017-12-04 |
Fix compatibility with vibe.d < 0.8.2.
Sönke Ludwig
authored
on 8 Nov 2017
Sebastian Wilzbach
committed
on 4 Dec 2017
|
Rename Path to NativePath.
...
Sönke Ludwig
authored
on 6 Nov 2017
Sebastian Wilzbach
committed
on 4 Dec 2017
|
|
Make the code base compatible with vibe-core.
...
Sönke Ludwig
authored
on 23 Jun 2017
Sebastian Wilzbach
committed
on 4 Dec 2017
|
|
2017-03-10 |
Properly handle "x86_mscoff" pseudo architecture in the VisualD generator.
Sönke Ludwig
committed
on 10 Mar 2017
|
2016-04-21 |
Avoid some uses of deprecated property Package.dependencies.
Sönke Ludwig
committed
on 21 Apr 2016
|
2016-04-20 |
Move utility functions from dub.compilers.compiler to dub.compilers.utils.
Sönke Ludwig
committed
on 20 Apr 2016
|
|
|
Make all internal generator functionality private.
Sönke Ludwig
committed
on 20 Apr 2016
|
|
2015-09-15 |
The VisualD project generator sets the working directory. Fixes #567.
Sönke Ludwig
committed
on 15 Sep 2015
|
Uses <debugworkingdir> to have the right debugging working directory.
ponce
committed
on 15 Sep 2015
|
|
2015-09-14 |
Get .visualdproj files to be created in the .dub directory. Less cluttering of the working directory.
...
ponce
committed
on 14 Sep 2015
|
2015-07-16 |
Change VisualD project generation logging.
...
ponce
authored
on 10 Jul 2015
ponce
committed
on 16 Jul 2015
|
2015-07-10 |
|