-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
a95ec66
commit 9b37f1c
Showing
25 changed files
with
548 additions
and
338 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
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 |
---|---|---|
@@ -0,0 +1,27 @@ | ||
/********************************************************************************************************************** | ||
* Copyright (c) 2021 Concurrent Technologies Corporation. * | ||
* * | ||
* Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance * | ||
* with the License. You may obtain a copy of the License at * | ||
* * | ||
* http://www.apache.org/licenses/LICENSE-2.0 * | ||
* * | ||
* Unless required by applicable law or agreed to in writing, software is distributed under the License is * | ||
* distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or * | ||
* implied. See the License for the specific language governing permissions and limitations under the License. * | ||
* * | ||
**********************************************************************************************************************/ | ||
|
||
/** | ||
* @file features.h | ||
* @brief Features that are available on the current platform. | ||
*/ | ||
|
||
#ifndef OMEGA_EDIT_FEATURES_H | ||
#define OMEGA_EDIT_FEATURES_H | ||
|
||
#cmakedefine HAVE_FOPEN_S | ||
#cmakedefine HAVE_FSEEKO | ||
#cmakedefine HAVE_FTELLO | ||
|
||
#endif//OMEGA_EDIT_FEATURES_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 |
---|---|---|
@@ -0,0 +1,26 @@ | ||
/********************************************************************************************************************** | ||
* Copyright (c) 2021 Concurrent Technologies Corporation. * | ||
* * | ||
* Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance * | ||
* with the License. You may obtain a copy of the License at * | ||
* * | ||
* http://www.apache.org/licenses/LICENSE-2.0 * | ||
* * | ||
* Unless required by applicable law or agreed to in writing, software is distributed under the License is * | ||
* distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or * | ||
* implied. See the License for the specific language governing permissions and limitations under the License. * | ||
* * | ||
**********************************************************************************************************************/ | ||
|
||
/** | ||
* @file features.h | ||
* @brief Features that are available on the current platform. | ||
* @warning Dummy file to satisfy IDEs. A real version is generated at build time. | ||
*/ | ||
|
||
#ifndef OMEGA_EDIT_FEATURES_H | ||
#define OMEGA_EDIT_FEATURES_H | ||
|
||
/* DUMMY */ | ||
|
||
#endif//OMEGA_EDIT_FEATURES_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
Oops, something went wrong.