Skip to content

Commit 6114cbe

Browse files
committed
Merge pull request #25 from rainers/master
changes for 0.3.39 beta 3
2 parents 2362427 + 3c40c6b commit 6114cbe

15 files changed

+280
-154
lines changed

CHANGES

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -645,7 +645,7 @@ Version history
645645
* added editor margin to display coverage counters and percentage
646646
* support tab/indentation settings set by .editorconfig plugin
647647
* optlink now always called with /DELEXE to avoid keeping broken binary
648-
* added workaround for bad import library being passed by C/C++ projects
648+
* bugzilla 11035: added workaround for bad import library being passed by C/C++ projects
649649
* tweaked "Compile & Run" to distinguish between compile and execution errors
650650
* added "Compile & Debug" command
651651
* new mago version 1.0
@@ -654,3 +654,8 @@ Version history
654654
- fixed not closing executable file causing linker to fail when rebuilding
655655
- fixed breakpoints not set in all instances of a template
656656
* new dparser version: 78a007c9aaee915e2824f30c5c7293e8853343c4
657+
* add option "up to date with same time" to custom build
658+
* target no longer rebuilt if only custom builds necessary
659+
* add options for -gx and -allinst
660+
* bugzilla 12584: fixed global options disappearing when resizing window
661+
* bugzilla 13360: implemented automation object methods "DTE" and "Collection"

TODO

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Project:
1616
- clean/build/rebuild only project not working
1717
- midl compiler?
1818
- manifest compiler?
19-
- no dependencies to files referenced by import expressions
19+
+ no dependencies to files referenced by import expressions
2020
- remove auto-tool?
2121
- automation objects incomplete?
2222
- exceptions when opening rc-file with project
@@ -155,10 +155,11 @@ Unsorted
155155

156156
+ formatting does not work with .editorConfig
157157
+ do not report build failure when run returns non-zero result
158-
- custom file props: switch and apply changes next file
158+
- custom file props: switch and apply changes next file?
159159

160160
- compile and run : set VCInstallDir for -m64
161161
+ mago keeps image locked when terminating debugger
162162
- -gc/-g depending on debug engine
163-
- dub upport
163+
- dub support
164164
- dustmite support
165+
- configuration of dependent project not read from configuration manager

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
#define VERSION_MINOR 3
33
#define VERSION_REVISION 39
44
#define VERSION_BETA -beta
5-
#define VERSION_BUILD 1
5+
#define VERSION_BUILD 3

c2d/vsi2d.visualdproj

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,7 @@
8989
<resfile />
9090
<exefile>$(OutDir)\$(ProjectName).exe</exefile>
9191
<useStdLibPath>1</useStdLibPath>
92+
<cRuntime>2</cRuntime>
9293
<additionalOptions />
9394
<preBuildCommand />
9495
<postBuildCommand />
@@ -183,6 +184,7 @@
183184
<resfile />
184185
<exefile>$(OutDir)\$(ProjectName).exe</exefile>
185186
<useStdLibPath>1</useStdLibPath>
187+
<cRuntime>1</cRuntime>
186188
<additionalOptions />
187189
<preBuildCommand />
188190
<postBuildCommand />
@@ -230,10 +232,10 @@
230232
<pic>0</pic>
231233
<cov>0</cov>
232234
<nofloat>0</nofloat>
233-
<Dversion>2.043</Dversion>
235+
<Dversion>2</Dversion>
234236
<ignoreUnsupportedPragmas>0</ignoreUnsupportedPragmas>
235237
<compiler>0</compiler>
236-
<otherDMD>1</otherDMD>
238+
<otherDMD>0</otherDMD>
237239
<program>m:\s\d\rainers\windows\bin\dmd_msc.exe</program>
238240
<imppath>..</imppath>
239241
<fileImppath>..</fileImppath>
@@ -277,6 +279,7 @@
277279
<resfile />
278280
<exefile>$(OutDir)\$(ProjectName).exe</exefile>
279281
<useStdLibPath>1</useStdLibPath>
282+
<cRuntime>2</cRuntime>
280283
<additionalOptions />
281284
<preBuildCommand />
282285
<postBuildCommand />
@@ -371,6 +374,7 @@
371374
<resfile />
372375
<exefile>$(OutDir)\$(ProjectName).exe</exefile>
373376
<useStdLibPath>1</useStdLibPath>
377+
<cRuntime>1</cRuntime>
374378
<additionalOptions />
375379
<preBuildCommand />
376380
<postBuildCommand />
@@ -465,6 +469,7 @@
465469
<resfile />
466470
<exefile>$(OutDir)\$(ProjectName).exe</exefile>
467471
<useStdLibPath>1</useStdLibPath>
472+
<cRuntime>1</cRuntime>
468473
<additionalOptions />
469474
<preBuildCommand />
470475
<postBuildCommand />
@@ -559,6 +564,7 @@
559564
<resfile />
560565
<exefile>$(OutDir)\$(ProjectName).exe</exefile>
561566
<useStdLibPath>1</useStdLibPath>
567+
<cRuntime>1</cRuntime>
562568
<additionalOptions />
563569
<preBuildCommand />
564570
<postBuildCommand />
@@ -653,6 +659,7 @@
653659
<resfile />
654660
<exefile>$(OutDir)\$(ProjectName).exe</exefile>
655661
<useStdLibPath>1</useStdLibPath>
662+
<cRuntime>1</cRuntime>
656663
<additionalOptions />
657664
<preBuildCommand />
658665
<postBuildCommand />
@@ -747,6 +754,7 @@
747754
<resfile />
748755
<exefile>$(OutDir)\$(ProjectName).exe</exefile>
749756
<useStdLibPath>1</useStdLibPath>
757+
<cRuntime>1</cRuntime>
750758
<additionalOptions />
751759
<preBuildCommand />
752760
<postBuildCommand />
@@ -841,6 +849,7 @@
841849
<resfile />
842850
<exefile>$(OutDir)\$(ProjectName).exe</exefile>
843851
<useStdLibPath>1</useStdLibPath>
852+
<cRuntime>1</cRuntime>
844853
<additionalOptions />
845854
<preBuildCommand />
846855
<postBuildCommand />
@@ -935,6 +944,7 @@
935944
<resfile />
936945
<exefile>$(OutDir)\$(ProjectName).exe</exefile>
937946
<useStdLibPath>1</useStdLibPath>
947+
<cRuntime>1</cRuntime>
938948
<additionalOptions />
939949
<preBuildCommand />
940950
<postBuildCommand />

0 commit comments

Comments
 (0)