Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
LOFAR
Manage
Activity
Members
Labels
Plan
Issues
Wiki
Jira issues
Open Jira
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Code review 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
RadioObservatory
LOFAR
Commits
f757b2eb
Commit
f757b2eb
authored
15 years ago
by
Marcel Loose
Browse files
Options
Downloads
Patches
Plain Diff
Bug 1310: Removed generated Package__Version.h file from LCS/Stream
parent
2b5a2b8c
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
LCS/Stream/include/Stream/Package__Version.h
+0
-40
0 additions, 40 deletions
LCS/Stream/include/Stream/Package__Version.h
with
0 additions
and
40 deletions
LCS/Stream/include/Stream/Package__Version.h
deleted
100644 → 0
+
0
−
40
View file @
2b5a2b8c
//# Get revision info; generated by CMake/makeversion
#ifndef LOFAR_STREAM_PACKAGE__VERSION_H
#define LOFAR_STREAM_PACKAGE__VERSION_H
#include
<Common/Version.h>
// Class to get the version (revision) of the package and the packages it uses.
namespace
LOFAR
{
class
StreamVersion
{
public:
// Get the info for this package.
static
Version
getInfo
();
// Get the version number of the package (as given in repository).
static
std
::
string
getVersion
();
// Get the svn version number of the package according to CMakeLists.txt.
static
std
::
string
getConfVersion
();
// Get the global revision number of the package.
static
std
::
string
getRevision
();
// Get the local revision number of the package.
static
std
::
string
getPackageRevision
();
// Get the number of files differing from repository.
// Usually this is blank, but it can tell the nr of changed files.
static
std
::
string
getNrChangedFiles
();
// Get the date/time the package was built (in fact, configured).
static
std
::
string
getBuildTime
();
// Get the name of the user who built the package.
static
std
::
string
getBuildUser
();
// Get the machine the package was built on.
static
std
::
string
getBuildMachine
();
// Append the vector with the vinfo of this package and used packages.
static
void
fillInfo
(
int
level
,
std
::
vector
<
Version
::
PkgInfo
>&
vec
);
};
}
#endif
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