summaryrefslogtreecommitdiffstats
path: root/hl/src/H5LTparse.h
Commit message (Collapse)AuthorAgeFilesLines
* generated reconfigure files for configure changesM. Scot Breitenfeld2017-08-041-2/+2
|
* Commit files missed for commit after Snapshot version 1.8 release 20 (snap0)hdftest2017-08-011-2/+2
|
* Update h5vers and release scripts for 1.8.19 branch, set version tolrknox2017-06-081-2/+2
| | | | | | | | 1.8.19-pre1. Note: changes to these scripts were brought from develop/hdf5_1_10 and modified for 1.8 version differences. Update HDF5 version to 1.8.20-snap0. Update HL .so number for added API function.
* Update text in COPYING files in subdirectories to match changes tolrknox2017-05-241-3/+3
| | | | | | | | | copyright notices in source files. Update Copyright notices in acsite.m4 and bin/yodconfigure that were overlooked by chkcopyright. Remove broken and unnecessary urls from comments in hl/fortran/src/H5IMcc.c and hl/src/H5IM.c. Commit bin/reconfigure changes to generated files.
* Increment snap version.hdftest2017-05-161-2/+2
|
* Snapshot 1.8.19-snap3hdftest2017-05-151-2/+2
|
* Move libdynlib* test lib files from lib_LTLIBRARIES to dyn_LTLIBRARIESlrknox2017-05-101-2/+2
| | | | | | and other changes to Makefiles and config/conclude.am to eliminate link errors with new libdynlib*_la_LDFLAGS which were added to stop libdynlib* files linking to external libraries.
* Ran bin/reconfigure on jam after changes to make_err.Dana Robinson2017-04-261-2/+2
|
* HDFFV-10170 fix reconfigureAllen Byrne2017-04-181-2/+2
|
* Snapshot version 1.8 release 19 (snap0)HDF Tester2017-02-131-2/+2
|
* Updated support branch version number to 1.8.19-snap0lrknox2016-10-271-2/+2
|
* [svn-r28121] Snapshot version 1.8 release 17 (snap1)HDF Tester2015-10-181-2/+2
|
* [svn-r28096] Updated packaging scripts and moved them from bin to bin/pkgscrpts.Larry Knox2015-10-161-2/+2
| | | | | | Added shared library version numbers for each wrapper library file. Tested with h5committest.new.
* [svn-r26460] HDFFV-8520: Add api to control pluginsAllen Byrne2015-03-161-2/+2
| | | | h5committest
* [svn-r26398] Merges r26333 from trunkDana Robinson2015-03-091-2/+2
| | | | | | | | | | | | | | | | Eliminates gcc warnings due to -Wunsuffixed-float-constants. - Adds 'F' suffixes for most float constants. - A few constants MUST be of type double. These now receive the long double L suffix and are then cast to double. I do this via a new H5_DOUBLE() macro which was added to H5private.h. - Additionally, some 1.8-specific float suffixes were added. Fixes: HDFFV-9148 Tested on: h5committest
* [svn-r25523] Snapshot version 1.8 release 14 (snap10)HDF Tester2014-08-101-61/+140
|
* [svn-r14103] A user reported that the files generated from Lex and Yacc in ↵Raymond Lu2007-08-231-20/+1
| | | | | | | the library conflict with his application with Lex and Yacc. To solve the problem of multiple definitions of Lex or Yacc functions or variables, use the -P or -p command option to change the prefix of these functions and variables from yy to H5LTyy. Tested on kagiso, linew, smirom.
* [svn-r13253] Updated all C and C++ style source code files with the THG ↵Albert Cheng2007-02-071-2/+3
| | | | | | | | | copyright notice. Tested platform: Kagiso only since it is only a comment block change. If it works in one machine, it should work in all, I hope. Still need to check the parallel build on copper.
* [svn-r12370] Purpose: Bug fix.Raymond Lu2006-05-231-0/+1
| | | | | | | | | | Description: The current code in Yacc parser doesn't handle big-endian machine for enum type correctly. Solution: Depending on the super type of enum, use appropriate integer type to pass in enum value. Platforms tested: h5committest and fuss.
* [svn-r11882] Purpose: RevisionRaymond Lu2006-01-161-11/+12
| | | | | | | | | Description: Revise a few details of H5LTtext_to_dtype() and H5LTdtype_to_text(), 1. changed the DDL definition of string, opaque, and compound types. 2. added a new parameter of H5LT_lang_t type to these two functions. Platforms tested: h5committest and fuss.
* [svn-r11832] Purpose: Rename files and change grammar rule.Raymond Lu2005-12-221-0/+81
Description: Renamed lex.yy.c to H5LTanalyze.c, y.tab.c to H5LTparse.c, and y.tab.h to H5LTparse.h in hl/src. Changed definition of opaque type to ommit the tag. Changed the test for opaque type in hl/test, too. Platforms tested: h5committest, fuss, and sleipnir. Misc. update: MANIFEST