summaryrefslogtreecommitdiffstats
path: root/Tests/CTestUpdateSVN.cmake.in
diff options
context:
space:
mode:
authorMarc Chevrier <marc.chevrier@gmail.com>2020-05-17 16:45:06 (GMT)
committerBrad King <brad.king@kitware.com>2020-05-25 14:57:06 (GMT)
commit3c4cc77d55df5bd61cbf62a75fcaf6b9c4509cc7 (patch)
tree65816b90f804153df56ddc8a11a596d8eb76772f /Tests/CTestUpdateSVN.cmake.in
parent2770d5c202c7e670203e34bd0c9eddf02abf5bd3 (diff)
downloadCMake-3c4cc77d55df5bd61cbf62a75fcaf6b9c4509cc7.zip
CMake-3c4cc77d55df5bd61cbf62a75fcaf6b9c4509cc7.tar.gz
CMake-3c4cc77d55df5bd61cbf62a75fcaf6b9c4509cc7.tar.bz2
Tests: Extend Fortran compiler information
Fill variable `CMake_Fortran_COMPILER_ID`.
Diffstat (limited to 'Tests/CTestUpdateSVN.cmake.in')
0 files changed, 0 insertions, 0 deletions
>-36/+102 * Patch #900727: Add Py_InitializeEx to allow embedding without signals.Martin v. Löwis2004-08-191-2/+10 * Move the bytecode optimizer upstream so that its results are saved in pycRaymond Hettinger2004-08-181-3/+6 * This is Mark Russell's patch:Michael W. Hudson2004-08-172-37/+34 * The attached patch fixes FTBFS on GNU/k*BSD. The problem happens on GNU/k*BSDMatthias Klose2004-08-161-0/+10 * Correct the order of application for decorators. Meant to be bottom-up and notBrett Cannon2004-08-151-1/+4 * Fix incorrect comment for (struct compiling)->c_cellvarsBrett Cannon2004-08-151-1/+1 * This is my patch:Michael W. Hudson2004-08-122-2/+34 * code_new(): Wouldn't compile on Windows, because of gcc'ism.Tim Peters2004-08-121-1/+1 * Fix bugMichael W. Hudson2004-08-121-27/+88 * Patch #1005468: Disambiguate "min() or max()" exception string.Martin v. Löwis2004-08-121-3/+4 * This was quite a dark bug in my recent in-place string concatenationArmin Rigo2004-08-071-1/+1 * Subclasses of string can no longer be interned. The semantics ofJeremy Hylton2004-08-071-0/+5 * FixMichael W. Hudson2004-08-071-9/+7 * SF bug #1004088: big code objects (>64K) may be optimized incorrectlyRaymond Hettinger2004-08-061-0/+5 * SF patch #980695: efficient string concatenationRaymond Hettinger2004-08-061-2/+91 * Revert 2.312; turns out interning the file name did do some good (reducingMichael W. Hudson2004-08-041-1/+1 * Don't intern the filename of a file being compiled.Michael W. Hudson2004-08-031-1/+1 * Fix for the unfortunate fact that PyDict_GetItem and PyObject_GetItemMichael W. Hudson2004-08-021-2/+4 * for some reason, the lack of adherence to Python's C whitespace rulesMichael W. Hudson2004-08-021-2/+2 * fix for @decorators under a debug build.Anthony Baxter2004-08-021-0/+1 * Completed the patch for Bug #215126.Raymond Hettinger2004-08-022-5/+9 * PEP-0318, @decorator-style. In Guido's words:Anthony Baxter2004-08-02