Aegisub/aegisub/reporter
Thomas Goyne 1e030289ad Revamp how version tagging works
Rather than having it be a configurable option, simply build in final
release mode if Aegisub is being built from a signed tag, and get the
version information from that tag.

Drop the version number from the OS X app bundle when not building from
a tag as it done everywhere else. Drop the arch suffix since ppc hasn't
been tested in years and isn't worth testing as it's only going to get
less relevant as time goes on.

Remove some redundant definitions in the build system.
2012-08-19 14:33:50 -07:00
..
include Remove all references to QuickTime, as the QuickTime provider is long gone 2012-02-23 19:28:29 +00:00
Makefile Update distdir generation 2012-01-14 18:46:43 +00:00
aegisub.cpp Fix reporter compilation errors 2011-07-16 03:36:42 +00:00
aegisub.h Fix compilation errors with precompiled headers disabled 2011-07-16 06:42:55 +00:00
libraries.cpp * Remove all vestiges of XML. 2011-01-03 14:28:24 +00:00
main.cpp Split the json log writing into a seperate class from LogSink 2012-01-08 01:36:23 +00:00
main.h Add @ingroup tags and another doxygen comment. 2009-09-26 09:38:17 +00:00
platform.cpp Remove all references to QuickTime, as the QuickTime provider is long gone 2012-02-23 19:28:29 +00:00
platform_unix.cpp Convert rest of the values to JSON. 2011-01-03 13:33:53 +00:00
platform_unix.h Convert rest of the values to JSON. 2011-01-03 13:33:53 +00:00
platform_unix_bsd.cpp Fix a bunch of -pedantic stuff 2011-12-28 21:27:06 +00:00
platform_unix_bsd.h Add JSON stubs, remove a bunch of now obsolete code. 2011-01-03 13:20:53 +00:00
platform_unix_linux.cpp Fix compilation of linux support in the reporter. 2011-01-08 15:38:30 +00:00
platform_unix_linux.h Fix compilation of linux support in the reporter. 2011-01-08 15:38:30 +00:00
platform_unix_osx.cpp Remove all references to QuickTime, as the QuickTime provider is long gone 2012-02-23 19:28:29 +00:00
platform_unix_osx.h Remove all references to QuickTime, as the QuickTime provider is long gone 2012-02-23 19:28:29 +00:00
platform_windows.cpp Replace all instances of wxString with std::string where possible. 2011-01-04 00:22:55 +00:00
platform_windows.h Re-add platform-specific headers and fix prototypes. 2011-01-08 15:24:35 +00:00
progress.cpp Add @ingroup tags and another doxygen comment. 2009-09-26 09:38:17 +00:00
progress.h Fix reporter compilation without precompiled headers 2009-09-26 14:53:27 +00:00
r_pre.cpp Create vcproj for reporter and make it build (but not be very useful) on windows. 2009-10-03 17:16:52 +00:00
r_pre.h * wxString is really annoying. 2011-01-03 15:46:21 +00:00
report.cpp Remove all references to QuickTime, as the QuickTime provider is long gone 2012-02-23 19:28:29 +00:00
report.h * wxString is really annoying. 2011-01-03 15:46:21 +00:00
sha256.c Add @ingroup tags and another doxygen comment. 2009-09-26 09:38:17 +00:00
sha256.h Add @ingroup tags and another doxygen comment. 2009-09-26 09:38:17 +00:00
upload.cpp Replace all instances of wxString with std::string where possible. 2011-01-04 00:22:55 +00:00
upload.h Replace all instances of wxString with std::string where possible. 2011-01-04 00:22:55 +00:00
util.cpp Revamp how version tagging works 2012-08-19 14:33:50 -07:00
util.h Add utilities to a util:: namespace for clarity. 2011-01-08 19:16:11 +00:00
view.cpp Add missing headers and sort. 2011-01-08 15:18:58 +00:00
view.h Replace all instances of wxString with std::string where possible. 2011-01-04 00:22:55 +00:00