summaryrefslogtreecommitdiffstats
path: root/Modules/FindosgTerrain.cmake
Commit message (Expand)AuthorAgeFilesLines
* Find* (and some other): use ${CMAKE_CURRENT_LIST_DIR} in include()Rolf Eike Beer2012-11-041-1/+1
* Remove trailing whitespace from most CMake and C/C++ codeKitware Robot2012-08-131-4/+4
* Modules: Include builtin FindPackageHandleStandardArgs directlyBrad King2011-01-201-1/+1
* Remove usage of CMAKE_CURRENT_LIST_DIR now that we have CMP0017Alex Neundorf2011-01-041-1/+1
* Use absolute path to FindPackageHandleStandardArgs.cmake everywhereAlex Neundorf2010-09-281-1/+1
* Modules: Fix spelling 'To distributed' -> 'To distribute'Todd Gamblin2010-08-091-1/+1
* Convert CMake find-modules to BSD LicenseBrad King2009-09-281-0/+13
* BUG: The QUIET and REQUIRED find attributes on each Findosg* module were notPhilip Lowman2009-01-301-1/+1
* BUG: Fixed Issue #7331 Bugs in Findosg*.cmake. Also added OPENTHREADS_LIBRAR...Philip Lowman2009-01-191-45/+13
* ENH: Cleanup Find* modules with new HINTS featureBrad King2008-06-091-14/+3
* BUG: Remove references to CMAKE_PREFIX_PATH variable. It should not be refer...Brad King2008-01-161-11/+2
* BUG: Fixed modules to set FOO_FOUND when both headers and libraries are found.Eric Wing2007-12-211-0/+90
MT)'>2019-08-113-1/+12 | | | | | | | | | | (GH-15044) This should fix the IndexError trying to retrieve `DisplayName.display_name` and `DisplayName.value` when the `value` is basically an empty string. https://bugs.python.org/issue32178 * Delete leftover clinic-generated file for C zipimport. (GH-15174)Greg Price2019-08-101-325/+0 | * bpo-32912: Revert SyntaxWarning on invalid escape sequences. (GH-15195)Gregory P. Smith2019-08-106-18/+43 | | | | | | | | | | | | | | | | | | DeprecationWarning will continue to be emitted for invalid escape sequences in string and bytes literals just as it did in 3.7. SyntaxWarning may be emitted in the future. But per mailing list discussion, we don't yet know when because we haven't settled on how to do so in a non-disruptive manner. (Applies 4c5b6bac2408f879231c7cd38d67657dd4804e7c to the master branch). (This is https://github.com/python/cpython/pull/15142 for master/3.9) https://bugs.python.org/issue32912 Automerge-Triggered-By: @gpshead * bpo-37642: Update acceptable offsets in timezone (GH-14878)Ngalim Siregar2019-08-095-5/+44 | | | | | | | | | This fixes an inconsistency between the Python and C implementations of the datetime module. The pure python version of the code was not accepting offsets greater than 23:59 but less than 24:00. This is an accidental legacy of the original implementation, which was put in place before tzinfo allowed sub-minute time zone offsets. GH-14878 * bpo-36511: Fix failures in Windows ARM32 buildbot (GH-15181)Paul Monson2019-08-082-0/+2 | * bpo-37795: Capture DeprecationWarnings in the test suite (GH-15184)Pablo Galindo2019-08-082-3/+11 | * bpo-37268: test_parser fails when run with -Werror (GH-15183)Zackery Spytz2019-08-081-1/+5 | | | | | | | | | | | | | Use warnings.filterwarnings() when importing the deprecated parser module. @pablogsal https://bugs.python.org/issue37268 Automerge-Triggered-By: @pablogsal * bpo-25172: Raise appropriate ImportError msg when crypt module used on ↵shireenrao2019-08-082-1/+11 | | | | Windows (GH-15149) * bpo-37587: optimize json.loads (GH-15134)Inada Naoki2019-08-081-20/+19 | | | | | | | Use a tighter scope temporary variable to help register allocation. 1% speedup for large string. Use PyDict_SetItemDefault() for memoizing keys. At most 4% speedup when the cache hit ratio is low. * bpo-35892: Add usage note to mode() (GH-15122)Raymond Hettinger2019-08-081-1/+3 | * bpo-37685: Use singletons ALWAYS_EQ and NEVER_EQ in more tests. (GH-15167)Serhiy Storchaka2019-08-089-57/+30 | * bpo-37685: Fixed __eq__, __lt__ etc implementations in some classes. (GH-14952)Serhiy Storchaka2019-08-0823-1147/+1292 | | | | They now return NotImplemented for unsupported type of the other operand. * bpo-34775: Return NotImplemented in PurePath division. (GH-9509)aiudirog2019-08-083-2/+52 | * bpo-37734: Remove unnecessary brace escapes in PC/layout script (GH-15165)Steve Dower2019-08-071-1/+1 | * bpo-37778: Fixes the icons used for file associations to the Microsoft Store ↵Steve Dower2019-08-07