source:
tags/NAPI-20
@
1822
| Name | Size | Rev | Age | Author | Last Change |
|---|---|---|---|---|---|
| ../ | |||||
| applications | 206 | 10 years | nexus | Added NXtoNX4 and NXtoNX5 to convert NeXus files between HDF4 and HDF5 … | |
| bindings | 209 | 10 years | nexus | Invert the order of axis names in the "axes" attribute because they should … | |
| doc | 4 | 15 years | faa | Add FORTRAN interface and modifications to NAPI interface needed for this … | |
| hdf45_4 | 147 | 11 years | nexus | - Version 2.1.0 alpha of the NeXus API with HDF-5 support | |
| hdf45_5 | 147 | 11 years | nexus | - Version 2.1.0 alpha of the NeXus API with HDF-5 support | |
| hdf45_45 | 147 | 11 years | nexus | - Version 2.1.0 alpha of the NeXus API with HDF-5 support | |
| include | 186 | 10 years | nexus | Add back in VMS definitions. Freddie | |
| jnexus | 148 | 11 years | nexus | - A handful of bug fixes to the new NeXus-HDF-5 API - NXbrowse adapted to … | |
| NXdict | 148 | 11 years | nexus | - A handful of bug fixes to the new NeXus-HDF-5 API - NXbrowse adapted to … | |
| src | 206 | 10 years | nexus | Added NXtoNX4 and NXtoNX5 to convert NeXus files between HDF4 and HDF5 … | |
| test | 196 | 10 years | nexus | Use GETCHARATTR rather than GETATTR; fixes VMS problem. Freddie | |
| vms | 198 | 10 years | nexus | - Changed Fortran 90 library to LIBNEXUS90.OLB for consistency with the … | |
| win32_vs | 192 | 10 years | faa | Add in NXtoXML and NXtoDTD projects Freddie | |
| windows | 205 | 10 years | faa | Add in makefile for compiling NeXus with MinGW gcc/g77 distribution on … | |
| gnu_license.txt | 25.8 KB | 75 | 13 years | nexus | - Changed GNU License to GNU Lesser General Public License Ray |
| make_vms.com | 2.2 KB | 198 | 10 years | nexus | - Changed Fortran 90 library to LIBNEXUS90.OLB for consistency with the … |
| Makefile | 1.3 KB | 150 | 10 years | nexus | - Added $ to Id tag to update the version number. Ray |
| makefile.mingw | 2.9 KB | 205 | 10 years | faa | Add in makefile for compiling NeXus with MinGW gcc/g77 distribution on … |
| makefile_f90 | 2.1 KB | 204 | 10 years | nexus | Added NXmodule.o to the NXUmodule.o dependencies to ensure that the … |
| makefile_hdf4 | 2.3 KB | 191 | 10 years | nexus | Adding NXtoDTD.c - this is identical to NXtoXML, but it does not include … |
| makefile_hdf5 | 2.3 KB | 191 | 10 years | nexus | Adding NXtoDTD.c - this is identical to NXtoXML, but it does not include … |
| makefile_hdf45 | 3.1 KB | 206 | 10 years | nexus | Added NXtoNX4 and NXtoNX5 to convert NeXus files between HDF4 and HDF5 … |
| makefile_options | 2.0 KB | 195 | 10 years | nexus | add flags for DEC TRU64 UNIX |
| napi4.c | 48.6 KB | 175 | 10 years | faa | Correct bug in nx4open - access mode is only checked against NXACC_CREATE … |
| napi4.h | 3.5 KB | 182 | 10 years | faa | Set up definition of NX_EXTERNAL for building DLL libraries. This makes … |
| napi4_test.c | 12.4 KB | 165 | 10 years | nexus | - Renamed napi45_4test.c to napi4_test.c - All the test routines have been … |
| napi5.c | 50.4 KB | 174 | 10 years | faa | (1) Correct bug in attr_check() - space not left for terminating '\0' … |
| napi5.h | 3.7 KB | 182 | 10 years | faa | Set up definition of NX_EXTERNAL for building DLL libraries. This makes … |
| napi5_test.c | 12.4 KB | 194 | 10 years | nexus | reading from file NXtest.nx5 (before NXtest.nx4) |
| napi.c | 22.1 KB | 166 | 10 years | faa | Add back in Windows specific definitions required for calling the API from … |
| napi.h | 12.1 KB | 186 | 10 years | nexus | Add back in VMS definitions. Freddie |
| napi.tex | 72.2 KB | 4 | 15 years | faa | Add FORTRAN interface and modifications to NAPI interface needed for this … |
| napif.f | 12.6 KB | 160 | 10 years | nexus | - Added NXSAMEID to compare group and data set IDs. - Added missing comma … |
| napif.inc | 4.1 KB | 161 | 10 years | nexus | - Added NXSAMEID to compare group and data set IDs. - Changed version … |
| napif_test.f | 13.9 KB | 196 | 10 years | nexus | Use GETCHARATTR rather than GETATTR; fixes VMS problem. Freddie |
| NXbrowse.c | 20.0 KB | 176 | 10 years | faa | (1) Change uint* to unsigned* - uint is not a standard type (2) Correct … |
| NXbrowse.f90 | 19.6 KB | 77 | 13 years | nexus | - Changed to output file's global attributes when it is opened Ray |
| NXdict.tex | 15.5 KB | 4 | 15 years | faa | Add FORTRAN interface and modifications to NAPI interface needed for this … |
| NXdump.f90 | 2.9 KB | 74 | 13 years | nexus | - NeXus API now released underthe terms of the GNU Lesser General Public … |
| NXmodule.f90 | 54.0 KB | 207 | 10 years | nexus | Changed default chunk size to dimension size |
| NXtest.f90 | 9.7 KB | 164 | 10 years | nexus | - Inverted default value of iByteAsChar so that one-byte integers are … |
| NXtoDTD.c | 11.7 KB | 193 | 10 years | faa | (1) Change "uint" to "unsigned"; uint not standard on Windows (2) Add … |
| NXtoNX4.c | 5.2 KB | 206 | 10 years | nexus | Added NXtoNX4 and NXtoNX5 to convert NeXus files between HDF4 and HDF5 … |
| NXtoNX5.c | 5.2 KB | 206 | 10 years | nexus | Added NXtoNX4 and NXtoNX5 to convert NeXus files between HDF4 and HDF5 … |
| NXtoXML.c | 11.7 KB | 193 | 10 years | faa | (1) Change "uint" to "unsigned"; uint not standard on Windows (2) Add … |
| NXUmodule.f90 | 54.8 KB | 209 | 10 years | nexus | Invert the order of axis names in the "axes" attribute because they should … |
| README | 9.3 KB | 200 | 10 years | nexus | Updated to reflect recent changes to the API Ray |
| README.FORTRAN | 2.8 KB | 179 | 10 years | faa | Correct typo |
| README.FORTRAN90 | 3.1 KB | 201 | 10 years | nexus | Removed some of the comments concerning 64-bit systems. The NXhandle … |
| README.WIN32 | 3.9 KB | 185 | 10 years | faa | Add comment about wsock32.lib |
| ReleaseNotes | 7.6 KB | 202 | 10 years | nexus | Added references to NXtoXML/NXtoDTD and the change to NXUfindaxis Ray |
Note: See TracBrowser
for help on using the repository browser.
