Jpp  18.6.0-rc.1
the software that should make you happy
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
JGITTags.cc
Go to the documentation of this file.
1 #include "Jeep/JGITTags.hh"
2 
3 namespace JEEP {}
4 namespace JPP { using namespace JEEP; }
5 
6 namespace JEEP {
7 
9  {
10  using namespace std;
11  using namespace JPP;
12 
13  static JGITTags_t buffer;
14 
15  if (buffer.empty()) {
16 
17 #ifdef GIT_TAGS
18 
19  istringstream in(GIT_TAGS);
20 
21  JDate<'-'> date;
22  string tag;
23 
24  while (in >> tag >> date) {
25  buffer.insert(make_pair(date, tag));
26  }
27 #endif
28  }
29 
30  return buffer;
31  }
32 }
33 
std::vector< std::string > getGITTags(const TRegexp &regexp, const JGITTags_t::key_type &date)
Get selection of GIT tags.
Auxiliary class for simple date.
Definition: JDate.hh:39
Dates GIT tags.
then fatal The output file must have the wildcard in the e g root fi eval JPrintDetector a $DETECTOR O IDENTIFIER eval JPrintDetector a $DETECTOR O SUMMARY JAcoustics sh $DETECTOR_ID source JAcousticsToolkit sh CHECK_EXIT_CODE typeset A EMITTERS get_tripods $WORKDIR tripod txt EMITTERS get_transmitters $WORKDIR transmitter txt EMITTERS for EMITTER in
Definition: JCanberra.sh:48