summaryrefslogtreecommitdiffstats
path: root/Source/cmEnableLanguageCommand.cxx
Commit message (Expand)AuthorAgeFilesLines
* Convert CMake to OSI-approved BSD LicenseBrad King2009-09-281-14/+9
* ENH: revert last change, as it fails testsBill Hoffman2008-10-141-7/+0
* ENH: better error message for mis-configured nmake environmentBill Hoffman2008-10-141-1/+8
* ENH: add return and break support to cmake, also change basic command invocat...Ken Martin2008-01-231-1/+1
* ENH: add OPTIONAL keyword to ENABLE_LANGUAGE, so it will be possible to doAlexander Neundorf2007-06-281-1/+17
* STYLE: fix line lengthKen Martin2006-05-101-2/+4
* STYLE: some m_ to this-> cleanupKen Martin2006-03-151-1/+1
* ENH: major changes to support addition of languages from cmake modules direct...Bill Hoffman2004-09-221-0/+30
class='decoration'>Martin v. Löwis2003-10-241-2/+3 | * [Patch #772077 from Tim Rice] Fix for compiling the readline module on ↵Andrew M. Kuchling2003-10-241-3/+3 | | | | UnixWare; fix goofy comment indent. 2.3 bugfix candidate * [Bug #822668] tarfile raises an exception if the tarfile is gzipped and is ↵Andrew M. Kuchling2003-10-241-1/+1 | | | | too large; the gzip filesize should be written out mod 2**32. (Reported by Johan Fredrik Ohman) * Fixed bug introduced in revision 1.27Armin Rigo2003-10-241-1/+1 | * Fix a bug in the memory reallocation code of PyUnicode_TranslateCharmap().Walter Dörwald2003-10-242-19/+32 | | | | | | | charmaptranslate_makespace() allocated more memory than required for the next replacement but didn't remember that fact, so memory size was growing exponentially every time a replacement string is longer that one character. This fixes SF bug #828737. * Added itertools.tee()Raymond Hettinger2003-10-244-93/+446 | | | | | | It works like the pure python verion except: * it stops storing data after of the iterators gets deallocated * the data queue is implemented with two stacks instead of one dictionary. * - The pwd module incorrectly advertised its struct type asGuido van Rossum2003-10-232-0/+6 | | | | | struct_pwent; this has been renamed to struct_passwd. (The old name is still supported for backwards compatibility.) * Record an item I missed and bump the version number. [2.3 bugfix candidate.]Andrew M. Kuchling2003-10-231-1/+6 | * Patch #813200: Quote executable path on Windows. Fixes #811082.Martin v. Löwis2003-10-231-2/+10 | | | | Backported to 2.3. * - add "Why is Python installed on my computer?" as a documentation FAQFred Drake2003-10-231-3/+15 | | | | | since this gets asked at the docs at python.org address a lot - fix some minor style violations and inconsistencies * Remove unneeded import.Guido van Rossum2003-10-221-1/+0 | * Replace a reduce() with sum().Raymond Hettinger2003-10-221-3/+2 | * Add docstringAndrew M. Kuchling2003-10-22