summaryrefslogtreecommitdiffstats
path: root/examples/qtconcurrent
Commit message (Expand)AuthorAgeFilesLines
* Ran the script utils/normalizeOlivier Goffart2009-11-181-1/+1
* Update license headers again.Jason McDonald2009-09-097-28/+28
* Merge branch '4.5' into 4.6Thiago Macieira2009-08-317-91/+91
|\
| * Update tech preview license header.Jason McDonald2009-08-317-91/+91
| * Update license headers.Jason McDonald2009-08-117-7/+7
* | renamed examplebase.pri to symbianpkgrules.priEspen Riskedal2009-08-216-6/+6
* | Merge commit 'qt/master'Jason Barron2009-08-137-7/+7
|\ \
| * | Update contact URL in license headers.Jason McDonald2009-08-127-7/+7
| |/
* | Merge commit 'qt/master-stable' into 4.6-mergedJason Barron2009-06-307-14/+14
|\ \ | |/
| * Update license headers as requested by the marketing department.Jason McDonald2009-06-167-14/+14
* | Merge branch '4.5' of git@scm.dev.nokia.troll.no:qt/qtaxis2009-06-022-1/+6
|\ \ | |/
| * don't build examples/qtconcurrent/qtconcurrent.pro by default on Win CEJoerg Bornemann2009-05-251-1/+4
| * add deployment rules...Maurice Kalinowski2009-05-251-0/+2
| * Long live Qt 4.5!Lars Knoll2009-03-2314-0/+834
* Long live Qt for S60!axis2009-04-2414-0/+846
span> another bug exposed by that one in which closing a read/write file ID wouldn't flush the cache if there was another file handle open. This caused problems when the second file handle was read-only; neither would actually flush the cache. Now all read/write file handles flush the cache when the close, but only when the file is going to be destroyed is the cache destroyed. This way read-only file handles keep the cache open but it is always clean. Tested on mir, heping, sol, and copper (parallel) * [svn-r12722] Pedro Vicente Nunes2006-10-053-5/+91 | | | | added new tests for h5copy script, generated in the test file generator program * [svn-r12721] Pedro Vicente Nunes2006-10-051-1/+1 | | | | corrected commnet * [svn-r12720] Pedro Vicente Nunes2006-10-058-66/+88 | | | | | | added output of error messages using the tools library function error_msg, that prints the program name and error on the message tested: kagiso * [svn-r12719] Configured external links to (by default) use the FAPL of the ↵James Laird2006-10-042-3/+12 | | | | | | | | | | parent file, rather than H5P_DEFAULT. This lets them be used with stdio and directio drivers. Tested on mir and juniper (check-vfd takes a long time!). * [svn-r12718] Purpose: New FeatureLeon Arber2006-10-042-15/+130 | | | | | | Description: Add a new part to the flush test that checks to see what happens in case a file is flushed, and then a new dataset is created and the program exits without flushing this subsequent dataset. The test verifies that, at the very least, the data written out before the H5Fflush call is correct. * [svn-r12717] Purpose: Bug FixLeon Arber2006-10-041-2/+3 | | | | | | | | | | Description: It seems that, on AIX, calling MPI_Finalize without closing all files results in an error. This causes t_pflush1 to fail because the whole point of the test is to see what happens if you don't close a file. Try getting rid of the call to MPI_Finalize to see if this will silence the error. Tested: AIX (copper) * [svn-r12716] updating library project files to reflect the recent addition ↵MuQun Yang2006-10-032-22/+112 | | | | of source code. * [svn-r12715] Incorporated a user-submitted patch to better detect the 'tr' ↵James Laird2006-10-0346-905/+1088 | | | | | | | | | | | | utility and quote its arguments. Also checks for the 'socket' library on Solaris. If this patch passes the Daily Tests and makes the user happy, I'll port it back to the 1.6 branch. Tested on mir and sol. * [svn-r12714] check in the new dataspace fileMuQun Yang2006-10-031-0/+33 | * [svn-r12713] Pedro Vicente Nunes2006-10-037-28/+68 | | | | | | added new tests with different datatypes for h5dump binary output tested: kagiso * [svn-r12712] Description:Quincey Koziol2006-10-032-220/+365 | | | | | | | | | | Finish 'use the latest version of the format' changes to the datatype object header message. Compound and enumerated types will now be encoded more efficiently by packing the field names & member offsets better. Tested on: Linux 2.6/32 (chicago) Linux 2.6/64 (chicago2) * [svn-r12711] Description:Quincey Koziol2006-10-031-1/+7 | | | | | | | Define 'TRUE' macro and remove dependency on h5test header/library. Tested on: Linux/64 2.6 (chicago2) w/--enable-build-all * [svn-r12710] Added an include for "h5test.h" to test/gen_new_group.c to fix ↵James Laird2006-10-031-0/+1 | | | | | | | | | a compilation error. Since this is a "gen" program that generates a test file, it isn't always built. Use ./configure --enable-build-all to test it. * [svn-r12709] Description:Quincey Koziol2006-10-031-2/+2 | | | | | | | Don't use 'TEST_ERROR' macro in file generation... Tested on: None, just eyeballed - very minor... * [svn-r12708] Description:Quincey Koziol2006-10-0315-335/+684 | | | | | | | | | | | | | | | | | | | Add the "use the latest version of the format" support to datatype messages. And a regression test to check that it's working. Also, found that we have been over-allocating space for compound datatype messages (when they have array datatypes or can use the latest version of the format) and trimmed the size back. Clean up datatype & dataspace encode/decode routines by having them allocate & release "fake" file structures, which gets them out of needing to "know" about the internals of file structures. Other minor whitespace/formatting cleanups, etc. Tested on: Linux/32 2.6 (chicago) Linux/64 2.6 (chicago2) * [svn-r12707] Description:Quincey Koziol2006-10-0217-73/+125 | | | | | | | | | Further minor modifications to the file format for tracking links in groups. This is tentatively the "final" file format for groups. Tested on: Linux/32 2.6 (chicago) Linux/64 2.6 (chicago2) * [svn-r12706] Description:Quincey Koziol2006-10-02