-
-
Notifications
You must be signed in to change notification settings - Fork 265
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* OESS-98 fix tools test for plugins * sync fork * Merge of changes from dev * Move problem option to bottom of the list until fixed * HDFFV-11106 - fix parsing optional args * HDFFV-11106 add note * grammer fix * Whitespace after clang formatting * Undo format version 11 changes * Update check to working version * Merge workflow and minor changes from develop * Update supported platforms * PR#3 merge from develop * Merge gcc 10 diagnostics option from develop * Merge #318 OSX changes from develop * Merge serval small changes from dev * fix typo * Minor non-space formatting changes * GH #386 copyright corrections for java folder * revert because logic requires false return * Merges from develop #358 patches from vtk #361 fix header guard spelling * Remove case statement for H5I_EVENTSET * Correct call with versioning * Remove tabs * Double underscore change * Merges from develop #340 clang -Wformat-security warnings #360 Fixed uninitialized warnings Remove more underscores from header guards
- Loading branch information
Showing
98 changed files
with
364 additions
and
355 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -12,8 +12,8 @@ | |
* [email protected]. * | ||
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ | ||
|
||
#ifndef __AbstractDs_H | ||
#define __AbstractDs_H | ||
#ifndef AbstractDs_H | ||
#define AbstractDs_H | ||
|
||
namespace H5 { | ||
|
||
|
@@ -81,4 +81,4 @@ class H5_DLLCPP AbstractDs { | |
}; // end of AbstractDs | ||
} // namespace H5 | ||
|
||
#endif // __AbstractDs_H | ||
#endif // AbstractDs_H |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -12,8 +12,8 @@ | |
* [email protected]. * | ||
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ | ||
|
||
#ifndef __CommonFG_H | ||
#define __CommonFG_H | ||
#ifndef CommonFG_H | ||
#define CommonFG_H | ||
|
||
namespace H5 { | ||
|
||
|
@@ -83,7 +83,7 @@ class H5_DLLCPP CommonFG { | |
}; // end of CommonFG | ||
} // namespace H5 | ||
|
||
#endif // __CommonFG_H | ||
#endif // CommonFG_H | ||
|
||
/*************************************************************************** | ||
Design Note | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -12,8 +12,8 @@ | |
* [email protected]. * | ||
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ | ||
|
||
#ifndef __Group_H | ||
#define __Group_H | ||
#ifndef Group_H | ||
#define Group_H | ||
|
||
namespace H5 { | ||
|
||
|
@@ -83,4 +83,4 @@ class H5_DLLCPP Group : public H5Object, public CommonFG { | |
}; // end of Group | ||
} // namespace H5 | ||
|
||
#endif // __Group_H | ||
#endif // Group_H |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -12,8 +12,8 @@ | |
* [email protected]. * | ||
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ | ||
|
||
#ifndef __IdComponent_H | ||
#define __IdComponent_H | ||
#ifndef IdComponent_H | ||
#define IdComponent_H | ||
|
||
namespace H5 { | ||
|
||
|
@@ -113,4 +113,4 @@ class H5_DLLCPP IdComponent { | |
}; // end class IdComponent | ||
} // namespace H5 | ||
|
||
#endif // __IdComponent_H | ||
#endif // IdComponent_H |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -70,8 +70,8 @@ initCfile(void) | |
* [email protected]. *\n\ | ||
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */\n\ | ||
\n\n\ | ||
#ifndef _H5f90i_gen_H\n\ | ||
#define _H5f90i_gen_H\n\ | ||
#ifndef H5f90i_gen_H\n\ | ||
#define H5f90i_gen_H\n\ | ||
\n\ | ||
/* This file is automatically generated by H5match_types.c at build time. */\n\ | ||
\n\ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,8 +10,8 @@ | |
* [email protected]. * | ||
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ | ||
|
||
#ifndef _Included_hdf_hdf5lib_H5_H5PACPL | ||
#define _Included_hdf_hdf5lib_H5_H5PACPL | ||
#ifndef Included_hdf_hdf5lib_H5_H5PACPL | ||
#define Included_hdf_hdf5lib_H5_H5PACPL | ||
|
||
#include <jni.h> | ||
|
||
|
@@ -23,4 +23,4 @@ extern "C" { | |
} /* end extern "C" */ | ||
#endif /* __cplusplus */ | ||
|
||
#endif /* _Included_hdf_hdf5lib_H5_H5PACPL */ | ||
#endif /* Included_hdf_hdf5lib_H5_H5PACPL */ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,8 +10,8 @@ | |
* [email protected]. * | ||
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ | ||
|
||
#ifndef _Included_hdf_hdf5lib_H5_H5PDAPL | ||
#define _Included_hdf_hdf5lib_H5_H5PDAPL | ||
#ifndef Included_hdf_hdf5lib_H5_H5PDAPL | ||
#define Included_hdf_hdf5lib_H5_H5PDAPL | ||
|
||
#include <jni.h> | ||
|
||
|
@@ -93,4 +93,4 @@ JNIEXPORT jlong JNICALL Java_hdf_hdf5lib_H5_H5Pget_1virtual_1printf_1gap(JNIEnv | |
} /* end extern "C" */ | ||
#endif /* __cplusplus */ | ||
|
||
#endif /* _Included_hdf_hdf5lib_H5_H5PDAPL */ | ||
#endif /* Included_hdf_hdf5lib_H5_H5PDAPL */ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,8 +10,8 @@ | |
* [email protected]. * | ||
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ | ||
|
||
#ifndef _Included_hdf_hdf5lib_H5_H5PDCPL | ||
#define _Included_hdf_hdf5lib_H5_H5PDCPL | ||
#ifndef Included_hdf_hdf5lib_H5_H5PDCPL | ||
#define Included_hdf_hdf5lib_H5_H5PDCPL | ||
|
||
#include <jni.h> | ||
|
||
|
@@ -320,4 +320,4 @@ JNIEXPORT jstring JNICALL Java_hdf_hdf5lib_H5_H5Pget_1virtual_1prefix(JNIEnv *, | |
} /* end extern "C" */ | ||
#endif /* __cplusplus */ | ||
|
||
#endif /* _Included_hdf_hdf5lib_H5_H5PDCPL */ | ||
#endif /* Included_hdf_hdf5lib_H5_H5PDCPL */ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,8 +10,8 @@ | |
* [email protected]. * | ||
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ | ||
|
||
#ifndef _Included_hdf_hdf5lib_H5_H5PDXPL | ||
#define _Included_hdf_hdf5lib_H5_H5PDXPL | ||
#ifndef Included_hdf_hdf5lib_H5_H5PDXPL | ||
#define Included_hdf_hdf5lib_H5_H5PDXPL | ||
|
||
#include <jni.h> | ||
|
||
|
@@ -181,4 +181,4 @@ JNIEXPORT jint JNICALL Java_hdf_hdf5lib_H5_H5Pget_1btree_1ratios(JNIEnv *, jclas | |
} /* end extern "C" */ | ||
#endif /* __cplusplus */ | ||
|
||
#endif /* _Included_hdf_hdf5lib_H5_H5PDXPL */ | ||
#endif /* Included_hdf_hdf5lib_H5_H5PDXPL */ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,8 +10,8 @@ | |
* [email protected]. * | ||
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ | ||
|
||
#ifndef _Included_hdf_hdf5lib_H5_H5PFAPL | ||
#define _Included_hdf_hdf5lib_H5_H5PFAPL | ||
#ifndef Included_hdf_hdf5lib_H5_H5PFAPL | ||
#define Included_hdf_hdf5lib_H5_H5PFAPL | ||
|
||
#include <jni.h> | ||
|
||
|
@@ -476,4 +476,4 @@ JNIEXPORT jint JNICALL Java_hdf_hdf5lib_H5_H5Pget_1libver_1bounds(JNIEnv *, jcla | |
} /* end extern "C" */ | ||
#endif /* __cplusplus */ | ||
|
||
#endif /* _Included_hdf_hdf5lib_H5_H5PFAPL */ | ||
#endif /* Included_hdf_hdf5lib_H5_H5PFAPL */ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,8 +10,8 @@ | |
* [email protected]. * | ||
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ | ||
|
||
#ifndef _Included_hdf_hdf5lib_H5_H5PFCPL | ||
#define _Included_hdf_hdf5lib_H5_H5PFCPL | ||
#ifndef Included_hdf_hdf5lib_H5_H5PFCPL | ||
#define Included_hdf_hdf5lib_H5_H5PFCPL | ||
|
||
#include <jni.h> | ||
|
||
|
@@ -170,4 +170,4 @@ JNIEXPORT jint JNICALL Java_hdf_hdf5lib_H5_H5Pget_1shared_1mesg_1phase_1change(J | |
} /* end extern "C" */ | ||
#endif /* __cplusplus */ | ||
|
||
#endif /* _Included_hdf_hdf5lib_H5_H5PFCPL */ | ||
#endif /* Included_hdf_hdf5lib_H5_H5PFCPL */ |
Oops, something went wrong.