1 Thu Nov 20 15:05:35 UTC 2014 Chad Elliott <elliott_c@ociweb.com>
3 * modules/VC8WorkspaceCreator.pm:
5 Completed the changes for the entry below. The original
6 modification was not complete.
8 Thu Nov 20 11:56:03 UTC 2014 Chad Elliott <elliott_c@ociweb.com>
10 * modules/ProjectCreator.pm:
12 Made a tiny grammatical correction in an informational message.
14 * modules/VC8WorkspaceCreator.pm:
16 When creating external dependencies, only create a full path using
17 the output directory or current directory if the project name is
18 not a full path itself. Thank you to Manfred Peter <manfredpeter
19 at siemens dot com> for finding and reporting this bug.
21 Wed Nov 5 08:12:27 UTC 2014 Johnny Willemsen <jwillemsen@remedy.nl>
23 * templates/vc1xdll.mpt:
24 * templates/vc1xexe.mpt:
25 Set same pdbc/pdbl settings to generate pdb files as we do
26 with older vc versions
28 Wed Nov 5 08:03:49 UTC 2014 Johnny Willemsen <jwillemsen@remedy.nl>
30 * docs/templates/vc10.txt:
32 * templates/vc1xdll.mpt:
33 * templates/vc1xexe.mpt:
34 * templates/vc7dll.mpt:
35 With TAO we have the case that exe and dll have the same
36 name which causes problems with the pdb file. Add a new
37 use_pdb_modifier which we enable by default for vc1x, it
38 adds _dll to the pdb file for a dll, and _exe to the pdb
41 Wed Oct 8 13:41:24 UTC 2014 Chad Elliott <elliott_c@ociweb.com>
43 * MPC version 4.1.0 released.
47 add-log-time-format: (lambda () (progn (setq tz (getenv TZ)) (set-time-zone-rule UTC) (setq time (format-time-string %a %b %e %H:%M:%S %Z %Y (current-time))) (set-time-zone-rule tz) time))