File tree Expand file tree Collapse file tree 15 files changed +280
-154
lines changed Expand file tree Collapse file tree 15 files changed +280
-154
lines changed Original file line number Diff line number Diff line change @@ -645,7 +645,7 @@ Version history
645
645
* added editor margin to display coverage counters and percentage
646
646
* support tab/indentation settings set by .editorconfig plugin
647
647
* 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
649
649
* tweaked "Compile & Run" to distinguish between compile and execution errors
650
650
* added "Compile & Debug" command
651
651
* new mago version 1.0
@@ -654,3 +654,8 @@ Version history
654
654
- fixed not closing executable file causing linker to fail when rebuilding
655
655
- fixed breakpoints not set in all instances of a template
656
656
* 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"
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ Project:
16
16
- clean/build/rebuild only project not working
17
17
- midl compiler?
18
18
- manifest compiler?
19
- - no dependencies to files referenced by import expressions
19
+ + no dependencies to files referenced by import expressions
20
20
- remove auto-tool?
21
21
- automation objects incomplete?
22
22
- exceptions when opening rc-file with project
@@ -155,10 +155,11 @@ Unsorted
155
155
156
156
+ formatting does not work with .editorConfig
157
157
+ 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?
159
159
160
160
- compile and run : set VCInstallDir for -m64
161
161
+ mago keeps image locked when terminating debugger
162
162
- -gc/-g depending on debug engine
163
- - dub upport
163
+ - dub support
164
164
- dustmite support
165
+ - configuration of dependent project not read from configuration manager
Original file line number Diff line number Diff line change 2
2
#define VERSION_MINOR 3
3
3
#define VERSION_REVISION 39
4
4
#define VERSION_BETA -beta
5
- #define VERSION_BUILD 1
5
+ #define VERSION_BUILD 3
Original file line number Diff line number Diff line change 89
89
<resfile />
90
90
<exefile>$(OutDir)\$(ProjectName).exe</exefile>
91
91
<useStdLibPath>1</useStdLibPath>
92
+ <cRuntime>2</cRuntime>
92
93
<additionalOptions />
93
94
<preBuildCommand />
94
95
<postBuildCommand />
183
184
<resfile />
184
185
<exefile>$(OutDir)\$(ProjectName).exe</exefile>
185
186
<useStdLibPath>1</useStdLibPath>
187
+ <cRuntime>1</cRuntime>
186
188
<additionalOptions />
187
189
<preBuildCommand />
188
190
<postBuildCommand />
230
232
<pic>0</pic>
231
233
<cov>0</cov>
232
234
<nofloat>0</nofloat>
233
- <Dversion>2.043 </Dversion>
235
+ <Dversion>2</Dversion>
234
236
<ignoreUnsupportedPragmas>0</ignoreUnsupportedPragmas>
235
237
<compiler>0</compiler>
236
- <otherDMD>1 </otherDMD>
238
+ <otherDMD>0 </otherDMD>
237
239
<program>m:\s\d\rainers\windows\bin\dmd_msc.exe</program>
238
240
<imppath>..</imppath>
239
241
<fileImppath>..</fileImppath>
277
279
<resfile />
278
280
<exefile>$(OutDir)\$(ProjectName).exe</exefile>
279
281
<useStdLibPath>1</useStdLibPath>
282
+ <cRuntime>2</cRuntime>
280
283
<additionalOptions />
281
284
<preBuildCommand />
282
285
<postBuildCommand />
371
374
<resfile />
372
375
<exefile>$(OutDir)\$(ProjectName).exe</exefile>
373
376
<useStdLibPath>1</useStdLibPath>
377
+ <cRuntime>1</cRuntime>
374
378
<additionalOptions />
375
379
<preBuildCommand />
376
380
<postBuildCommand />
465
469
<resfile />
466
470
<exefile>$(OutDir)\$(ProjectName).exe</exefile>
467
471
<useStdLibPath>1</useStdLibPath>
472
+ <cRuntime>1</cRuntime>
468
473
<additionalOptions />
469
474
<preBuildCommand />
470
475
<postBuildCommand />
559
564
<resfile />
560
565
<exefile>$(OutDir)\$(ProjectName).exe</exefile>
561
566
<useStdLibPath>1</useStdLibPath>
567
+ <cRuntime>1</cRuntime>
562
568
<additionalOptions />
563
569
<preBuildCommand />
564
570
<postBuildCommand />
653
659
<resfile />
654
660
<exefile>$(OutDir)\$(ProjectName).exe</exefile>
655
661
<useStdLibPath>1</useStdLibPath>
662
+ <cRuntime>1</cRuntime>
656
663
<additionalOptions />
657
664
<preBuildCommand />
658
665
<postBuildCommand />
747
754
<resfile />
748
755
<exefile>$(OutDir)\$(ProjectName).exe</exefile>
749
756
<useStdLibPath>1</useStdLibPath>
757
+ <cRuntime>1</cRuntime>
750
758
<additionalOptions />
751
759
<preBuildCommand />
752
760
<postBuildCommand />
841
849
<resfile />
842
850
<exefile>$(OutDir)\$(ProjectName).exe</exefile>
843
851
<useStdLibPath>1</useStdLibPath>
852
+ <cRuntime>1</cRuntime>
844
853
<additionalOptions />
845
854
<preBuildCommand />
846
855
<postBuildCommand />
935
944
<resfile />
936
945
<exefile>$(OutDir)\$(ProjectName).exe</exefile>
937
946
<useStdLibPath>1</useStdLibPath>
947
+ <cRuntime>1</cRuntime>
938
948
<additionalOptions />
939
949
<preBuildCommand />
940
950
<postBuildCommand />
You can’t perform that action at this time.
0 commit comments