summaryrefslogtreecommitdiffstats
path: root/Help/variable/CMAKE_LANG_COMPILER_RANLIB.rst
blob: 945160b58604ccdd3401fca7ae93f07212afdee7 (plain)
1
2
3
4
5
6
7
CMAKE_<LANG>_COMPILER_RANLIB
----------------------------

A wrapper around ``ranlib`` adding the appropriate ``--plugin`` option for the
compiler.

See also :variable:`CMAKE_RANLIB`.
/span> | | | | | | | | | | | | | | | | | | | | | restricting itself to just functions and methods (which allows built-in functions to be used, etc.). Closes issue #10271. Thanks to lekma for the bug report. | * | | | | Mark itertools tests of tuple reuse as being specific to CPython.Alex Gaynor2011-07-171-6/+15 | | | | | | * | | | | | excise the remains of STOP_CODE, which hasn't done anything useful for yearsBenjamin Peterson2011-07-181-1/+1 |/ / / / / * | | | | Fix potential resource leaks in concurrent.futures.ProcessPoolExecutorAntoine Pitrou2011-07-151-1/+2 | | | | | | | | | | | | | | | | | | | | by joining all queues and processes when shutdown() is called. * | | | | Fix whitespaceAntoine Pitrou2011-07-151-1/+0 | | | | | * | | | | test_threaded_import must clean up after itselfAntoine Pitrou2011-07-152-9/+16 | | | | | * | | | | test_os needs to reap threadsAntoine Pitrou2011-07-151-0/+1 | | | | | * | | | | Merge from 3.2Antoine Pitrou2011-07-152-27/+39 |\ \ \ \ \ | |/ / / / | * | | | Use test.script_helper in test_pydocAntoine Pitrou2011-07-151-11/+13 | | | | | | * | | | test_pydoc needs to cleanup after itselfAntoine Pitrou2011-07-151-13/+16 | | | | | | * | | | Try harder to reap dangling threads in test.support.reap_threads().Antoine Pitrou2011-07-151-6/+13 | | | | | * | | | | Issue #12573: Add resource checks for dangling Thread and Process objects.Antoine Pitrou2011-07-151-1/+36 |\ \ \ \ \ | |/ / / / | * | | | Issue #12573: Add resource checks for dangling Thread and Process objects.Antoine Pitrou2011-07-151-1/+36 | | | | | | * | | | MergeAntoine Pitrou2011-07-151-0/+8 | |\ \ \ \ | * \ \ \ \ merge headsBenjamin Peterson2011-07-151-9/+13 | |\ \ \ \ \ * | \ \ \ \ \ MergeAntoine Pitrou2011-07-151-0/+8 |\ \ \ \ \ \ \ | * \ \ \ \ \ \ Issue #11603: Fix a crash when __str__ is rebound as __repr__.Antoine Pitrou2011-07-151-0/+8 | |\ \ \ \ \ \ \ | | | |_|/ / / / | | |/| | | | | | | | | | | | | Patch by Andreas Stührk. | | * | | | | | Issue #11603: Fix a crash when __str__ is rebound as __repr__.Antoine Pitrou2011-07-151-0/+8 | | |\ \ \ \ \ \ | | | |_|/ / / / | | |/| | / / / | | | | |/ / / | | | |/| | | Patch by Andreas Stührk. | | | * | | | Issue #11603: Fix a crash when __str__ is rebound as __repr__.Antoine Pitrou2011-07-151-0/+8 | | | | | | | | | | | | | | | | | | | | | | | | | | | | Patch by Andreas Stührk. * | | | | | | merge headsBenjamin Peterson2011-07-151-9/+13 |\ \ \ \ \ \ \ | |/ / / / / / | * | | | | | Make sure to reap worker threads and processes at the end of ↵Antoine Pitrou2011-07-151-9/+13 | |\ \ \ \ \ \ | | |/ / / / / | | | | | | | | | | | | | | test_concurrent_futures | | * | | | | Make sure to reap worker threads and processes at the end of ↵Antoine Pitrou2011-07-151-9/+13 | | | | | | | | | | | | | | | | | | | | | | | | | | | | test_concurrent_futures * | | | | | | merge 3.2 (#11627)Benjamin Peterson2011-07-151-0/+9 |\ \ \ \ \ \ \ | |/ / / / / / |/| | | / / / | | |_|/ / / | |/| | | | | * | | | | catch nasty exception classes with __new__ that doesn't return a exception ↵Benjamin Peterson2011-07-151-0/+9 | |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | (closes #11627) Patch from Andreas Stührk. * | | | | Always use repr for regrtest resources namesÉric Araujo2011-07-151-3/+3 | | | | | * | | | | Add cgi.closelog() function to close the log fileVictor Stinner2011-07-141-7/+1 | | | | | * | | | | add a contextmanager to disable the gcBenjamin Peterson2011-07-141-0/+10 | | | | | * | | | | merge 3.2Benjamin Peterson2011-07-141-1/+1 |\ \ \ \ \ | |/ / / / | * | | | this should be an identity testBenjamin Peterson2011-07-141-1/+1 | | | | | * | | | | (merge 3.2) Issue #12250: test_socketserver uses a timeout of 60 secondsVictor Stinner2011-07-14