Mark Liversedge 4cb26cf27c DataFilter if/else support
.. Added if else logic but could not avoid
   needing the statement to be terminated with a
   semi-colon (;)

.. so examples are:

   if (TSS>100) TSS; else 0;

   if (TSS>100) {
      temp <- TSS;
      temp;
   } else {
      temp <- BikeScore;
      temp;
   }

.. Doesn't add much beyond the existing conditional statement
   using '?' and ':' but is a lot more readable (!)
2015-12-05 20:51:45 +00:00
2015-08-11 20:27:45 +02:00
2015-12-04 08:40:06 +00:00
2015-09-18 08:49:39 +01:00
2015-12-03 13:30:05 +00:00
2015-08-24 21:12:32 +01:00
2015-01-15 18:03:15 +01:00
2014-06-01 16:58:38 +01:00
2015-12-05 20:51:45 +00:00
2015-12-03 14:58:38 +00:00
2015-11-08 10:07:02 +00:00
2015-12-03 13:30:05 +00:00
2015-11-29 22:19:02 +00:00
2015-11-14 21:53:15 +00:00
2015-11-25 19:48:42 +00:00
2015-01-14 10:32:50 +00:00
2015-11-16 01:32:08 -05:00
2013-03-08 17:20:41 -05:00
2015-10-29 20:24:30 -04:00

Golden Cheetah install and build instructions are documented for each platform;

INSTALL-WIN32 For building on Microsoft Windows

INSTALL-LINUX For building on Ubuntu Linux

INSTALL-MAC For building on Apple OS X

Build Status

Alternatively official builds are available from http://www.goldencheetah.org

whilst latest developer builds are available from http://goldencheetah.stand2surf.net

Languages
Standard ML 68.3%
C++ 28.1%
C 2.7%
Yacc 0.2%
QMake 0.2%
Other 0.1%