visualboyadvance-m/src
Rafael Kitover f5379ab806 read version and subversion info from Git
To get the version, find the last tag in git tag of the form "v2.0.0" or
"2.0.0". If this is the last tag and the current commit matches the ref
of this tag, the revision will be empty.

In the case that the current commit is not tagged with a version, to get
the revision, use the short sha unless the current commit is tagged with
something that is not a version string, e.g.  "feature-foo", in which
case the revision will be "feature-foo".

If the current commit is tagged as e.g. "v2.0.1-foo" or "2.0.1-foo" then
the version will be "2.0.1" and the revision will be "foo". Tags of this
form are also checked when finding the current version.

This is all done in cmake. If there is no git detected, the version will
be "2.0.0" and the revision will be "unknown".
2017-10-07 14:00:47 -07:00
..
apu updated standards to webkit standard 2016-07-08 19:59:29 -04:00
art merged sergio's icon patch for additional sizes. 2015-05-18 03:44:19 +00:00
common fix deadlock in SoundSDL::deinit() #139 #130 2017-09-21 15:39:30 -07:00
debian Some debian stuff, I honestly don't like debian packaging... but it's important for some people 2017-03-09 04:06:25 -05:00
filters make bins built with asm disable exec stack #98 2017-03-25 03:58:30 -07:00
gb Error case in gbCheatReadGSCodeFile 2017-02-12 04:26:21 -08:00
gba SUSE Lint: fix a few classes of warnings #136 2017-08-08 20:05:38 -07:00
libretro fix gameboy header-detection in libretro interface 2017-04-23 21:54:56 +00:00
sdl remove version.h in ConfigManager and AutoBuild.h 2017-08-27 13:32:13 -07:00
vita Working on getting libretro updated 2017-03-24 07:59:10 -04:00
wx minor code cleanup 2017-09-23 15:29:35 -07:00
AutoBuild.h updated standards to webkit standard 2016-07-08 19:59:29 -04:00
NLS.h updated standards to webkit standard 2016-07-08 19:59:29 -04:00
System.h Mac OS X 10.7 (Lion) build and runtime support 2016-11-03 10:49:13 -07:00
Util.cpp Kill common/Types.h, replace its old typedefs w/ standard types 2016-07-29 11:07:11 +02:00
Util.h Kill common/Types.h, replace its old typedefs w/ standard types 2016-07-29 11:07:11 +02:00
vba-over.ini how did the spanish version of fire red get its save type set to eeprom (savetype=1) 2012-05-23 06:40:11 +00:00
version.h.in read version and subversion info from Git 2017-10-07 14:00:47 -07:00