| Commit message (Expand) | Author | Age | Files | Lines |
* | Add java major version checks for generated class files | Sven Gothel | 2014-06-18 | 1 | -0/+29 |
* | Add support for GccLinker option '-static-libstdc++' | Sven Gothel | 2014-06-18 | 3 | -11/+11 |
* | Fix Bug 871 - Add optional xcode.clang support for all modules (Extends Bug 8... | Sven Gothel | 2013-10-24 | 63 | -374/+601 |
* | Whitespaces only .. | Sven Gothel | 2013-10-24 | 2 | -16/+16 |
* | Fix Eclipse setup (Add local xercesImpl, and fix source path) - Yes, it won't... | Sven Gothel | 2013-10-24 | 2 | -7/+3 |
* | Complete 2cdd1070056c0f7e9dc7f40de19c2bfdfef0432a: Add 'clang' and 'clang++' ... | Sven Gothel | 2013-09-13 | 1 | -10/+22 |
* | Add .gitignore | Sven Gothel | 2013-09-13 | 1 | -0/+2 |
* | Add Ant to Eclipse project classpath; Compile sourc/target java level 1.6 | Sven Gothel | 2013-09-12 | 2 | -3/+4 |
* | Add 'clang' and 'clang++' support (compiler/linker) | Sven Gothel | 2013-09-12 | 5 | -9/+49 |
* | Add Eclipse project files | Sven Gothel | 2013-09-12 | 2 | -0/+40 |
* | Make crosscompilation work (--sysroot .. etc) | Sven Gothel | 2013-09-12 | 1 | -0/+6 |
* | Make OSX/Darwin work (linker options etc) | Sven Gothel | 2013-09-12 | 3 | -10/+13 |
* | Fixed support for long MinGW Windows commands. Thanks to Curt Arnold for poin... | jonkri | 2008-10-01 | 1 | -9/+19 |
* | Fix for bug 2015469 - Modified CaptureStreamHandler so that it spawns threads | darius42 | 2008-07-10 | 3 | -33/+129 |
* | Change svn repo to cpptasks-1.0b6-SNAPSHOT | carnold | 2008-04-03 | 1 | -3/+3 |
* | Change version of cpptasks-1.0b6-SNAPSHOT | carnold | 2008-04-03 | 1 | -1/+1 |
* | More 1.0b5 tweaking | carnold | 2008-04-03 | 1 | -2/+2 |
* | cpptasks 1.0b5 release prep | carnold | 2008-04-02 | 1 | -30/+10 |
* | Bug 1760649: Post release SVN path fix | carnold | 2008-04-02 | 1 | -1/+4 |
* | Bug 1760649: Make Maven and Ant built jars have identical structure | carnold | 2008-04-02 | 2 | -16/+25 |
* | Clean up stray/incomplete site files | carnold | 2008-04-02 | 7 | -128/+248 |
* | Bug 1573193: Fix antlib example | carnold | 2008-04-02 | 1 | -1/+0 |
* | Bug 1760649: Eliminate duplicate entries for configured child elements | carnold | 2008-04-02 | 1 | -1/+1 |
* | Javadoc fixes | carnold | 2008-04-02 | 4 | -11/+9 |
* | Javadoc fixes | carnold | 2008-04-02 | 23 | -80/+67 |
* | Fix outtype detection for Xcode gen on non-Mac platforms | carnold | 2008-02-22 | 1 | -28/+37 |
* | Add missing '.' before xcodeproj | carnold | 2008-02-22 | 1 | -1/+1 |
* | Now with working Windres compiler | carnold | 2008-02-21 | 1 | -5/+3 |
* | LOGCXX-62: Doxygen fixes, rename thread to avoid object file collision | carnold | 2008-02-20 | 2 | -2/+131 |
* | Bug 980130: Generate projects with Debug and Release configurations | carnold | 2008-02-20 | 2 | -217/+291 |
* | Use relative paths on -L options which helps cygwin | carnold | 2008-02-13 | 1 | -3/+9 |
* | Bug 980130: Xcode dependencies, close but not quite | carnold | 2008-02-12 | 1 | -18/+144 |
* | Bug 980130: Improvements to generated IDE files, more to come | carnold | 2008-02-12 | 8 | -97/+145 |
* | Bug 980130: Add comments to generated project files | carnold | 2008-02-06 | 4 | -5/+95 |
* | Bug 980130: Add VS 2008 project generation, fix VS 2005 issues | carnold | 2008-02-05 | 5 | -29/+68 |
* | Bug 980130: Add dependency support to project generation (VS 6 initially) | carnold | 2008-02-03 | 3 | -50/+232 |
* | Add projectRoot that XCode 3 keeps asking for | carnold | 2008-01-30 | 3 | -3/+12 |
* | Fix for bug 1794857 - The history.xml file wasn't capturing all of the | darius42 | 2007-09-22 | 1 | -27/+30 |
* | Fix for bug 1794867 - LinkerDef wasn't correctly handling references. | darius42 | 2007-09-21 | 3 | -25/+49 |
* | Fix bug 1573193. Update usage information to reflect the current | darius42 | 2007-08-23 | 3 | -18/+48 |
* | Update for bug 1775873. Modify the warning levels for Sunpro to provide fine... | darius42 | 2007-08-22 | 2 | -2/+64 |
* | Update for bug 1715475. Extended the file types that will be bid on by the C... | darius42 | 2007-08-22 | 7 | -13/+273 |
* | Update for bug 1690945. Adds a new compiler option 'msvc8' that extends | darius42 | 2007-08-22 | 6 | -4/+160 |
* | Bug 980130: XCode continued, dylibs recognized | carnold | 2007-08-04 | 2 | -14/+38 |
* | Bug 980130: Continue XCode project now static libs working, defines, etc | carnold | 2007-08-03 | 1 | -14/+93 |
* | Bug 980130: Rework XCodeProjectWriter for XCode 2.1 and later | carnold | 2007-08-02 | 2 | -499/+885 |
* | Bug 1760649: Remove stray dependency | carnold | 2007-07-28 | 1 | -5/+0 |
* | Bug 1760649: Maven can reach goal and package targets | carnold | 2007-07-28 | 8 | -76/+21 |
* | Bug 1760649: Add Maven buildable documentation, break dependency of ant/propo... | carnold | 2007-07-28 | 11 | -777/+403 |
* | Bug 1760649: Initial Maven build | carnold | 2007-07-26 | 6 | -0/+1229 |