Skip to content

Commit

Permalink
Update and add missing examples.
Browse files Browse the repository at this point in the history
  • Loading branch information
dak180 committed Aug 1, 2015
1 parent 56d31c1 commit 671702c
Show file tree
Hide file tree
Showing 3 changed files with 51 additions and 15 deletions.
30 changes: 15 additions & 15 deletions examples/autorevision.hpp
Original file line number Diff line number Diff line change
@@ -1,24 +1,24 @@
/* Generated by autorevision - do not hand-hack! */

#ifndef ASTROGRAPH_AUTOREVISION_H
#define ASTROGRAPH_AUTOREVISION_H
#ifndef AUTOREVISION_AUTOREVISION_H
#define AUTOREVISION_AUTOREVISION_H

namespace astrograph
namespace autorevision
{
const std::string VCS_TYPE = "git";
const std::string VCS_BASENAME = "ASTROGRAPH";
const std::string VCS_UUID = "71b897a43ec3c90edec23568d823548bc7522ca7";
const int VCS_NUM = 734;
const std::string VCS_DATE = "2014-10-02T17:48:38-1000";
const std::string VCS_BRANCH = "release/CRAVEN-IOC";
const std::string VCS_TAG = "";
const int VCS_TICK = 734;
const std::string VCS_EXTRA = "";
const std::string VCS_TYPE = "git";
const std::string VCS_BASENAME = "autorevision";
const std::string VCS_UUID = "da2830f81fec4c6ebce8ebf23f35b0e6b066c149";
const int VCS_NUM = 292;
const std::string VCS_DATE = "2015-07-31T21:15:47-0400";
const std::string VCS_BRANCH = "master";
const std::string VCS_TAG = "v/1.12";
const int VCS_TICK = 9;
const std::string VCS_EXTRA = "";

const std::string VCS_FULL_HASH = "411edd1dc0e4dcbbecfa3c417d87f8ab40e2424f";
const std::string VCS_SHORT_HASH = "411edd1";
const std::string VCS_FULL_HASH = "56d31c116f8239ae38f2c251946cd5811c47afe1";
const std::string VCS_SHORT_HASH = "56d31c1";

const int VCS_WC_MODIFIED = 0;
const int VCS_WC_MODIFIED = 0;
}

#endif
Expand Down
18 changes: 18 additions & 0 deletions examples/autorevision.matlab
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
% Generated by autorevision - do not hand-hack!

VCS_TYPE = 'git';
VCS_BASENAME = 'autorevision';
VCS_UUID = 'da2830f81fec4c6ebce8ebf23f35b0e6b066c149';
VCS_NUM = 292;
VCS_DATE = '2015-07-31T21:15:47-0400';
VCS_BRANCH = 'master';
VCS_TAG = 'v/1.12';
VCS_TICK = 9;
VCS_EXTRA = '';

VCS_FULL_HASH = '56d31c116f8239ae38f2c251946cd5811c47afe1';
VCS_SHORT_HASH = '56d31c1';

VCS_WC_MODIFIED = FALSE;

% end
18 changes: 18 additions & 0 deletions examples/autorevision.octave
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
% Generated by autorevision - do not hand-hack!

VCS_TYPE = 'git';
VCS_BASENAME = 'autorevision';
VCS_UUID = 'da2830f81fec4c6ebce8ebf23f35b0e6b066c149';
VCS_NUM = 292;
VCS_DATE = '2015-07-31T21:15:47-0400';
VCS_BRANCH = 'master';
VCS_TAG = 'v/1.12';
VCS_TICK = 9;
VCS_EXTRA = '';

VCS_FULL_HASH = '56d31c116f8239ae38f2c251946cd5811c47afe1';
VCS_SHORT_HASH = '56d31c1';

VCS_WC_MODIFIED = 0;

% end

0 comments on commit 671702c

Please sign in to comment.