summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDana Robinson <derobins@hdfgroup.org>2015-01-23 17:17:15 (GMT)
committerDana Robinson <derobins@hdfgroup.org>2015-01-23 17:17:15 (GMT)
commit88c86ccd986d67c24d75ba7db887ccaa7b3714f2 (patch)
treedb265367c486f493865ae1aae73840fcf88b61c4
parent4b448e41b2d4adafeb000491c957aee7586a697b (diff)
downloadhdf5-inactive/direct_io_2.zip
hdf5-inactive/direct_io_2.tar.gz
hdf5-inactive/direct_io_2.tar.bz2
[svn-r26017] Added BRANCH.txt.inactive/direct_io_2
-rw-r--r--BRANCH.txt15
1 files changed, 15 insertions, 0 deletions
diff --git a/BRANCH.txt b/BRANCH.txt
new file mode 100644
index 0000000..47489df
--- /dev/null
+++ b/BRANCH.txt
@@ -0,0 +1,15 @@
+features/direct_io_2
+
+This branch was created by Neil Fortner to support aligned memory
+buffers when direct I/O is used. This work should be complete but
+was performed around HDF5 1.8.8 and may need some fixing before
+it can be merged.
+
+This branch will probably be merged with the trunk and 1.8
+branch in 2015 as a part of other direct VFD work.
+
+This branches tracks the trunk. It is not regularly updated.
+
+Please see Neil Fortner or Dana Robinson if you have questions
+about this branch.
+
d>Fix typo (GH-12878)Fredrik Averpil2019-04-201-1/+1 * bpo-30485: Change the prefix for defining the default namespace in ElementPat...Stefan Behnel2019-04-181-3/+3 * bpo-36651: Fixed Asyncio Event Loop documentation inconsistency (GH-12866)Enrico Alarico Carbognani2019-04-181-3/+3 * Fix wrong indentation of a paragraph in documentation (GH-12868)cocoatomo2019-04-181-2/+2 * bpo-32913: Added re.Match.groupdict example to regex HOWTO (GH-5821)josh2019-04-171-0/+7 * bpo-31904: Port test_resource to VxWorks (GH-12719)Lihua Zhao2019-04-171-0/+2 * Clarify file-closing example in tutorial (GH-11652)Colin Watson2019-04-171-0/+2 * bpo-33783: Use proper class markup for random.Random docs (GHè7817)Matthias Bussonnier2019-04-161-0/+5 * bpo-36345: Update wsgiref example (GH-12562)Stéphane Wirtel2019-04-161-30/+4 * bpo-36348: IMAP4.logout() doesn't ignore exc (GH-12411)Victor Stinner2019-04-152-0/+6 * Doc: update PendingDeprecationWarning explanation (GH-12837)Inada Naoki2019-04-151-9/+6 * bpo-31904: Port the time module on VxWorks (GH-12305)pxinwr2019-04-151-0/+2 * bpo-31904: Don't build the _crypt extension on VxWorks (GH-12833)pxinwr2019-04-151-0/+2 * bpo-31658: Make xml.sax.parse accepting Path objects (GH-8564)Mickaël Schoentgen2019-04-141-1/+5 * bpo-30485: support a default prefix mapping in ElementPath by passing None as...Stefan Behnel2019-04-141-3/+6 * bpo-36227: ElementTree.tostring() default_namespace and xml_declaration argum...Bernt Røskar Brenna2019-04-141-6/+15 * bpo-36427: Document that PyEval_RestoreThread and PyGILState_Ensure can termi...Pablo Galindo2019-04-131-0/+12 * bpo-36623: Clean parser headers and include files (GH-12253)Pablo Galindo2019-04-131-0/+4 * Doc: define PY_SSIZE_T_CLEAN always (GH-12794)Inada Naoki2019-04-1310-4/+22 * bpo-35581: Document @typing.type_check_only (GH-11312)Sebastian Rittau2019-04-121-0/+18 * bpo-33922: Adding documentation for new "-64" suffix of Python launcher (GH-7...mrh19972019-04-121-13/+23 * Indicate that seek and tell are mandatory on BufferedRandom. (GH-11216)Christopher Head2019-04-121-3/+3 * bpo-36549: str.capitalize now titlecases the first character instead of upper...Kingsley M2019-04-121-2/+5 * bpo-18748: io.IOBase destructor now logs close() errors in dev mode (GH-12786)Victor Stinner2019-04-121-1/+3 * bpo-36588: On AIX, remove major version from sys.platform (GH-12787)Michael Felt2019-04-122-1/+15 * bpo-20582: add link for manpage for flags on getnameinfo() (GH-11977)Emmanuel Arias2019-04-11