summaryrefslogtreecommitdiffstats
path: root/Source
Commit message (Expand)AuthorAgeFilesLines
...
* BUG: fix for 7624, vs7 flag table missing /MAPBill Hoffman2008-09-081-1/+2
* ENH: Improve message for bad find_package callBrad King2008-09-081-10/+3
* STYLE: Nightly Date StampBrad King2008-09-081-1/+1
* COMP: fix compile warning/error (non-void function returning void)Alexander Neundorf2008-09-072-2/+2
* STYLE: Nightly Date StampBrad King2008-09-071-1/+1
* ENH: provide the xxx_FIND_QUIETLY, xxx_FIND_REQUIRED and xxx_FIND_VERSION_ va...Alexander Neundorf2008-09-062-57/+66
* STYLE: Nightly Date StampBrad King2008-09-061-1/+1
* BUG: Fix issue #7046 - make sure extensionless headers and resource files wor...David Cole2008-09-051-17/+31
* STYLE: Nightly Date StampBrad King2008-09-051-1/+1
* ENH: Allow a custom list of debug configurationsBrad King2008-09-049-45/+127
* BUG: fix extra close that killed cmake when being debuggedBill Hoffman2008-09-041-15/+7
* BUG: Fix typo in get_property documentationBrad King2008-09-041-1/+1
* BUG: Fix unsetting of global propertiesBrad King2008-09-041-4/+0
* BUG: Make CTest honor user-specified configBrad King2008-09-041-2/+8
* STYLE: Nightly Date StampBrad King2008-09-041-1/+1
* BUG: fix for 7519 extra closing > in fortran projectsBill Hoffman2008-09-031-1/+1
* STYLE: Nightly Date StampBrad King2008-09-031-1/+1
* BUG: Fix issue #3648 - make sure CMake reruns if a Bundle application's direc...David Cole2008-09-021-0/+2
* ENH: Create Info.plist files in OS X FrameworksBrad King2008-09-026-3/+91
* ENH: Simplify string attributes in Xcode generatorBrad King2008-09-023-40/+36
* STYLE: Nightly Date StampBrad King2008-09-021-1/+1
* STYLE: Nightly Date StampBrad King2008-09-011-2/+2
* STYLE: Nightly Date StampBrad King2008-08-311-1/+1
* STYLE: Nightly Date StampBrad King2008-08-301-1/+1
* BUG: Link flags should still be chainedBrad King2008-08-291-4/+1
* STYLE: Nightly Date StampBrad King2008-08-291-1/+1
* BUG: A -framework Foo is also a libBrad King2008-08-291-1/+2
* BUG: Fix previous fix.Brad King2008-08-291-1/+1
* BUG: When recognizing flags on link lines, we must still treat -l as a library.Brad King2008-08-291-1/+1
* STYLE: Nightly Date StampBrad King2008-08-281-1/+1
* COMP: Do not use private typedef from outside class.Brad King2008-08-271-1/+1
* ENH: New link line item ordering algorithmBrad King2008-08-272-153/+241
* BUG: Do not infer dependencies of link flagsBrad King2008-08-272-5/+14
* BUG: Treat empty config name as no configurationBrad King2008-08-271-1/+1
* STYLE: Nightly Date StampBrad King2008-08-271-1/+1
* BUG: Correct typo in error message.David Cole2008-08-261-1/+1
* STYLE: Nightly Date StampBrad King2008-08-261-1/+1
* ENH: Add unset() command.Brad King2008-08-257-6/+160
* STYLE: Nightly Date StampBrad King2008-08-251-1/+1
* STYLE: Nightly Date StampBrad King2008-08-241-1/+1
* BUG: Correct typo in documentation: or -> ofDavid Cole2008-08-231-1/+1
* ENH: Add the RECURSE_SYMLINKS_OFF flag to the FILE GLOB_RECURSE command. Expo...David Cole2008-08-232-2/+18
* STYLE: Nightly Date StampBrad King2008-08-231-1/+1
* STYLE: Nightly Date StampBrad King2008-08-221-1/+1
* ENH: Allow custom limit on object file path lengthBrad King2008-08-213-10/+61
* STYLE: Nightly Date StampBrad King2008-08-211-1/+1
* ENH: Add RecurseThroughSymlinks data member to kwsys::Glob. Allows recursive ...David Cole2008-08-203-1/+19
* ENH: Add if(TARGET) commandBrad King2008-08-202-0/+9
* BUG: Handle case when select() liesBrad King2008-08-201-7/+10
* STYLE: Nightly Date StampBrad King2008-08-201-1/+1
a href='/oss-git/hdf5.git/commit/?h=hdf5_ff_v1&id=84bf19bec42e2c53114727df2e239aa3fecb1071'>[svn-r12767] Description:Quincey Koziol2006-10-165-17/+19 | | | | | | | | Code cleanup to improve formatting & reduce compiler warnings. Tested on: Linux/32 2.6 (chicago) Linux/64 2.6 (chicago2) * [svn-r12766] Made two changes to Direct I/O VFD: first added 3 parameters to ↵Raymond Lu2006-10-164-128/+176 | | | | | | | | H5Pset_fapl_direct to control memory boundary, file block size, and maximal copy buffer size; second in H5FD_direct_write and H5FD_direct_read, the library checks whether data buffer is aligned. If it is, then write and read the data directly instead of making a copy buffer. * [svn-r12765] Description:Elena Pourmal2006-10-163-30/+30 | | | | | | | | | | Daily tests failed for Absoft f95 compiler Solution: Failure was due to several typos in H5f90prpto.h file; fixed I also removed redundant flags from the configration files. Platforms tested: heping with f95, g95, pgf90; pommier with f95 * [svn-r12764] Pedro Vicente Nunes2006-10-162-88/+134 | | | | | | | | put the H5LTcreate_compound_type function inside the #ifdef NOT_YET macro meaning that the function is not used by us * [svn-r12763] Pedro Vicente Nunes2006-10-162-52/+8 | | | | | | | | | | | removed the function H5LTcreate_compound_type from the source directory. this function was not being used. when it was written, it was meant to be an auxiliary function to be used on the table api, but it never had an usage commented the H5LTrepack function with the #ifdef NOT_YET macro it is also not being used * [svn-r12762] Pedro Vicente Nunes2006-10-162-10/+8 | | | | rewrote the -b option to make it more clear * [svn-r12761] Description:Quincey Koziol2006-10-167-389/+445 | | | | | | | | | | Refactor object header macros, in preparation for updating the format. Tested on: Mac OS/PPC 10.4.8 (amazon) FreeBSD/32 4.11 (sleipnir) w/thread-safe Linux/32 2.4 (heping) w/C++ & FORTRAN Linux/64 2.4 (mir) w/1.6 compat & build-all * [svn-r12760] Description:Quincey Koziol2006-10-161-3/+253 | | | | | | | | | | | | Speculatively attempt to read in the entire first chunk in object header with the object header prefix. If successful (which it is most of the time), this reduces by 1 the # of I/Os required to read in the object header. Since the object header typically was taking 2 I/Os, this should cut the number of I/O operations when opening an object's header in half. Tested on: FreeBSD/32 4.11 (sleipnir) w/threadsafe Linux/32 2.4 (heping) w/C++ & FORTRAN * [svn-r12759] Description:Quincey Koziol2006-10-133-4/+4 | | | | | | | Fix errors with check-vfd and recent modifications to tests. Tested on: Linux/64 2.4 (mir) w/check-vfd * [svn-r12758] Description: Maintenenace for VMSElena Pourmal2006-10-131-2/+3 | | | | | | Solution: Added new library files to the compilation script Platforms tested: VMS server at Boeing * [svn-r12756] Description:Quincey Koziol2006-10-127-113/+94 | | | | | | | | | | | | | | Clean up some object header code in advance of more major changes in the near future. Fix small initialization error in attribute message name buffer copy. Tweak down the default # of messages for new object headers. Tested on: FreeBSD/32 4.11 (sleipnir) w/threadsafe Linux/32 2.4 (heping) w/FORTRAN & C++ Mac OS/32 10.4.8 (amazon) * [svn-r12755] The line "#define _XOPEN_SOURCE 600" is recommended for ↵Raymond Lu2006-10-121-2/+3 | | | | | | posix_memalign function but causes compiling error on copper. Comment it out. It only gives a warning on SGI Altix. * [svn-r12753] Added 1.6 compatibility support for packet table test.James Laird2006-10-121-0/+10 | | | | Tested on mir. * [svn-r12752] Descripton: This is a port to G95 compiler for MAC OSX and AIX 5.2Elena Pourmal2006-10-1213-811/+2612 | | | | | | | | | | | | | | | | Previous implementation failed to compile on MAC OS X Tiger 10.4 and AIX 5.2 In previous implementation, each overloaded Fortran function called the same C function. Since declaration of parameters in INTERFACE block for C Function differed, some compilers issued warnings but g95 on MAC and AIX failed to compile. Solution: Add C wrappers corresponding to each overloaded Fortran function to call C stub function. This fix should also reduce number of warnings on IRIX systems. Platforms tested: MAC OS and AIX 5.2 (copper) with g95; sol (with Sun compilers), heping with PGI compilers * [svn-r12751] Purpose:Albert Cheng2006-10-12