summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* Fix for bug 2015469 - Modified CaptureStreamHandler so that it spawns threadsdarius422008-07-103-33/+129
| | | | | | | | | to read from stdout and stderr simultaneously. This should prevent deadlocks if no data is available on stderr, but stdout has filled it's buffer. git-svn-id: file:///home/sven/projects/JOGL/temp/ant-contrib/svn/ant-contrib-code/cpptasks/trunk@172 32d7a393-a5a9-423c-abd3-5d954feb1f2f
* Clean up stray/incomplete site filescarnold2008-04-027-128/+248
| | | | git-svn-id: file:///home/sven/projects/JOGL/temp/ant-contrib/svn/ant-contrib-code/cpptasks/trunk@163 32d7a393-a5a9-423c-abd3-5d954feb1f2f
* Bug 1573193: Fix antlib examplecarnold2008-04-021-1/+0
| | | | git-svn-id: file:///home/sven/projects/JOGL/temp/ant-contrib/svn/ant-contrib-code/cpptasks/trunk@162 32d7a393-a5a9-423c-abd3-5d954feb1f2f
* Bug 1760649: Eliminate duplicate entries for configured child elementscarnold2008-04-021-1/+1
| | | | git-svn-id: file:///home/sven/projects/JOGL/temp/ant-contrib/svn/ant-contrib-code/cpptasks/trunk@161 32d7a393-a5a9-423c-abd3-5d954feb1f2f
* Javadoc fixescarnold2008-04-024-11/+9
| | | | git-svn-id: file:///home/sven/projects/JOGL/temp/ant-contrib/svn/ant-contrib-code/cpptasks/trunk@160 32d7a393-a5a9-423c-abd3-5d954feb1f2f
* Javadoc fixescarnold2008-04-0223-80/+67
| | | | git-svn-id: file:///home/sven/projects/JOGL/temp/ant-contrib/svn/ant-contrib-code/cpptasks/trunk@159 32d7a393-a5a9-423c-abd3-5d954feb1f2f
* Fix outtype detection for Xcode gen on non-Mac platformscarnold2008-02-221-28/+37
| | | | git-svn-id: file:///home/sven/projects/JOGL/temp/ant-contrib/svn/ant-contrib-code/cpptasks/trunk@158 32d7a393-a5a9-423c-abd3-5d954feb1f2f
* Add missing '.' before xcodeprojcarnold2008-02-221-1/+1
| | | | git-svn-id: file:///home/sven/projects/JOGL/temp/ant-contrib/svn/ant-contrib-code/cpptasks/trunk@157 32d7a393-a5a9-423c-abd3-5d954feb1f2f
* Now with working Windres compilercarnold2008-02-211-5/+3
| | | | git-svn-id: file:///home/sven/projects/JOGL/temp/ant-contrib/svn/ant-contrib-code/cpptasks/trunk@156 32d7a393-a5a9-423c-abd3-5d954feb1f2f
* LOGCXX-62: Doxygen fixes, rename thread to avoid object file collisioncarnold2008-02-202-2/+131
| | | | git-svn-id: file:///home/sven/projects/JOGL/temp/ant-contrib/svn/ant-contrib-code/cpptasks/trunk@155 32d7a393-a5a9-423c-abd3-5d954feb1f2f
* Bug 980130: Generate projects with Debug and Release configurationscarnold2008-02-202-217/+291
| | | | git-svn-id: file:///home/sven/projects/JOGL/temp/ant-contrib/svn/ant-contrib-code/cpptasks/trunk@154 32d7a393-a5a9-423c-abd3-5d954feb1f2f
* Use relative paths on -L options which helps cygwincarnold2008-02-131-3/+9
| | | | git-svn-id: file:///home/sven/projects/JOGL/temp/ant-contrib/svn/ant-contrib-code/cpptasks/trunk@153 32d7a393-a5a9-423c-abd3-5d954feb1f2f
* Bug 980130: Xcode dependencies, close but not quitecarnold2008-02-121-18/+144
| | | | git-svn-id: file:///home/sven/projects/JOGL/temp/ant-contrib/svn/ant-contrib-code/cpptasks/trunk@152 32d7a393-a5a9-423c-abd3-5d954feb1f2f
* Bug 980130: Improvements to generated IDE files, more to comecarnold2008-02-127-96/+142
| | | | git-svn-id: file:///home/sven/projects/JOGL/temp/ant-contrib/svn/ant-contrib-code/cpptasks/trunk@151 32d7a393-a5a9-423c-abd3-5d954feb1f2f
* Bug 980130: Add comments to generated project filescarnold2008-02-064-5/+95
| | | | git-svn-id: file:///home/sven/projects/JOGL/temp/ant-contrib/svn/ant-contrib-code/cpptasks/trunk@150 32d7a393-a5a9-423c-abd3-5d954feb1f2f
* Bug 980130: Add VS 2008 project generation, fix VS 2005 issuescarnold2008-02-055-29/+68
| | | | git-svn-id: file:///home/sven/projects/JOGL/temp/ant-contrib/svn/ant-contrib-code/cpptasks/trunk@149 32d7a393-a5a9-423c-abd3-5d954feb1f2f
* Bug 980130: Add dependency support to project generation (VS 6 initially)carnold2008-02-033-50/+232
| | | | git-svn-id: file:///home/sven/projects/JOGL/temp/ant-contrib/svn/ant-contrib-code/cpptasks/trunk@148 32d7a393-a5a9-423c-abd3-5d954feb1f2f
* Add projectRoot that XCode 3 keeps asking forcarnold2008-01-303-3/+12
| | | | git-svn-id: file:///home/sven/projects/JOGL/temp/ant-contrib/svn/ant-contrib-code/cpptasks/trunk@147 32d7a393-a5a9-423c-abd3-5d954feb1f2f
* Fix for bug 1794857 - The history.xml file wasn't capturing all of the darius422007-09-221-27/+30
| | | | | | | | | | compilerargs in the processor signature. In particular, if they had a location of mid or end, they weren't included. Re-ordered the inclusion of arguments so that they will all be captured in the signature. git-svn-id: file:///home/sven/projects/JOGL/temp/ant-contrib/svn/ant-contrib-code/cpptasks/trunk@146 32d7a393-a5a9-423c-abd3-5d954feb1f2f
* Fix for bug 1794867 - LinkerDef wasn't correctly handling references.darius422007-09-213-25/+49
| | | | | | | Refactored code so that it relies on the correct behavior in ProcessorDef. git-svn-id: file:///home/sven/projects/JOGL/temp/ant-contrib/svn/ant-contrib-code/cpptasks/trunk@145 32d7a393-a5a9-423c-abd3-5d954feb1f2f
* Fix bug 1573193. Update usage information to reflect the currentdarius422007-08-233-18/+48
| | | | | | | | package name and XML namespace usage. Update documentation for warning levels to reflect actual names. git-svn-id: file:///home/sven/projects/JOGL/temp/ant-contrib/svn/ant-contrib-code/cpptasks/trunk@141 32d7a393-a5a9-423c-abd3-5d954feb1f2f
* Update for bug 1775873. Modify the warning levels for Sunpro to provide ↵darius422007-08-222-2/+64
| | | | | | finer grain control over the flags that are used. git-svn-id: file:///home/sven/projects/JOGL/temp/ant-contrib/svn/ant-contrib-code/cpptasks/trunk@140 32d7a393-a5a9-423c-abd3-5d954feb1f2f
* Update for bug 1715475. Extended the file types that will be bid on by the ↵darius422007-08-227-13/+273
| | | | | | CC, aCC, and xlC compilers so that it will include '.s' files. git-svn-id: file:///home/sven/projects/JOGL/temp/ant-contrib/svn/ant-contrib-code/cpptasks/trunk@139 32d7a393-a5a9-423c-abd3-5d954feb1f2f
* Update for bug 1690945. Adds a new compiler option 'msvc8' that extendsdarius422007-08-226-4/+160
| | | | | | | | | 'msvc', but switches a flag associated with debug builds (/GZ -> /RTC1) to avoid deprecation warnings. git-svn-id: file:///home/sven/projects/JOGL/temp/ant-contrib/svn/ant-contrib-code/cpptasks/trunk@138 32d7a393-a5a9-423c-abd3-5d954feb1f2f
* Bug 980130: XCode continued, dylibs recognizedcarnold2007-08-042-14/+38
| | | | git-svn-id: file:///home/sven/projects/JOGL/temp/ant-contrib/svn/ant-contrib-code/cpptasks/trunk@137 32d7a393-a5a9-423c-abd3-5d954feb1f2f
* Bug 980130: Continue XCode project now static libs working, defines, etccarnold2007-08-031-14/+93
| | | | git-svn-id: file:///home/sven/projects/JOGL/temp/ant-contrib/svn/ant-contrib-code/cpptasks/trunk@136 32d7a393-a5a9-423c-abd3-5d954feb1f2f
* Bug 980130: Rework XCodeProjectWriter for XCode 2.1 and latercarnold2007-08-022-499/+885
| | | | git-svn-id: file:///home/sven/projects/JOGL/temp/ant-contrib/svn/ant-contrib-code/cpptasks/trunk@135 32d7a393-a5a9-423c-abd3-5d954feb1f2f
* Bug 1760649: Maven can reach goal and package targetscarnold2007-07-287-73/+10
| | | | git-svn-id: file:///home/sven/projects/JOGL/temp/ant-contrib/svn/ant-contrib-code/cpptasks/trunk@127 32d7a393-a5a9-423c-abd3-5d954feb1f2f
* Bug 1760649: Add Maven buildable documentation, break dependency of ↵carnold2007-07-289-770/+358
| | | | | | ant/proposal/xdocs git-svn-id: file:///home/sven/projects/JOGL/temp/ant-contrib/svn/ant-contrib-code/cpptasks/trunk@126 32d7a393-a5a9-423c-abd3-5d954feb1f2f
* Bug 1760649: Initial Maven buildcarnold2007-07-265-0/+992
| | | | git-svn-id: file:///home/sven/projects/JOGL/temp/ant-contrib/svn/ant-contrib-code/cpptasks/trunk@125 32d7a393-a5a9-423c-abd3-5d954feb1f2f
* Bug 1760649: Rearrge to Maven 2 Standard Directory Layoutcarnold2007-07-251-1/+0
| | | | git-svn-id: file:///home/sven/projects/JOGL/temp/ant-contrib/svn/ant-contrib-code/cpptasks/trunk@123 32d7a393-a5a9-423c-abd3-5d954feb1f2f
* Bug 1760649: Rearrge to Maven 2 Standard Directory Layoutcarnold2007-07-251-0/+0
| | | | git-svn-id: file:///home/sven/projects/JOGL/temp/ant-contrib/svn/ant-contrib-code/cpptasks/trunk@122 32d7a393-a5a9-423c-abd3-5d954feb1f2f
* Bug 1760649: Rearrge to Maven 2 Standard Directory Layoutcarnold2007-07-25244-0/+11768
| | | | git-svn-id: file:///home/sven/projects/JOGL/temp/ant-contrib/svn/ant-contrib-code/cpptasks/trunk@121 32d7a393-a5a9-423c-abd3-5d954feb1f2f
* Address 1716271, fix linker issues with shared libraries with VisualAge.darius422007-05-132-5/+21
| | | | git-svn-id: file:///home/sven/projects/JOGL/temp/ant-contrib/svn/ant-contrib-code/trunk/cpptasks@119 32d7a393-a5a9-423c-abd3-5d954feb1f2f
* Reverting to rev 62carnold2007-03-271-2/+2
| | | | git-svn-id: file:///home/sven/projects/JOGL/temp/ant-contrib/svn/ant-contrib-code/trunk/cpptasks@108 32d7a393-a5a9-423c-abd3-5d954feb1f2f
* Reverting mainline changes which broke gcc.slip_stream2007-02-1630-232/+88
| | | | git-svn-id: file:///home/sven/projects/JOGL/temp/ant-contrib/svn/ant-contrib-code/trunk/cpptasks@80 32d7a393-a5a9-423c-abd3-5d954feb1f2f
* Made changes to support a prefix for output libraries. Previously lib would ↵addPrefixParameter@78slip_stream2007-02-1330-88/+232
| | | | | | be prepended to dynamic libraries by default. This is still the default behavior but now it can be overridded by specifying outputFilePrefix="<some value>" in the cc task. git-svn-id: file:///home/sven/projects/JOGL/temp/ant-contrib/svn/ant-contrib-code/trunk/cpptasks@78 32d7a393-a5a9-423c-abd3-5d954feb1f2f
* Fixed unit tests in cpp tasks - now 100% pass rate.slip_stream2007-02-071-2/+2
| | | | git-svn-id: file:///home/sven/projects/JOGL/temp/ant-contrib/svn/ant-contrib-code/trunk/cpptasks@77 32d7a393-a5a9-423c-abd3-5d954feb1f2f
* Initial import of cpptasks codemattinger2006-11-07192-0/+28210
git-svn-id: file:///home/sven/projects/JOGL/temp/ant-contrib/svn/ant-contrib-code/trunk/cpptasks@62 32d7a393-a5a9-423c-abd3-5d954feb1f2f