summaryrefslogtreecommitdiff
path: root/docs/html
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* fix typosAdam Mitz2023-01-031-1/+1
|
* Added information on CMake support.Chad Elliott2022-10-261-3/+27
|
* Added a 'type' to the combined custom command structure.Chad Elliott2022-10-121-0/+15
|
* Documentation and script updates for vs2022Adam Mitz2021-11-091-6/+18
|
* 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:
* Add support for Visual Studio 2019 using Visual C++ 14.2Johnny Willemsen2019-02-051-8/+21
|
* Fixed typo in docuJohnny Willemsen2018-06-221-1/+1
|
* Fixed typo in documentationJohnny Willemsen2018-01-231-1/+1
| | | | * docs/html/WB30.html:
* 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-231-1/+1
|
* 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:
* Add vc15Johnny Willemsen2016-04-011-8/+22
| | | | | | | | * config/pin_base.mpb: * config/pintool.mpb: * config/winapp.mpb: * config/wireshark.mpb: * docs/html/MakeProjectCreator.html:
* Cleanup and removed last remains of IdJohnny Willemsen2015-01-075-16/+6
|
* Removed svn Id tagJohnny Willemsen2015-01-075-5/+5
|
* 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
* 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
* ChangeLogTag: Mon Feb 27 21:33:06 UTC 2012 Adam Mitz <mitza@ociweb.com>Adam Mitz2012-02-272-6219/+8038
|
* Tue Jan 24 18:26:46 UTC 2012 Chip Jones <jonesc@ociweb.com>jonesc2012-01-241-7/+135
| | | | | | | | | * docs/MPC.sgml: * docs/USAGE: * docs/html/MakeProjectCreator.html: Added documentation for -workers options.
* ChangeLogTag: Thu Nov 3 12:00:45 UTC 2011 Chad Elliott <elliott_c@ociweb.com>elliott_c2011-11-031-4/+5
|
* Tue Apr 5 12:57:22 UTC 2011 Don Hudson <hudsond@ociweb.com>hudson_d2011-04-051-0/+19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * docs/html/MakeProjectCreator.html: Added bracketed (multiline) assigments to documentation, i.e., assignment of form: keyword <operator> [optional flags] { This is a multiline assignment. } Optional flags are \s to retain leading white space and \n to retain new lines. These flags are be combined. * docs/templates/rpmspec.txt: Added rpm_pre_cmd keyword for %pre section of the RPM spec file and rpm_url for the URL tag in the RPM spec file. * modules/AutomakeWorkspaceCreator.pm: Changed to default to cacheok of false as some intermediate project files are deleted must be regenerated if a project is regenerated. This was causing an error, but the error was only being logged. Changed to return an error code and message when workspace generation fails in some cases where an error message was only logged. * modules/Creator.pm: Added parse_assignment() that pre-parses bracketed assigments (see comment on docs/html/MakeProjectCreator.html) before calling SUPER::parse_assignment(). This method takes an optional file handle that must be used for bracketed assignment support. * modules/DirectoryManager.pm: Corrected typo in comment. * modules/Parser.pm: Added strip_comments(), strip_lt_whitespace(), and is_blank_line(). * modules/ProjectCreator.pm: Added file handle parse_assignment and related method calls for bracketed assignment support. See comment on modules/Creator.pm. Added case sensitivity logic to already_added() similar to other places in code. * modules/RpmSpecWorkspaceCreator.pm: Changed write_and_compare_file() to return 1 instead of undef as method must now return status. Added %pre section and URL tag to RPM spec file generation. * modules/StringProcessor.pm: Changed parse_assignment() to not strip ending new line as later parsing may need it. * modules/WorkspaceCreator.pm: Added file handle parse_assignment and related method calls for bracketed assignment support. See comment on modules/Creator.pm. Changed to return an error code and message when workspace generation fails in some cases where an error message was only logged. Added default_cacheok() which returns true and is used to set 'cacheok' so this method can be overridden when 'cacheok' needs to be false.
* ChangeLogTag: Thu Mar 3 18:51:23 UTC 2011 Chad Elliott <elliott_c@ociweb.com>elliott_c2011-03-031-6/+7
|
* Added a few more bits of information.Chris Cleeland2010-12-241-5/+31
|
* ChangeLogTag: Wed Dec 22 17:28:56 UTC 2010 Adam Mitz <mitza@ociweb.com>Adam Mitz2010-12-225-11/+294
|
* ChangeLogTag: Mon Dec 20 13:40:26 UTC 2010 Chad Elliott <elliott_c@ociweb.com>elliott_c2010-12-201-1/+1
|
* ChangeLogTag: Thu Dec 2 12:57:11 UTC 2010 Chad Elliott <elliott_c@ociweb.com>Latest_ACETAO_Majorelliott_c2010-12-021-0/+15
|
* ChangeLogTag: Mon Nov 1 18:21:59 UTC 2010 Adam Mitz <mitza@ociweb.com>Adam Mitz2010-11-011-0/+118
|
* ChangeLogTag: Thu Oct 28 11:44:02 UTC 2010 Chad Elliott <elliott_c@ociweb.com>elliott_c2010-10-281-2/+4
|
* ChangeLogTag: Fri Sep 17 11:25:48 UTC 2010 Chad Elliott <elliott_c@ociweb.com>elliott_c2010-09-171-6/+6
|
* ChangeLogTag: Wed Aug 25 20:56:36 UTC 2010 Brian Johnson <johnsonb@ociweb.com>johnsonb2010-08-251-4/+24
|
* ChangeLogTag: Fri Aug 6 14:12:30 UTC 2010 Adam Mitz <mitza@ociweb.com>Adam Mitz2010-08-061-0/+133
|
* ChangeLogTag: Thu Aug 5 17:00:23 UTC 2010 Adam Mitz <mitza@ociweb.com>Adam Mitz2010-08-052-0/+177
|
* ChangeLogTag: Thu Aug 5 03:49:19 UTC 2010 Chad Elliott <elliott_c@ociweb.com>elliott_c2010-08-052-11/+40
|
* Merge out cross-compile and PIC changes from branch. Still experimental.Chris Cleeland2010-07-231-11/+71
|
* Commit of EXPERIMENTAL release for CDT6 project type generator.Chris Cleeland2010-06-281-0/+228
|
* ChangeLogTag: Tue May 18 15:13:21 UTC 2010 Adam Mitz <mitza@ociweb.com>Adam Mitz2010-05-181-2/+15
|
* ChangeLogTag: Tue Mar 23 13:44:29 UTC 2010 Chad Elliott <elliott_c@ociweb.com>elliott_c2010-03-231-4/+15
|
* ChangeLogTag: Sun Feb 28 15:08:56 UTC 2010 Chad Elliott <elliott_c@ociweb.com>elliott_c2010-02-281-0/+6
|
* ChangeLogTag: Fri Feb 19 15:25:47 UTC 2010 Adam Mitz <mitza@ociweb.com>Adam Mitz2010-02-191-0/+6
|
* ChangeLogTag: Mon Jan 25 18:46:30 UTC 2010 Chad Elliott <elliott_c@ociweb.com>elliott_c2010-01-251-0/+50
|
* ChangeLogTag: Thu Oct 29 22:55:05 UTC 2009 Chad Elliott <elliott_c@ociweb.com>elliott_c2009-10-291-1/+3
|
* ChangeLogTag: Wed Sep 9 21:48:19 UTC 2009 Chad Elliott <elliott_c@ociweb.com>elliott_c2009-09-091-0/+12
|
* ChangeLogTag: Thu Sep 3 19:15:49 UTC 2009 Chad Elliott <elliott_c@ociweb.com>elliott_c2009-09-031-9/+15
|
* ChangeLogTag: Thu Sep 3 12:57:41 UTC 2009 Chad Elliott <elliott_c@ociweb.com>elliott_c2009-09-031-2/+3
|
* ChangeLogTag: Mon Aug 24 13:10:16 UTC 2009 Chad Elliott <elliott_c@ociweb.com>elliott_c2009-08-241-26/+47
|