summaryrefslogtreecommitdiffstats
path: root/Source/cmSetSourceFilesPropertiesCommand.h
Commit message (Expand)AuthorAgeFilesLines
* ENH: Added reference to Copyright.txt. Removed old reference to ITK copyrigh...Brad King2002-10-231-3/+3
* modified how source files store propertiesKen Martin2002-08-161-3/+3
* ENH: add enable language support for PROJECT command, this means that a C onl...Bill Hoffman2002-04-021-1/+1
* make sure ; expansion is done in all commandsBill Hoffman2002-03-291-1/+1
* ENH: major change, the cmMakefile now contains a master list of cmSourceFile ...Bill Hoffman2002-03-291-0/+66
>* Merged revisions 63724,63726,63732,63744,63754-63755,63757-63758,63760,63775,...Georg Brandl2008-06-101-1/+0 * Issue #2058: Remove the buf attribute and add __slots__ to theLars Gustäbel2008-04-141-34/+43 * Merged revisions 60481,60485,60489-60492,60494-60496,60498-60499,60501-60503,...Christian Heimes2008-02-061-9/+9 * Convert some custom sort comparison functions to equivalent key functions.Raymond Hettinger2008-01-301-1/+1 * Merged revisions 59703-59773 via svnmerge fromChristian Heimes2008-01-061-4/+4 * Merged revisions 59259-59274 via svnmerge fromChristian Heimes2007-12-021-1/+2 * #1535: rename __builtin__ module to builtins.Georg Brandl2007-12-021-1/+1 * Rename buffer -> bytearray.Guido van Rossum2007-11-211-1/+1 * Merging the py3k-pep3137 branch back into the py3k branch.Guido van Rossum2007-11-061-4/+3 * Disabled test_sys_path_with_unicode for nowChristian Heimes2007-11-041-4/+3 * Patch# 1258 by Christian Heimes: kill basestring.Guido van Rossum2007-10-161-2/+2 * Raise statement normalization in Lib/.Collin Winter2007-08-301-1/+1 * Merge the trunk changes in. Breaks socket.ssl for now.Thomas Wouters2007-08-281-1/+1 * Conform to strict str/bytes distinction.Lars Gustäbel2007-08-28