Skip to content

Commit

Permalink
Merge pull request #25 from rainers/master
Browse files Browse the repository at this point in the history
changes for 0.3.39 beta 3
  • Loading branch information
rainers committed Aug 24, 2014
2 parents 2362427 + 3c40c6b commit 6114cbe
Show file tree
Hide file tree
Showing 15 changed files with 280 additions and 154 deletions.
7 changes: 6 additions & 1 deletion CHANGES
Original file line number Diff line number Diff line change
Expand Up @@ -645,7 +645,7 @@ Version history
* added editor margin to display coverage counters and percentage
* support tab/indentation settings set by .editorconfig plugin
* optlink now always called with /DELEXE to avoid keeping broken binary
* added workaround for bad import library being passed by C/C++ projects
* bugzilla 11035: added workaround for bad import library being passed by C/C++ projects
* tweaked "Compile & Run" to distinguish between compile and execution errors
* added "Compile & Debug" command
* new mago version 1.0
Expand All @@ -654,3 +654,8 @@ Version history
- fixed not closing executable file causing linker to fail when rebuilding
- fixed breakpoints not set in all instances of a template
* new dparser version: 78a007c9aaee915e2824f30c5c7293e8853343c4
* add option "up to date with same time" to custom build
* target no longer rebuilt if only custom builds necessary
* add options for -gx and -allinst
* bugzilla 12584: fixed global options disappearing when resizing window
* bugzilla 13360: implemented automation object methods "DTE" and "Collection"
7 changes: 4 additions & 3 deletions TODO
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Project:
- clean/build/rebuild only project not working
- midl compiler?
- manifest compiler?
- no dependencies to files referenced by import expressions
+ no dependencies to files referenced by import expressions
- remove auto-tool?
- automation objects incomplete?
- exceptions when opening rc-file with project
Expand Down Expand Up @@ -155,10 +155,11 @@ Unsorted

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

- compile and run : set VCInstallDir for -m64
+ mago keeps image locked when terminating debugger
- -gc/-g depending on debug engine
- dub upport
- dub support
- dustmite support
- configuration of dependent project not read from configuration manager
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
#define VERSION_MINOR 3
#define VERSION_REVISION 39
#define VERSION_BETA -beta
#define VERSION_BUILD 1
#define VERSION_BUILD 3
14 changes: 12 additions & 2 deletions c2d/vsi2d.visualdproj
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,7 @@
<resfile />
<exefile>$(OutDir)\$(ProjectName).exe</exefile>
<useStdLibPath>1</useStdLibPath>
<cRuntime>2</cRuntime>
<additionalOptions />
<preBuildCommand />
<postBuildCommand />
Expand Down Expand Up @@ -183,6 +184,7 @@
<resfile />
<exefile>$(OutDir)\$(ProjectName).exe</exefile>
<useStdLibPath>1</useStdLibPath>
<cRuntime>1</cRuntime>
<additionalOptions />
<preBuildCommand />
<postBuildCommand />
Expand Down Expand Up @@ -230,10 +232,10 @@
<pic>0</pic>
<cov>0</cov>
<nofloat>0</nofloat>
<Dversion>2.043</Dversion>
<Dversion>2</Dversion>
<ignoreUnsupportedPragmas>0</ignoreUnsupportedPragmas>
<compiler>0</compiler>
<otherDMD>1</otherDMD>
<otherDMD>0</otherDMD>
<program>m:\s\d\rainers\windows\bin\dmd_msc.exe</program>
<imppath>..</imppath>
<fileImppath>..</fileImppath>
Expand Down Expand Up @@ -277,6 +279,7 @@
<resfile />
<exefile>$(OutDir)\$(ProjectName).exe</exefile>
<useStdLibPath>1</useStdLibPath>
<cRuntime>2</cRuntime>
<additionalOptions />
<preBuildCommand />
<postBuildCommand />
Expand Down Expand Up @@ -371,6 +374,7 @@
<resfile />
<exefile>$(OutDir)\$(ProjectName).exe</exefile>
<useStdLibPath>1</useStdLibPath>
<cRuntime>1</cRuntime>
<additionalOptions />
<preBuildCommand />
<postBuildCommand />
Expand Down Expand Up @@ -465,6 +469,7 @@
<resfile />
<exefile>$(OutDir)\$(ProjectName).exe</exefile>
<useStdLibPath>1</useStdLibPath>
<cRuntime>1</cRuntime>
<additionalOptions />
<preBuildCommand />
<postBuildCommand />
Expand Down Expand Up @@ -559,6 +564,7 @@
<resfile />
<exefile>$(OutDir)\$(ProjectName).exe</exefile>
<useStdLibPath>1</useStdLibPath>
<cRuntime>1</cRuntime>
<additionalOptions />
<preBuildCommand />
<postBuildCommand />
Expand Down Expand Up @@ -653,6 +659,7 @@
<resfile />
<exefile>$(OutDir)\$(ProjectName).exe</exefile>
<useStdLibPath>1</useStdLibPath>
<cRuntime>1</cRuntime>
<additionalOptions />
<preBuildCommand />
<postBuildCommand />
Expand Down Expand Up @@ -747,6 +754,7 @@
<resfile />
<exefile>$(OutDir)\$(ProjectName).exe</exefile>
<useStdLibPath>1</useStdLibPath>
<cRuntime>1</cRuntime>
<additionalOptions />
<preBuildCommand />
<postBuildCommand />
Expand Down Expand Up @@ -841,6 +849,7 @@
<resfile />
<exefile>$(OutDir)\$(ProjectName).exe</exefile>
<useStdLibPath>1</useStdLibPath>
<cRuntime>1</cRuntime>
<additionalOptions />
<preBuildCommand />
<postBuildCommand />
Expand Down Expand Up @@ -935,6 +944,7 @@
<resfile />
<exefile>$(OutDir)\$(ProjectName).exe</exefile>
<useStdLibPath>1</useStdLibPath>
<cRuntime>1</cRuntime>
<additionalOptions />
<preBuildCommand />
<postBuildCommand />
Expand Down
Loading

0 comments on commit 6114cbe

Please sign in to comment.