summaryrefslogtreecommitdiffstats
path: root/Source/cmAddCompileOptionsCommand.h
diff options
context:
space:
mode:
authorDaniel Pfeifer <daniel@pfeifer-mail.de>2016-10-22 22:59:55 (GMT)
committerDaniel Pfeifer <daniel@pfeifer-mail.de>2016-10-22 22:59:55 (GMT)
commitfb0b087c4dc65f18aef431e41de3aa9b91e35371 (patch)
tree86a461e32652d91b6fa4cdb98122efb8ef844bb2 /Source/cmAddCompileOptionsCommand.h
parent2169b0faa40a20cd9aae25f9170cca074579a023 (diff)
downloadCMake-fb0b087c4dc65f18aef431e41de3aa9b91e35371.zip
CMake-fb0b087c4dc65f18aef431e41de3aa9b91e35371.tar.gz
CMake-fb0b087c4dc65f18aef431e41de3aa9b91e35371.tar.bz2
Make cmCTestGenericHandler not inherit from cmObject
Diffstat (limited to 'Source/cmAddCompileOptionsCommand.h')
0 files changed, 0 insertions, 0 deletions
class='column1'>| encoding instead of UTF-8. * fix refleakBenjamin Peterson2010-11-211-0/+1 | * new plan: functions that want 'tmp' can declare itBenjamin Peterson2010-11-201-3/+1 | * c89 declarationsBenjamin Peterson2010-11-201-1/+1 | * use %R format code; fixes invalid dereferencing #10391Benjamin Peterson2010-11-201-8/+8 | * #10222: fix for overzealous AIX compiler.Georg Brandl2010-10-291-1/+1 | * Issue #9713, #10114: Parser functions (eg. PyParser_ASTFromFile) expectsVictor Stinner2010-10-161-1/+1 | | | | | filenames encoded to the filesystem encoding with surrogateescape error handler (to support undecodable bytes), instead of UTF-8 in strict mode. * Issue #10095: fp_setreadl() doesn't reopen the file, reuse instead the fileVictor Stinner2010-10-142-7/+10 | | | | descriptor. * Merged revisions 81465-81466,81468,81679,81735,81760,81868,82183 via ↵Benjamin Peterson2010-06-271-2/+3 | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | svnmerge from svn+ssh://pythondev@svn.python.org/python/trunk ........ r81465 | georg.brandl | 2010-05-22 06:29:19 -0500 (Sat, 22 May 2010) | 2 lines Issue #3924: Ignore cookies with invalid "version" field in cookielib. ........ r81466 | georg.brandl | 2010-05-22 06:31:16 -0500 (Sat, 22 May 2010) | 1 line Underscore the name of an internal utility function. ........ r81468 | georg.brandl | 2010-05-22 06:43:25 -0500 (Sat, 22 May 2010) | 1 line #8635: document enumerate() start parameter in docstring. ........ r81679 | benjamin.peterson | 2010-06-03 16:21:03 -0500 (Thu, 03 Jun 2010) | 1 line use a set for membership testing ........ r81735 | michael.foord | 2010-06-05 06:46:59 -0500 (Sat, 05 Jun 2010) | 1 line Extract error message truncating into a method (unittest.TestCase._truncateMessage). ........ r81760 | michael.foord | 2010-06-05 14:38:42 -0500 (Sat, 05 Jun 2010) | 1 line Issue 8302. SkipTest exception is setUpClass or setUpModule is now reported as a skip rather than an error. ........ r81868 | benjamin.peterson | 2010-06-09 14:45:04 -0500 (Wed, 09 Jun 2010) | 1 line fix code formatting ........ r82183 | benjamin.peterson | 2010-06-23 15:29:26 -0500 (Wed, 23 Jun 2010) | 1 line cpython only gc tests ........ * Merged revisions 82160 via svnmerge fromBenjamin Peterson2010-06-221-1/+1 | | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/trunk ........ r82160 | benjamin.peterson | 2010-06-22 14:45:51 -0500 (Tue, 22 Jun 2010) | 1 line spacing nit; this isn't C ........ * use the 's' format code instead of 'U'Benjamin Peterson2010-06-071-1/+1 | * Merged revisions 81286 via svnmerge fromSenthil Kumaran2010-05-181-1/+1 | | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/trunk ........ r81286 | senthil.kumaran | 2010-05-18 19:10:23 +0530 (Tue, 18 May 2010) | 3 lines Doc Fix. Correct link to Zephyr ASDL Abstract page. ........ * Merged revisions 81220 via svnmerge fromVictor Stinner2010-05-151-10/+10 | | | | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/trunk ........ r81220 | victor.stinner | 2010-05-16 00:55:28 +0200 (dim., 16 mai 2010) | 4 lines Use 4-spaces for indentation (instead of tabs) in pgen outputs Regenerate (reindent) Python/graminit.c ........ * Recorded merge of revisions 81029 via svnmerge fromAntoine Pitrou2010-05-09