| Commit message (Expand) | Author | Age | Files | Lines |
* | Add OSType and Platform, providing certain OS and architecture properties of ... | Sven Gothel | 2023-01-23 | 2 | -0/+75 |
* | Bug 1417: writesoname: xcode.ld uses '-install_name' instead of '-h' or '-son... | Sven Gothel | 2019-12-31 | 1 | -1/+5 |
* | CommandLineLinker: 'g++' is also the GnuLinker (and not clang), hence isGCC -... | Sven Gothel | 2019-12-12 | 2 | -13/+13 |
* | Bug 1417 (JogAmp): New CCTask parameter 'writesoname': Adds GnuLinker and cla... | Sven Gothel | 2019-12-12 | 4 | -63/+131 |
* | Expose full linker output filename via TargetInfo; Cleanup AbstractLinker 'St... | Sven Gothel | 2019-12-11 | 12 | -54/+74 |
* | General Source Cleanup using my Eclipse settings | Sven Gothel | 2019-12-11 | 14 | -264/+380 |
* | Bug 1417 Android clang support: Introduce clangLinkerOption '-target <abi>' | Sven Gothel | 2019-12-10 | 2 | -11/+24 |
* | Bug 1417 Android clang support: Eclipse Code Cleanup | Sven Gothel | 2019-12-10 | 1 | -62/+62 |
* | Fix OSX regression of 'usehighleveltool' work: Revert LdLinker command '-dyna... | Sven Gothel | 2019-06-17 | 1 | -1/+1 |
* | Refine option 'usehighleveltool' implementation | Sven Gothel | 2019-06-15 | 3 | -24/+43 |
* | Code Cleanup via our JogAmp Eclipse settings | Sven Gothel | 2019-06-15 | 8 | -367/+367 |
* | Adding option 'usehighleveltool' | Sven Gothel | 2019-06-15 | 8 | -29/+179 |
* | 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 |
* | Complete 2cdd1070056c0f7e9dc7f40de19c2bfdfef0432a: Add 'clang' and 'clang++' ... | Sven Gothel | 2013-09-13 | 1 | -10/+22 |
* | Add 'clang' and 'clang++' support (compiler/linker) | Sven Gothel | 2013-09-12 | 5 | -9/+49 |
* | 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 | 2 | -7/+11 |
* | 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 |
* | 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 | 6 | -95/+141 |
* | 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 | 1 | -1/+9 |
* | 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 | 2 | -25/+18 |
* | 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 | 1 | -2/+5 |
* | Update for bug 1715475. Extended the file types that will be bid on by the C... | darius42 | 2007-08-22 | 3 | -12/+35 |
* | Update for bug 1690945. Adds a new compiler option 'msvc8' that extends | darius42 | 2007-08-22 | 3 | -4/+75 |
* | 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: Maven can reach goal and package targets | carnold | 2007-07-28 | 1 | -1/+1 |
* | Bug 1760649: Add Maven buildable documentation, break dependency of ant/propo... | carnold | 2007-07-28 | 2 | -7/+7 |
* | Bug 1760649: Rearrge to Maven 2 Standard Directory Layout | carnold | 2007-07-25 | 1 | -22/+0 |
* | Bug 1760649: Rearrge to Maven 2 Standard Directory Layout | carnold | 2007-07-25 | 189 | -0/+28210 |