Aegisub/aegisub/reporter
Thomas Goyne 07da6f6f1b Split json::Number into json::Double and json::Integer
Trying to decide whether an option should be an int or double after
discarding the differences between "1.0" and "1" simply isn't possible,
and even if an option was initialized correctly, if it was changed to a
round number it could get written as an int and break later.

Also convert cajun to tabs because three spaces to indent is terrible.

Originally committed to SVN as r6018.
2011-12-22 21:12:25 +00:00
..
include Add missing headers and sort. 2011-01-08 15:18:58 +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 Fix reporter compilation errors 2011-07-16 03:36:42 +00:00
main.h Add @ingroup tags and another doxygen comment. 2009-09-26 09:38:17 +00:00
Makefile Add GL to the reporter's LDFLAGS 2011-11-08 03:43:01 +00:00
platform.cpp Silence warning. 2011-01-08 15:25:04 +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 Add JSON stubs, remove a bunch of now obsolete code. 2011-01-03 13:20:53 +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 Fix osx reporter compilation. Patch by torque. Closes #1366. 2011-11-20 17:34:52 +00:00
platform_unix_osx.h Re-add platform-specific headers and fix prototypes. 2011-01-08 15:24:35 +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 Split json::Number into json::Double and json::Integer 2011-12-22 21:12:25 +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 Fix osx reporter compilation. Patch by torque. Closes #1366. 2011-11-20 17:34:52 +00: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