hdf5/c++
Scot Breitenfeld 3a3501df2d
h5 compiler wrappers now pass all arguments passed to it to the compile line (#3954)
* The issue was that the "allargs" variable was not being used in the final command of the compiler wrapper. Any entries containing an escaped quote (\", \') or other non-matching argument (*) would not be passed to the compile line. I have fixed this problem by ensuring all arguments passed to the compiler wrapper are now included in the compile line.

* added testing for compiler wrappers
2024-01-30 12:20:58 -06:00
..
examples h5 compiler wrappers now pass all arguments passed to it to the compile line (#3954) 2024-01-30 12:20:58 -06:00
src h5 compiler wrappers now pass all arguments passed to it to the compile line (#3954) 2024-01-30 12:20:58 -06:00
test Add HDF5_DISABLE_TESTS_REGEX option to skip tests (#3859) 2023-11-22 07:51:30 -06:00
CMakeLists.txt Don't build util tests when HDF5_EXTERNALLY_CONFIGURED=ON (#3781) 2023-10-30 12:47:06 -05:00
Makefile.am Update copyright headers (#2184) 2022-11-01 16:02:27 -05:00