summaryrefslogtreecommitdiff
path: root/docs
Commit message (Collapse)AuthorAgeFilesLines
...
* 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-243-7/+171
| | | | | | | | | * docs/MPC.sgml: * docs/USAGE: * docs/html/MakeProjectCreator.html: Added documentation for -workers options.
* ChangeLogTag: Mon Dec 5 15:32:37 UTC 2011 Adam Mitz <mitza@ociweb.com>Adam Mitz2011-12-051-3/+2
|
* ChangeLogTag: Mon Dec 5 15:17:04 UTC 2011 Chad Elliott <elliott_c@ociweb.com>elliott_c2011-12-051-0/+4
|
* ChangeLogTag: Mon Nov 7 15:37:29 UTC 2011 Adam Mitz <mitza@ociweb.com>Adam Mitz2011-11-071-1/+1
|
* ChangeLogTag: Thu Nov 3 12:00:45 UTC 2011 Chad Elliott <elliott_c@ociweb.com>elliott_c2011-11-031-4/+5
|
* ChangeLogTag: Mon Oct 17 18:33:05 UTC 2011 Chad Elliott <elliott_c@ociweb.com>elliott_c2011-10-171-0/+1
|
* Thu Oct 6 12:40:46 UTC 2011 Marcel Smit <msmit@remedy.nl>msmit2011-10-0624-0/+41
| | | | | | | | | | | | | | | | | | | | | | | | | | | | * docs/README: * docs/templates/automake.txt: * docs/templates/bmake.txt: * docs/templates/cc.txt: * docs/templates/cdt6cproject.txt: * docs/templates/cdt6project.txt: * docs/templates/common.txt: * docs/templates/ghs.txt: * docs/templates/make.net.txt: * docs/templates/make.txt: * docs/templates/rpmspec.txt: * docs/templates/vc10.txt: * docs/templates/vc7.txt: * docs/templates/vc7csharp.txt: * docs/templates/vc7java.txt: * docs/templates/vc7vb.txt: * docs/templates/vc8.txt: * docs/templates/vc8csharp.txt: * docs/templates/vc8java.txt: * docs/templates/vc8vb.txt: * docs/templates/wb26.txt: * docs/templates/wb26wrmakefile.txt: * docs/templates/wb26wrproject.txt: * docs/templates/wix.txt: Fuzz: added missing $Id $ string.
* Tue Apr 5 12:57:22 UTC 2011 Don Hudson <hudsond@ociweb.com>hudson_d2011-04-052-0/+21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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: Fri Mar 18 15:07:53 UTC 2011 Adam Mitz <mitza@ociweb.com>Adam Mitz2011-03-181-0/+1
|
* ChangeLogTag: Tue Mar 15 14:54:48 UTC 2011 Adam Mitz <mitza@ociweb.com>Adam Mitz2011-03-152-1/+2
|
* 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-228-14/+339
|
* 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-022-0/+19
|
* Wed Nov 3 14:53:37 UTC 2010 Charles Calkins <calkinsc@ociweb.com>calkinsc2010-11-031-0/+7
| | | | | | | | | | | | | | | | * docs/templates/wix.txt: * modules/CDT6WorkspaceCreator.pm: * modules/TemplateParser.pm: * modules/VC7WorkspaceCreator.pm: * modules/WixProjectCreator.pm: * modules/WixWorkspaceCreator.pm: * templates/wix.mpd: * templates/wix.mpt: * templates/wixcs.mpd: * templates/wixcs.mpt: Extended the "wix" project type to support C#, decorated names, internationalized .NET resources, and generation of components and groups based on configurations and platforms.
* ChangeLogTag: Mon Nov 1 18:21:59 UTC 2010 Adam Mitz <mitza@ociweb.com>Adam Mitz2010-11-012-0/+119
|
* ChangeLogTag: Thu Oct 28 11:44:02 UTC 2010 Chad Elliott <elliott_c@ociweb.com>elliott_c2010-10-282-3/+7
|
* ChangeLogTag: Mon Oct 11 20:40:13 UTC 2010 Chad Elliott <elliott_c@ociweb.com>elliott_c2010-10-111-0/+2
|
* ChangeLogTag: Fri Sep 17 11:25:48 UTC 2010 Chad Elliott <elliott_c@ociweb.com>elliott_c2010-09-173-12/+16
|
* Removed trailing whitespacesJohnny Willemsen2010-09-172-7/+7
|
* ChangeLogTag: Mon Sep 13 21:51:32 UTC 2010 Adam Mitz <mitza@ociweb.com>Adam Mitz2010-09-131-0/+1
|
* ChangeLogTag: Mon Sep 13 21:11:20 UTC 2010 Adam Mitz <mitza@ociweb.com>Adam Mitz2010-09-132-2/+2
|
* ChangeLogTag: Wed Aug 25 20:56:36 UTC 2010 Brian Johnson <johnsonb@ociweb.com>johnsonb2010-08-252-9/+38
|
* ChangeLogTag: Wed Aug 25 18:36:32 UTC 2010 Adam Mitz <mitza@ociweb.com>Adam Mitz2010-08-251-155/+152
|
* ChangeLogTag: Tue Aug 24 19:45:29 UTC 2010 Adam Mitz <mitza@ociweb.com>Adam Mitz2010-08-242-5/+175
|
* ChangeLogTag: Tue Aug 10 21:40:07 UTC 2010 Adam Mitz <mitza@ociweb.com>Adam Mitz2010-08-101-0/+1
|
* 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-055-9/+242
|
* ChangeLogTag: Thu Aug 5 03:49:19 UTC 2010 Chad Elliott <elliott_c@ociweb.com>elliott_c2010-08-053-11/+48
|
* 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-283-0/+284
|
* ChangeLogTag: Tue May 18 18:44:33 UTC 2010 Chad Elliott <elliott_c@ociweb.com>elliott_c2010-05-181-0/+1
|
* ChangeLogTag: Tue May 18 15:13:21 UTC 2010 Adam Mitz <mitza@ociweb.com>Adam Mitz2010-05-182-3/+25
|
* ChangeLogTag: Tue Mar 23 13:44:29 UTC 2010 Chad Elliott <elliott_c@ociweb.com>elliott_c2010-03-234-7/+20
|
* Tue Mar 23 12:16:11 UTC 2010 James H. Hill <hillj at cs dot iupui dot edu>James H. Hill2010-03-231-6/+22
|
* ChangeLogTag: Mon Mar 15 12:53:26 UTC 2010 Chad Elliott <elliott_c@ociweb.com>elliott_c2010-03-151-1/+1
|
* (no commit message)Johnny Willemsen2010-03-131-2/+2
|
* ChangeLogTag: Sun Feb 28 15:08:56 UTC 2010 Chad Elliott <elliott_c@ociweb.com>elliott_c2010-02-282-1/+11
|
* ChangeLogTag: Fri Feb 19 15:25:47 UTC 2010 Adam Mitz <mitza@ociweb.com>Adam Mitz2010-02-192-0/+11
|
* ChangeLogTag: Mon Jan 25 18:46:30 UTC 2010 Chad Elliott <elliott_c@ociweb.com>elliott_c2010-01-253-0/+62
|
* ChangeLogTag: Thu Jan 14 17:23:14 UTC 2010 Chad Elliott <elliott_c@ociweb.com>elliott_c2010-01-142-1/+3
|
* ChangeLogTag: Tue Dec 1 15:05:46 UTC 2009 Chad Elliott <elliott_c@ociweb.com>elliott_c2009-12-011-0/+1
|
* ChangeLogTag: Thu Oct 29 22:55:05 UTC 2009 Chad Elliott <elliott_c@ociweb.com>elliott_c2009-10-293-2/+6
|
* ChangeLogTag: Wed Oct 21 19:29:58 UTC 2009 Chad Elliott <elliott_c@ociweb.com>elliott_c2009-10-211-0/+1
|
* ChangeLogTag: Wed Sep 9 21:48:19 UTC 2009 Chad Elliott <elliott_c@ociweb.com>elliott_c2009-09-092-0/+14
|
* 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-242-28/+49
|