Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
O
ogs
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Karsten Rink
ogs
Commits
ab42cfbd
Commit
ab42cfbd
authored
5 years ago
by
Lars Bilke
Browse files
Options
Downloads
Patches
Plain Diff
[BL] Removed build_timestamp.
parent
4ea7df26
No related branches found
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
Applications/FileIO/Gmsh/GMSHInterface.cpp
+0
-3
0 additions, 3 deletions
Applications/FileIO/Gmsh/GMSHInterface.cpp
BaseLib/BuildInfo.cpp.in
+0
-3
0 additions, 3 deletions
BaseLib/BuildInfo.cpp.in
BaseLib/BuildInfo.h
+0
-2
0 additions, 2 deletions
BaseLib/BuildInfo.h
with
0 additions
and
8 deletions
Applications/FileIO/Gmsh/GMSHInterface.cpp
+
0
−
3
View file @
ab42cfbd
...
@@ -75,9 +75,6 @@ GMSHInterface::~GMSHInterface()
...
@@ -75,9 +75,6 @@ GMSHInterface::~GMSHInterface()
bool
GMSHInterface
::
write
()
bool
GMSHInterface
::
write
()
{
{
_out
<<
"// GMSH input file created by OpenGeoSys "
<<
BaseLib
::
BuildInfo
::
ogs_version
;
_out
<<
"// GMSH input file created by OpenGeoSys "
<<
BaseLib
::
BuildInfo
::
ogs_version
;
#ifdef BUILD_TIMESTAMP
_out
<<
" built on "
<<
BaseLib
::
BuildInfo
::
build_timestamp
;
#endif
_out
<<
"
\n\n
"
;
_out
<<
"
\n\n
"
;
return
writeGMSHInputFile
(
_out
)
<=
0
;
return
writeGMSHInputFile
(
_out
)
<=
0
;
...
...
This diff is collapsed.
Click to expand it.
BaseLib/BuildInfo.cpp.in
+
0
−
3
View file @
ab42cfbd
...
@@ -16,9 +16,6 @@ namespace BaseLib
...
@@ -16,9 +16,6 @@ namespace BaseLib
namespace BuildInfo
namespace BuildInfo
{
{
const std::string build_timestamp("@BUILD_TIMESTAMP@");
const std::string cmake_cxx_compiler("@CMAKE_CXX_COMPILER@");
const std::string cmake_cxx_compiler("@CMAKE_CXX_COMPILER@");
const std::string cmake_cxx_flags("@CMAKE_CXX_FLAGS@");
const std::string cmake_cxx_flags("@CMAKE_CXX_FLAGS@");
const std::string cmake_cxx_flags_release("@CMAKE_CXX_FLAGS_RELEASE@");
const std::string cmake_cxx_flags_release("@CMAKE_CXX_FLAGS_RELEASE@");
...
...
This diff is collapsed.
Click to expand it.
BaseLib/BuildInfo.h
+
0
−
2
View file @
ab42cfbd
...
@@ -20,8 +20,6 @@ namespace BaseLib
...
@@ -20,8 +20,6 @@ namespace BaseLib
namespace
BuildInfo
namespace
BuildInfo
{
{
extern
BASELIB_EXPORT
const
std
::
string
build_timestamp
;
extern
BASELIB_EXPORT
const
std
::
string
cmake_cxx_compiler
;
extern
BASELIB_EXPORT
const
std
::
string
cmake_cxx_compiler
;
extern
BASELIB_EXPORT
const
std
::
string
cmake_cxx_flags
;
extern
BASELIB_EXPORT
const
std
::
string
cmake_cxx_flags
;
extern
BASELIB_EXPORT
const
std
::
string
cmake_cxx_flags_release
;
extern
BASELIB_EXPORT
const
std
::
string
cmake_cxx_flags_release
;
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment