[dmd-internals] [D-Programming-Language/dmd] 9ae9fa: Added Visual Studio 2008 Solution.
GitHub
noreply at github.com
Sun Jul 8 12:35:13 PDT 2012
Branch: refs/heads/master
Home: https://github.com/D-Programming-Language/dmd
Commit: 9ae9fa6c622db0141097c18ff9c5d4693d149b8c
https://github.com/D-Programming-Language/dmd/commit/9ae9fa6c622db0141097c18ff9c5d4693d149b8c
Author: markW <markW at server>
Date: 2012-07-05 (Thu, 05 Jul 2012)
Changed paths:
A src/dmd_msc.sln
M src/dmd_msc.vcproj
Log Message:
-----------
Added Visual Studio 2008 Solution.
Excluded unused files from projects.
Fixed issue when compiling optabgen.c with custom build and the project directory had a space in the name.
Commit: dee472115ae275d95f8ac64820daacb62587d718
https://github.com/D-Programming-Language/dmd/commit/dee472115ae275d95f8ac64820daacb62587d718
Author: markW <markW at server>
Date: 2012-07-05 (Thu, 05 Jul 2012)
Changed paths:
M docs/man/man1/dmd.1
M src/aggregate.h
M src/argtypes.c
M src/attrib.c
M src/attrib.h
M src/backend/cc.h
M src/backend/cdef.h
M src/backend/cgcod.c
M src/backend/cgelem.c
M src/backend/cod1.c
M src/backend/cod3.c
M src/backend/global.h
A src/backend/mscoff.h
A src/backend/mscoffobj.c
M src/backend/symbol.c
M src/class.c
M src/cond.c
M src/declaration.c
M src/declaration.h
M src/dmd_msc.vcproj
M src/dsymbol.h
M src/e2ir.c
M src/enum.h
M src/expression.c
M src/func.c
M src/idgen.c
M src/interpret.c
M src/lexer.c
M src/lexer.h
A src/libmscoff.c
M src/mars.c
M src/mars.h
M src/module.c
M src/module.h
M src/mtype.c
M src/mtype.h
M src/parse.c
M src/posix.mak
M src/root/response.c
A src/scanmscoff.c
M src/scope.h
M src/statement.c
M src/statement.h
M src/staticassert.c
M src/struct.c
M src/template.c
M src/toctype.c
M src/toir.c
M src/vcbuild/dmc_cl.bat
M src/win32.mak
M test/compilable/interpret3.d
A test/fail_compilation/fail6652a.d
A test/fail_compilation/fail6652b.d
M test/runnable/funclit.d
M test/runnable/iasm.d
M test/runnable/iasm64.d
M test/runnable/mars1.d
M test/runnable/nested.d
M test/runnable/nulltype.d
M test/runnable/test42.d
A test/runnable/test8182.d
M test/runnable/xtest46.d
Log Message:
-----------
Merge remote-tracking branch 'dmd/master'
Conflicts:
src/dmd_msc.vcproj
Commit: 8eb13f72ddd09097869b3fd23abc0bd02e3f1fae
https://github.com/D-Programming-Language/dmd/commit/8eb13f72ddd09097869b3fd23abc0bd02e3f1fae
Author: markW <markW at server>
Date: 2012-07-05 (Thu, 05 Jul 2012)
Changed paths:
M docs/man/man1/dmd.1
M src/aggregate.h
M src/argtypes.c
M src/attrib.c
M src/attrib.h
M src/backend/cc.h
M src/backend/cdef.h
M src/backend/cgcod.c
M src/backend/cgelem.c
M src/backend/cod1.c
M src/backend/cod3.c
M src/backend/global.h
A src/backend/mscoff.h
A src/backend/mscoffobj.c
M src/backend/symbol.c
M src/class.c
M src/cond.c
M src/declaration.c
M src/declaration.h
M src/dmd_msc.vcproj
M src/dsymbol.h
M src/e2ir.c
M src/enum.h
M src/expression.c
M src/func.c
M src/idgen.c
M src/interpret.c
M src/lexer.c
M src/lexer.h
A src/libmscoff.c
M src/mars.c
M src/mars.h
M src/module.c
M src/module.h
M src/mtype.c
M src/mtype.h
M src/parse.c
M src/posix.mak
M src/root/response.c
A src/scanmscoff.c
M src/scope.h
M src/statement.c
M src/statement.h
M src/staticassert.c
M src/struct.c
M src/template.c
M src/toctype.c
M src/toir.c
M src/vcbuild/dmc_cl.bat
M src/win32.mak
M test/compilable/interpret3.d
A test/fail_compilation/fail6652a.d
A test/fail_compilation/fail6652b.d
M test/runnable/funclit.d
M test/runnable/iasm.d
M test/runnable/iasm64.d
M test/runnable/mars1.d
M test/runnable/nested.d
M test/runnable/nulltype.d
M test/runnable/test42.d
A test/runnable/test8182.d
M test/runnable/xtest46.d
Log Message:
-----------
Merge remote-tracking branch 'dmd/master'
Conflicts:
src/dmd_msc.vcproj
Should have tested before merging found issues and fixed Visual Studio project.
Commit: b082d8f6a1073145769fbccd15b59156efe6037f
https://github.com/D-Programming-Language/dmd/commit/b082d8f6a1073145769fbccd15b59156efe6037f
Author: markW <markW at server>
Date: 2012-07-05 (Thu, 05 Jul 2012)
Changed paths:
M src/dmd_msc.vcproj
Log Message:
-----------
Merge branch 'master' of https://github.com/MarkMohr/dmd
Conflicts:
src/dmd_msc.vcproj
Should have tested previous merge before committing.
Commit: 0b8c248323bd9b92a90cb1249456f18e5849005c
https://github.com/D-Programming-Language/dmd/commit/0b8c248323bd9b92a90cb1249456f18e5849005c
Author: Walter Bright <walter at walterbright.com>
Date: 2012-07-08 (Sun, 08 Jul 2012)
Changed paths:
A src/dmd_msc.sln
M src/dmd_msc.vcproj
Log Message:
-----------
Merge pull request #1036 from MarkMohr/master
Update Visual Studio project
Compare: https://github.com/D-Programming-Language/dmd/compare/8c44e8935278...0b8c248323bd
More information about the dmd-internals
mailing list