summaryrefslogtreecommitdiffstats
path: root/Modules/ProcessorCount.cmake
Commit message (Expand)AuthorAgeFilesLines
* Help: Add `.. versionadded` directives to module docsNikita Nemkin2020-12-021-0/+3
* ProcessorCount: Fix virtual processor count on SolarisJon Chronopoulos2019-08-201-3/+7
* ProcessorCount: Return the container CPU count instead of the host countSylvain Joubert2019-02-271-0/+14
* Remove now-unused code once used on IRIXBrad King2019-01-111-17/+1
* Help: Convert remaining modules to block-style commentsKitware Robot2018-10-221-38/+39
* Help: Replace occurrences of "Mac OS X" with "macOS"Bartosz Kosiorek2018-09-051-1/+1
* Simplify CMake per-source license noticesBrad King2016-09-271-13/+3
* ProcessorCount: Implement with psrinfo tool on recent SunOS versionsMarc Chevrier2015-09-281-8/+21
* ProcessorCount: Update for HPUX 11iv3Eric Berge2014-06-101-0/+4
* ProcessorCount: use mpsched on HPUX if machinfo is not presentRolf Eike Beer2014-03-281-0/+12
* ProcessorCount: make it work on HaikuRolf Eike Beer2013-12-021-0/+14
* Convert builtin help to reStructuredText source filesKitware Robot2013-10-151-19/+30
* ProcessorCount: Mark find_program vars as advanced (#13236)David Cole2012-08-171-0/+7
* ProcessorCount: Use ERROR_QUIET with execute_process (#11302)David Cole2011-03-181-10/+25
* ProcessorCount: Add support for remaining platforms (#11302)David Cole2011-03-151-24/+103
* Add ProcessorCount support for QNX via pidin. (#11302)David Cole2011-03-151-2/+22
* If getconf returns empty output, try cpuinfo. (#11302)David Cole2011-03-151-8/+17
* Add correct module notice header.David Cole2011-03-151-2/+2
* Add module ProcessorCount.cmake (#11302)Michael Wild2011-03-151-0/+60
* | | Remove ResourceWarnings caused by files left open.Vinay Sajip2010-10-301-2/+7 | | | * | | issue 10237Kristján Valur Jónsson2010-10-301-1/+1 | | | | | | | | | | | | Increase the default timout of the barries used in the barrier tests. This should solve unexpected timeouts on some machines. * | | Properly close a file in test_minidom.Brett Cannon2010-10-301-3/+4 | | | * | | Silence some ResourceWarning in test_mailbox by using file context managers.Brett Cannon2010-10-301-2/+6 | | | | | | | | | | | | Also call super().tearDown() where appropriate. * | | Windows can't remove a file before it is closedAntoine Pitrou2010-10-291-1/+1 | | | * | | Move test_linecache over to file context managers.Brett Cannon2010-10-291-4/+6 | | | * | | Use a file context manager for test_ioctl.Brett Cannon2010-10-291-4/+4 | | | * | | Silence ResourceWarning when testing that the file destructor closes the file.Brett Cannon2010-10-291-7/+8 | | | * | | Issue #10233: Close file objects in a timely manner in the tarfile moduleAntoine Pitrou2010-10-291-27/+48 | | | | | | | | | | | | and its test suite. * | | Move test_imp over to file context managers.Brett Cannon2010-10-291-23/+23 | | | * | | Move test_httpservers over to file context managers.Brett Cannon2010-10-291-12/+11 | | | * | | Clean up socket closing in test_ssl and test.ssl_serversAntoine Pitrou2010-10-292-24/+35 | | | * | | Move test_httplib over to file context managers.Brett Cannon2010-10-291-27/+25 | | | * | | Fix file closing in test_http_cookiejar.Brett Cannon2010-10-291-5/+5 | | | * | | Clean up socket closing in test_ftplib.Brett Cannon2010-10-291-35/+34 | | | * | | Properly close files in test_dbm_dumb.Brett Cannon2010-10-291-2/+4 | | | * | | Properly close a test file in test_cprofile.Brett Cannon2010-10-291-9/+10 | | | * | | have test_asyncore properly close files.Brett Cannon2010-10-291-2/+4 | | | * | | set literals and unions are our friendsBenjamin Peterson2010-10-291-4/+3 | | | * | | make gdb skip expectedBenjamin Peterson2010-10-293-11/+19 | | | * | | Fix typoAntoine Pitrou2010-10-291-1/+1 | | | * | | Make a GC run before trying to clean up files left over byAntoine Pitrou2010-10-291-0/+6 | | | | | | | | | | | | the latest test run. * | | Issue #7547: fix transient failures due to network glitches in test_timeout.Antoine Pitrou2010-10-291-9/+11 | | | | | | | | | | | | Patch by Sandro Tosi. * | | Actually restore the original asyncore socket map by making a copy of the dictAntoine Pitrou2010-10-291-3/+6 | | | * | | Make check_warnings error messages more informativeAntoine Pitrou2010-10-291-7/+7 | | | * | | test___all__ ignores ResourceWarning as wellAntoine Pitrou2010-10-291-2/+4 | | | * | | Fix ResourceWarning in Lib/test/threaded_import_hangers.pyAntoine Pitrou2010-10-29