summaryrefslogtreecommitdiffstats
path: root/Include
diff options
context:
space:
mode:
authorKristjan Valur Jonsson <sweskman@gmail.com>2012-06-22 18:40:02 (GMT)
committerKristjan Valur Jonsson <sweskman@gmail.com>2012-06-22 18:40:02 (GMT)
commit69cf913ba110de2eb773c030b1dd606456ac5831 (patch)
tree4b47a2f5a3ec15cf4b246f7597866ab54be4ec78 /Include
parent878054e97b517538eb9c9be0e01abde019e085ea (diff)
downloadcpython-69cf913ba110de2eb773c030b1dd606456ac5831.zip
cpython-69cf913ba110de2eb773c030b1dd606456ac5831.tar.gz
cpython-69cf913ba110de2eb773c030b1dd606456ac5831.tar.bz2
Issue #15124: Optimize _thread.LockType deletion and acquisition when
not contested, similar to what _thread.RLock already has.
Diffstat (limited to 'Include')
0 files changed, 0 insertions, 0 deletions
treecommitdiffstats
path: root/hl/fortran
Commit message (Collapse)AuthorAgeFilesLines
...
| * [svn-r27787] Merge of r27632-27674 from the trunk.Dana Robinson2015-09-151-4/+4
| | | | | | | | Tested on: h5committest
| * [svn-r27745] Merge trunk revision 27744Allen Byrne2015-09-101-9/+27
| |
| * [svn-r27638] Merged r27500-27631 from trunk.Dana Robinson2015-09-016-36/+38
| |\
| * \ [svn-r27507] Merge of r27237-27500 from the trunk.Dana Robinson2015-08-1424-12327/+4955
| |\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | Tested w/ h5committest NOTES: - The manifest may still be messed up. - Cmake fails since the dual binary work needs to be merged with this repo's CMake externals.
| * \ \ [svn-r27038] Merge of r26393-27031 from the trunk.Dana Robinson2015-05-075-33/+34
| |\ \ \ | | | | | | | | | | | | | | | Tested on 64-bit linux VM w/ C++ and Fortran 2003
| * \ \ \ [svn-r26429] Merge of r26393-26428 from the trunk.Dana Robinson2015-03-1113-1128/+1023
| |\ \ \ \ | | | | | | | | | | | | | | | | | | Tested w/ h5committest
| * \ \ \ \ [svn-r26274] Merge of r26096 to r26271 from trunk.Dana Robinson2015-02-228-154/+301
| |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | Tested on: jam - serial: C++/Fortran parallel: Fortran
| * | | | | | [svn-r26132] reverted change 26177Scot Breitenfeld2015-02-052-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | svn merge -c -26117 . Shared Fortran libraries don't work on Mac, the check for building shared on Mac needs to stay in.
| * | | | | | [svn-r26117] Autotools work HDFFV-9067,Scot Breitenfeld2015-02-032-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Removed restiction of disabling shared libraries on the MAC, H5_FORTRAN_SHARED was replaced with HAVE_SHARED_CONDITIONAL since H5_FORTRAN_SHARED was removed. tested: jam
| * | | | | | [svn-r26097] Removed configure and Makefile.in files from version control.Dana Robinson2015-02-024-5522/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Developers will now have to run bin/reconfigure (deprecated, will be removed soon) or autogen.sh after checking out code. Part of: HDFFV-9120 Tested on: jam with Fortran and C++
| * | | | | | [svn-r26096] Merged r26024-26095 from trunk.Dana Robinson2015-02-022-3/+3
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Tested on: jam with Fortran and C++
| * | | | | | | [svn-r26069] Removed the option to selectively disable internal filters like ↵Dana Robinson2015-01-294-20/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | n-bit at compile time. Fixes HDFFV-9086 Tested on: jam, both serial and parallel w/ fortran & C++
| * | | | | | | [svn-r26051] Fix for HDFFV-9092Scot Breitenfeld2015-01-274-4/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change AC_TRY_RUN TO AC_TRY_COMPILE Changed all the instances of AC_TRY_RUN for the Fortran and C++ tests to use AC_COMPILE_IFELSE and moved all the tests to new files in m4 directory: aclocal_cxx.m4 (for C++ tests) aclocal_fc.m4 (for Fortran tests) tested: jam
* | | | | | | | [svn-r27767] Snapshot version 1.9 release 231HDF Tester2015-09-141-1/+1
| | | | | | | |
* | | | | | | | [svn-r27754] HDFFV-548:H5LT patches for F90 Lite API in 1.8.0 BetaScot Breitenfeld2015-09-103-576/+910
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | tested: h5committest
* | | | | | | | [svn-r27703] Publish both static and shared mod files in binaries.Allen Byrne2015-09-081-5/+29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Tested: local linux
* | | | | | | | [svn-r27690] Snapshot version 1.9 release 230HDF Tester2015-09-071-1/+1
| | | | | | | |
* | | | | | | | [svn-r27661] Always use static mod files.Allen Byrne2015-09-011-8/+2
| |_|_|_|_|_|/ |/| | | | | |
* | | | | | | [svn-r27625] Added preprocessor commands for PGI compiler.Scot Breitenfeld2015-08-314-0/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | tested: h5committest
* | | | | | | [svn-r27622] Snapshot version 1.9 release 229HDF Tester2015-08-311-1/+1
| | | | | | |
* | | | | | | [svn-r27586] HDFFV-9497: Add back ALLOW_UNSUPPORTED OPTION.Allen Byrne2015-08-263-23/+23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Added new option SKIP_HDF5_FORTRAN_SHARED
* | | | | | | [svn-r27557] Added build_mod directory and updated the C try_run macro to ↵Scot Breitenfeld2015-08-241-13/+15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | not check for definitions and does not return unused arguments.
* | | | | | | [svn-r27551] Snapshot version 1.9 release 228HDF Tester2015-08-241-1/+1
| | | | | | |
* | | | | | | [svn-r27537] Added new FCCPPFLAGS to avoid passing CPPFLAGS to the fortran ↵Scot Breitenfeld2015-08-206-30/+51
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | pre-processor compiler (This mainly causes issues with the xlf compilers) Tested: h5committest
* | | | | | | [svn-r27517] Removed all perl scripts from configure.Scot Breitenfeld2015-08-174-4/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Tested: h5committest
* | | | | | | [svn-r27511] Snapshot version 1.9 release 227HDF Tester2015-08-171-1/+1
| |_|_|_|_|/ |/| | | | |
* | | | | | [svn-r27493] Trying again to merge the F2003_v1.10 branch to the trunk.Scot Breitenfeld2015-08-1126-12359/+4987
| | | | | | | | | | | | | | | | | | | | | | | | Tested: h5committest --PASSED--
* | | | | | [svn-r27489] reverted merge of branchScot Breitenfeld2015-08-11