summaryrefslogtreecommitdiff
path: root/templates
Commit message (Collapse)AuthorAgeFilesLines
...
* Thu May 16 18:04:40 UTC 2019 Chad Elliott <elliott_c@ociweb.com>Chad Elliott2019-05-161-1/+1
|
* Thu May 16 17:46:26 UTC 2019 Chad Elliott <elliott_c@ociweb.com>Chad Elliott2019-05-161-7/+7
|
* Wed May 15 18:25:52 UTC 2019 Chad Elliott <elliott_c@ociweb.com>Chad Elliott2019-05-151-0/+5
|
* Fri May 10 16:09:37 UTC 2019 Chad Elliott <elliott_c@ociweb.com>Chad Elliott2019-05-101-1/+7
|
* Mon May 6 16:35:07 UTC 2019 Chad Elliott <elliott_c@ociweb.com>Chad Elliott2019-05-061-3/+3
|
* Mon Apr 29 17:23:19 UTC 2019 Chad Elliott <elliott_c@ociweb.com>Chad Elliott2019-04-291-4/+58
|
* Mon Apr 22 13:57:40 UTC 2019 Chad Elliott <elliott_c@ociweb.com>Chad Elliott2019-04-222-13/+17
| | | | | | | | | | | | | | | | | * modules/CDT6WorkspaceCreator.pm: * modules/DirectoryManager.pm: * modules/TemplateParser.pm: * modules/WorkspaceCreator.pm: Replaced calls to Cwd::abs_path with an implementation in DirectoryManger that accounts for needs of Win32 specific paths. * templates/iar.mpd: * templates/iar.mpt: Fixes for linking executables and creating libraries. Also added the use of lib_modifier.
* Thu Apr 18 22:18:20 UTC 2019 Chad Elliott <elliott_c@ociweb.com>Chad Elliott2019-04-182-0/+1110
| | | | | | | | | | | | | * docs/README: * docs/USAGE: * docs/templates/iar.txt: * modules/IARProjectCreator.pm: * modules/IARWorkspaceCreator.pm: * templates/iar.mpd: * templates/iar.mpt: Added an initial, simplistic IAR workspace/project generator. There will be more changes to fully suport this IDE.
* Corrected defaul sdk version for vs2019Johnny Willemsen2019-03-281-1/+1
| | | | * templates/vs2019platforms.mpt:
* Add support for Visual Studio 2019 using Visual C++ 14.2Johnny Willemsen2019-02-055-0/+40
|
* vc10: "None" files don't need to be ExcludedFromBuildAdam Mitz2018-04-171-7/+1
|
* Set default Windows SDK version to the one that VS2017 installs.Adam Mitz2018-03-281-0/+1
|
* Added ISO C++ Standard setting to vc10 templateMichael Mathers2017-09-091-0/+3
| | | | Added 'LanguageStandard' as a new setting that can be set for vs2017.
* Only bcc32 classic can us pchJohnny Willemsen2017-08-071-1/+3
| | | | * templates/bmake.mpd:
* Added some commentsJohnny Willemsen2017-08-071-0/+3
| | | | * templates/bmakecommon.mpt:
* Correct bcc32c flagsJohnny Willemsen2017-08-071-3/+3
| | | | * templates/bmakecommon.mpt:
* Updated bcc32c flagsJohnny Willemsen2017-08-071-1/+1
| | | | * templates/bmakecommon.mpt:
* Further refine bcc32cJohnny Willemsen2017-08-071-33/+23
| | | | * templates/bmake.mpd:
* bcc32c compiler flagsJohnny Willemsen2017-08-071-1/+1
| | | | * templates/bmake.mpd:
* bcc32c improvementsJohnny Willemsen2017-08-071-1/+1
| | | | * templates/bmake.mpd:
* bcc32c has similar arguments as bcc32, not bcc64Johnny Willemsen2017-08-071-1/+1
| | | | * templates/bmake.mpd:
* -g is not supported by bcc32cJohnny Willemsen2017-08-071-1/+1
| | | | * templates/bmake.mpd:
* Only generate common defines when we have thoseJohnny Willemsen2017-08-071-0/+6
| | | | * templates/bmake.mpd:
* Add missing endforJohnny Willemsen2017-08-071-1/+2
| | | | * templates/bmake.mpd:
* Fixed errorJohnny Willemsen2017-08-071-1/+0
| | | | * templates/bmake.mpd:
* Work on adding support for bcc32cJohnny Willemsen2017-08-072-34/+129
| | | | | * templates/bmake.mpd: * templates/bmakecommon.mpt:
* Merge pull request #38 from jwillemsen/jwi-bcc3264-improvementsJohnny Willemsen2017-07-292-5/+23
|\ | | | | Improvements for bcc32 and bcc64
| * Improvements for bcc32 and bcc64Johnny Willemsen2017-07-292-5/+23
| | | | | | | | | | * templates/bmake.mpd: * templates/bmakecommon.mpt:
* | Fri May 12 11:12:03 UTC 2017 Chad Elliott <elliott_c@ociweb.com>Chad Elliott2017-05-121-1/+1
|/
* Renamed "-type vc15" to vs2017. Updated documentation.Adam Mitz2017-03-239-16/+16
|
* Use unique for template, header, inline, resource, and documentation files ↵Johnny Willemsen2017-03-101-5/+5
| | | | | | so that we don't list files twice * templates/vc10.mpd:
* Added support for WindowsTargetPlatformVersion and VCProjectVersionJohnny Willemsen2017-03-101-0/+6
| | | | | * docs/templates/vc10.txt: * templates/vc10.mpd:
* Merge branch 'master' of https://github.com/DOCGroup/MPCJohnny Willemsen2017-03-094-0/+776
|\
| * Tue Feb 7 15:36:45 UTC 2017 Chad Elliott <elliott_c@ociweb.com>Chad Elliott2017-02-071-2/+2
| |
| * Mon Jan 30 18:41:22 UTC 2017 Chad Elliott <elliott_c@ociweb.com>Chad Elliott2017-01-301-20/+20
| |
| * Tue Jan 17 15:16:06 UTC 2017 Chad Elliott <elliott_c@ociweb.com>Chad Elliott2017-01-171-1/+9
| |
| * Thu Nov 17 13:20:23 UTC 2016 Chad Elliott <elliott_c@ociweb.com>Chad Elliott2016-11-171-2/+2
| |
| * Wed Nov 16 21:50:12 UTC 2016 Chad Elliott <elliott_c@ociweb.com>Chad Elliott2016-11-162-3/+207
| |
| * Wed Nov 16 14:44:33 UTC 2016 Chad Elliott <elliott_c@ociweb.com>Chad Elliott2016-11-163-1/+15
| |
| * Thu Nov 10 18:00:05 UTC 2016 Chad Elliott <elliott_c@ociweb.com>Chad Elliott2016-11-101-4/+18
| |
| * Wed Nov 9 17:57:54 UTC 2016 Chad Elliott <elliott_c@ociweb.com>Chad Elliott2016-11-092-0/+522
| |
| * Mon Oct 31 16:16:07 UTC 2016 Chad Elliott <elliott_c@ociweb.com>Chad Elliott2016-10-311-3/+3
| |
| * Wed Oct 26 11:31:35 UTC 2016 Chad Elliott <elliott_c@ociweb.com>Chad Elliott2016-10-261-0/+14
| |
* | Visual Studio 2017 has platform toolset v141, not v150Johnny Willemsen2017-03-091-1/+1
|/ | | | * templates/vc15platforms.mpt:
* Change MultiProcessorCompilation to put the value passed into the generated ↵Johnny Willemsen2016-05-231-1/+1
| | | | file so that we can set it to false
* Update vc14 to vc15Johnny Willemsen2016-04-015-0/+39
| | | | | | | | | | | * modules/VC15ProjectCreator.pm: * modules/VC15WorkspaceCreator.pm: * templates/vc15dll.mpt: * templates/vc15exe.mpt: * templates/vc15lib.mpt: * templates/vc15libexe.mpt: * templates/vc15platforms.mpt: Added.
* Mon Mar 7 19:40:37 UTC 2016 Chad Elliott <elliott_c@ociweb.com>Chad Elliott2016-03-071-1/+1
|
* Make sure the install dir is also created when it doesn't exist yet and set ↵Johnny Willemsen2016-01-311-4/+4
| | | | to its own unique directory
* Add quotes around the argument to cmd /c to handle cases where the command ↵Johnny Willemsen2016-01-291-1/+1
| | | | itself also has quotes
* Make it possible to set WholeProgramOptimization to another value then just trueJohnny Willemsen2015-09-211-1/+1
|