summaryrefslogtreecommitdiff
path: root/docs
Commit message (Collapse)AuthorAgeFilesLines
* Document the CodeAnalysisRuleSet template variable.Chad Elliott2023-02-171-0/+1
|
* Replaced old images with new graphviz images, removed old image sources, and ↵Chad Elliott2023-01-2716-130/+33
| | | | moved images into the images directory.
* Use modern fonts from google.Chad Elliott2023-01-266-379/+562
|
* Removed references to ociweb.comChad Elliott2023-01-261-2/+1
|
* fix typosAdam Mitz2023-01-031-1/+1
|
* Added a comment about the dollar sign.Chad Elliott2022-11-101-0/+3
|
* Added information on CMake support.Chad Elliott2022-10-263-7/+45
|
* Added a 'type' to the combined custom command structure.Chad Elliott2022-10-121-0/+15
|
* Documentation and script updates for vs2022Adam Mitz2021-11-092-8/+21
|
* Revert changeJohnny Willemsen2021-05-311-1/+1
|
* Fixed typos using https://github.com/crate-ci/typosJohnny Willemsen2021-05-312-3/+3
|
* typo, command instead of commmandJohnny Willemsen2020-11-301-1/+1
| | | | * docs/html/MakeProjectCreator.html:
* Wed May 22 13:21:16 UTC 2019 Chad Elliott <elliott_c@ociweb.com>Chad Elliott2019-05-221-1/+2
| | | | | | | | | * docs/templates/iar.txt: * templates/iar.mpd: * templates/iar.mpt: Added a 'gruntimelibselect' template variable to change the DLib config setting.
* Thu Apr 18 22:18:20 UTC 2019 Chad Elliott <elliott_c@ociweb.com>Chad Elliott2019-04-183-2/+21
| | | | | | | | | | | | | * 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.
* Added vs2019, corrected vc15 to vs2017Johnny Willemsen2019-02-051-1/+1
| | | | * docs/USAGE:
* Add support for Visual Studio 2019 using Visual C++ 14.2Johnny Willemsen2019-02-051-8/+21
|
* Fixed spelling errorsJohnny Willemsen2018-08-032-2/+2
| | | | | * docs/templates/common.txt: * docs/templates/make.txt:
* Fixed typo in docuJohnny Willemsen2018-06-221-1/+1
|
* Wed May 16 14:43:23 UTC 2018 Chad Elliott <elliott_c@ociweb.com>Chad Elliott2018-05-161-0/+28
| | | | | | * docs/templates/uvis.txt: Documented the uvis.mpd template.
* Fixed typo in documentationJohnny Willemsen2018-01-231-1/+1
| | | | * docs/html/WB30.html:
* Added ISO C++ Standard setting to vc10 templateMichael Mathers2017-09-091-0/+1
| | | | Added 'LanguageStandard' as a new setting that can be set for vs2017.
* Updated README for vc/vs version numbers.Adam Mitz2017-08-071-13/+5
| | | | (cherry picked from commit 64027144bf43447242ce0a2fb9eef76184bcbd0d)
* Fixed typoJohnny Willemsen2017-04-121-1/+1
| | | | * docs/html/MakeProjectCreator.html:
* vc15 is now vs2017Johnny Willemsen2017-04-121-6/+6
| | | | * docs/html/MakeProjectCreator.html:
* Renamed "-type vc15" to vs2017. Updated documentation.Adam Mitz2017-03-232-2/+3
|
* Fixed typosJohnny Willemsen2017-03-131-2/+2
|
* Added support for WindowsTargetPlatformVersion and VCProjectVersionJohnny Willemsen2017-03-101-3/+6
| | | | | * docs/templates/vc10.txt: * templates/vc10.mpd:
* Improvements for Visual Studio 2017Johnny Willemsen2017-03-101-1/+1
| | | | | | | * config/wireshark.mpb: * docs/html/MakeProjectCreator.html: * modules/VC15ProjectCreator.pm: * modules/VC15WorkspaceCreator.pm:
* Fixed typoJohnny Willemsen2017-02-141-1/+1
| | | | * docs/html/MakeProjectCreator.html:
* Wed Nov 9 17:57:54 UTC 2016 Chad Elliott <elliott_c@ociweb.com>Chad Elliott2016-11-091-2/+2
|
* Add vc15Johnny Willemsen2016-04-011-8/+22
| | | | | | | | * config/pin_base.mpb: * config/pintool.mpb: * config/winapp.mpb: * config/wireshark.mpb: * docs/html/MakeProjectCreator.html:
* removed id tagJohnny Willemsen2015-01-071-1/+1
|
* Cleanup and removed last remains of IdJohnny Willemsen2015-01-0728-40/+6
|
* Remove Id tag from txt filesJohnny Willemsen2015-01-0723-23/+0
|
* Removed svn Id tagJohnny Willemsen2015-01-075-5/+5
|
* Wed Nov 5 08:03:49 UTC 2014 Johnny Willemsen <jwillemsen@remedy.nl>Johnny Willemsen2014-11-051-0/+1
| | | | | | | | | | | | | | * docs/templates/vc10.txt: * templates/vc10.mpd: * templates/vc1xdll.mpt: * templates/vc1xexe.mpt: * templates/vc7dll.mpt: With TAO we have the case that exe and dll have the same name which causes problems with the pdb file. Add a new use_pdb_modifier which we enable by default for vc1x, it adds _dll to the pdb file for a dll, and _exe to the pdb file for a exe
* Tue Sep 9 06:52:00 UTC 2014 Johnny Willemsen <jwillemsen@remedy.nl>Johnny Willemsen2014-09-091-1/+1
| | | | | | | | * docs/USAGE: Fixed typo, thanks to Pau Garcia i Quiles <pgquiles at elpauer dot org> for providing the patch
* ChangeLogTag: Mon Jun 30 17:35:25 UTC 2014 Chad Elliott <elliott_c@ociweb.com>elliott_c2014-06-302-3/+2
|
* ChangeLogTag: Fri Jun 27 15:07:30 UTC 2014 Chad Elliott <elliott_c@ociweb.com>elliott_c2014-06-271-0/+1
|
* ChangeLogTag: Fri Jun 27 13:55:06 UTC 2014 Chad Elliott <elliott_c@ociweb.com>elliott_c2014-06-271-4/+6
|
* ChangeLogTag: Thu Jun 26 18:10:32 UTC 2014 Chad Elliott <elliott_c@ociweb.com>elliott_c2014-06-262-2/+3
|
* Mon Jun 23 12:49:54 UTC 2014 Johnny Willemsen <jwillemsen@remedy.nl>Johnny Willemsen2014-06-231-8/+22
| | | | | | | | | | * config/pin_base.mpb: * config/pintool.mpb: * config/winapp.mpb: * docs/html/MakeProjectCreator.html: * registry.pl: Added support for msvc14
* ChangeLogTag: Fri May 23 19:11:37 UTC 2014 Chad Elliott <elliott_c@ociweb.com>elliott_c2014-05-231-0/+1
|
* ChangeLogTag: Tue May 6 12:32:53 UTC 2014 Chad Elliott <elliott_c@ociweb.com>elliott_c2014-05-062-0/+3
|
* ChangeLogTag: Fri Mar 21 16:32:10 UTC 2014 Adam Mitz <mitza@ociweb.com>Adam Mitz2014-03-211-0/+3
|
* Mon Feb 17 11:59:48 UTC 2014 Johnny Willemsen <jwillemsen@remedy.nl>Johnny Willemsen2014-02-171-0/+2
| | | | | | | * docs/templates/vc10.txt: * templates/vc10.mpd: Added debug_cmd_args and debug_work_dir as template variables
* Mon Nov 11 17:27:23 UTC 2013 Phil Mesnier <mesnier_p@ociweb.com>Phil Mesnier2013-11-111-6/+6
| | | | * docs/USAGE: Clean up a couple of typos.
* Tue Oct 29 10:41:11 UTC 2013 Johnny Willemsen <jwillemsen@remedy.nl>Johnny Willemsen2013-10-292-1/+3
| | | | | | | * docs/README: * docs/USAGE: Added vc11/vc12
* Tue Oct 29 10:31:02 UTC 2013 Johnny Willemsen <jwillemsen@remedy.nl>Johnny Willemsen2013-10-291-15/+91
| | | | | | * docs/html/MakeProjectCreator.html: Added vc11/vc12
* Wed Jun 6 13:09:54 UTC 2012 Johnny Willemsen <jwillemsen@remedy.nl>Johnny Willemsen2012-06-061-0/+1
| | | | | | | | * modules/ProjectCreator.pm: Handle tpp files as template files * docs/README Mention vc11