aboutsummaryrefslogtreecommitdiff
path: root/tools/ccc/ccclib/Driver.py
AgeCommit message (Expand)Author
2009-01-11ccc: Give the Host an opportunity to switch ToolChains when bindingDaniel Dunbar
2009-01-11ccc: Print -### output on stderr to match gcc.Daniel Dunbar
2009-01-10ccc: Introduce ToolChains for mapping Actions to Tools which canDaniel Dunbar
2009-01-09ccc: Get host information via Driver methods.Daniel Dunbar
2009-01-09ccc: Start defining host information.Daniel Dunbar
2009-01-07ccc: Make proper synthetic arguments in places we have to constructDaniel Dunbar
2009-01-07ccc: Change Command to take list of strings for argv instead of ArgDaniel Dunbar
2009-01-07ccc: Refactor so that all accesses to actual input strings go throughDaniel Dunbar
2009-01-06ccc: Track last actual argument instance for each option & changeDaniel Dunbar
2009-01-06ccc: Use dummy InputOption and UnknownOption classes instead ofDaniel Dunbar
2009-01-06ccc: Introduce ArgList for keeping input argv & parsed Args together.Daniel Dunbar
2009-01-05Add prototype ccc rewrite.Daniel Dunbar