summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge-out from trunk in preparation for merge-back.eclipseChris Cleeland2010-08-047-13/+62
* Changes to properly support side-by-side builds from different platforms andChris Cleeland2010-08-044-5/+47
* Added documentation for cross-compilation.Chris Cleeland2010-07-221-11/+71
* After merge-out of changes from the trunk.Chris Cleeland2010-07-2018-23/+1783
* Fixed issue where linker exe names could not be overridden.Chris Cleeland2010-07-202-2/+4
* Initial work for supporting a cross-compile platform.Chris Cleeland2010-07-203-5/+20
* Remove ChangeLog-CDT; it wasn't used, and we do not want to merge it back toChris Cleeland2010-06-281-27/+0
* Merge out latest changes from the trunk in preparation for merging the branchChris Cleeland2010-06-287-18/+97
* Added first draft of documentation specific to the CDT6 project type.Chris Cleeland2010-06-281-0/+228
* s/Target/Host/ for some variablesAdam Mitz2010-06-241-4/+4
* documented makefile_tmpfile and script_tmpfileAdam Mitz2010-06-241-2/+2
* Added in description for common_defines.Chris Cleeland2010-06-241-1/+1
* Added documentation for CDT6 template-specific variables.Chris Cleeland2010-06-242-0/+56
* Fix a problem where Eclipse would get confused due to relative paths inChris Cleeland2010-06-241-5/+5
* Extended document_template.pl to be able to produce a stubbed out textChris Cleeland2010-06-241-23/+62
* + support for pre- and postbuild steps.Chris Cleeland2010-06-237-30/+41
* added a convert_slashes() template function for getting the slashes right on ...Adam Mitz2010-06-162-4/+25
* Change postbuild to just always do a copy, thereby avoiding issues withChris Cleeland2010-06-161-4/+4
* Overrode lib_prefix for win32 so that libraries are named according to theChris Cleeland2010-06-161-0/+2
* Fixed outputType so that libraries get the correct library prefix.Chris Cleeland2010-06-161-4/+4
* Postbuild in a project should work now.Chris Cleeland2010-06-161-3/+24
* use platform-configuration as the name of the storageModule XML element tooAdam Mitz2010-06-161-1/+1
* added platform_libs for win32 (ws2_32, etc); removed the implicit -I../.. bec...Adam Mitz2010-06-162-20/+25
* When listing custom_type input files in the .project, if the file name starts...Adam Mitz2010-06-151-1/+1
* Custom type generated source files are now properly excluded from the buildChris Cleeland2010-06-151-3/+2
* Added an optional 2nd param to the translate_vars() template function: if the...Adam Mitz2010-06-152-6/+8
* set CDT's artifactName based on sharedname, staticname, or exenameAdam Mitz2010-06-151-1/+1
* no libname_prefix for the list of libs, because they're passed to the linker ...Adam Mitz2010-06-151-1/+1
* changed the file name for the helper makefile (for custom_only)Adam Mitz2010-06-152-4/+4
* - Fixup for excluding templates from build.Chris Cleeland2010-06-152-3/+5
* implemented support for custom_only projectsAdam Mitz2010-06-143-9/+75
* removing the cdt_ prefix from generated directories because this doesn't work...Adam Mitz2010-06-111-1/+1
* removing the cdt_ prefix from generated directories because this doesn't work...Adam Mitz2010-06-111-1/+1
* Added in changes toChris Cleeland2010-06-112-4/+25
* skip generating <fileInfo> when the custom input generates no outputAdam Mitz2010-06-111-1/+2
* merging changes from the MPC trunk: revisions 1752 (branching-off point) to 1...Adam Mitz2010-06-1135-1529/+1831
* adapted the workspace code from WB26 to work property with CDT6, including ge...Adam Mitz2010-06-114-129/+72
* no need to mkdir for the 'gendir' subdir of the output directory, nothing wil...Adam Mitz2010-06-101-2/+1
* continued improving the custom type handling: gendir, pch_postrule, etc; add...Adam Mitz2010-06-104-14/+20
* Fixed more messed-up superclass definitions that had platform_specializerChris Cleeland2010-06-101-9/+9
* Updates that should fix linker issues on linux.Chris Cleeland2010-06-103-3/+6
* improved custom type support to the point where some basic tests are actually...Adam Mitz2010-06-092-4/+12
* Created an easy fix for the "no-dot in the extension" issue.Chris Cleeland2010-06-092-10/+31
* Tweaks necessary to get standalone helloworld app and simple librariesChris Cleeland2010-06-082-65/+23
* Fixes to make library building work on linux.Chris Cleeland2010-06-032-2/+6
* This commit has the utmost basics of simple library (dynamic and static)Chris Cleeland2010-06-036-10/+86
* added some of the platform variables for win32, but it doesn't work yet. upd...Adam Mitz2010-05-282-3/+6
* Further abstraction of values to make elements work on both linux and macosx.Chris Cleeland2010-05-282-6/+37
* ProjectCreator.pm: merged Chad's changes from trunk r1754. All other files: ...Adam Mitz2010-05-286-53/+185
* need to set a default host_platformAdam Mitz2010-05-281-0/+1