Commit Graph

233 Commits

Author SHA1 Message Date
Sam Harwell 484ae78936 Move Checksum and CRC32 classes to testing library since they aren't used in the runtime (fixes #48) 2014-06-30 23:06:26 -05:00
Sam Harwell ded0a6a04f Fix build errors in newly generated code 2014-06-30 22:58:34 -05:00
Sam Harwell c860ff779f Merge branch 'sharpen' 2014-06-30 22:44:37 -05:00
Sam Harwell 2a3412ff73 Update to the latest release of ANTLR 4 2014-06-30 22:39:33 -05:00
Sam Harwell d206a6e001 Merge pull request #46 from sharwell/support-net451
Fix code generation support for .NET 4.5.1
2014-04-28 07:03:44 -05:00
Sam Harwell 6789bd6cbc Merge pull request #45 from sharwell/fix-32
Add the ability to explicitly specify the path to the Java executable
2014-04-28 07:02:15 -05:00
Sam Harwell 6472972efb Fix code generation support for .NET 4.5.1 2014-04-28 05:42:51 -05:00
Sam Harwell d0e425cf35 Fix string.Format syntax (fixes #40) 2014-04-28 05:42:24 -05:00
Sam Harwell d63a9e3132 Add the ability to explicitly specify the path to the Java executable (fixes #32, fixes #34) 2014-04-28 05:41:52 -05:00
Sam Harwell 2ace0f628a Updated version numbers for next development cycle 2014-04-08 21:00:26 -05:00
Sam Harwell 06acb21c7d Updated version numbers for release 4.2.2-alpha001 2014-04-08 07:05:40 -05:00
Sam Harwell 2dbc91f801 Update reference to obsolete method 2014-04-08 07:00:43 -05:00
Sam Harwell c612973d4c Updated build dependencies 2014-04-08 06:46:56 -05:00
Sam Harwell 5763eb8be8 Working on development version 4.2.2 2014-04-08 06:34:40 -05:00
Sam Harwell db2fe9dca9 Fix build errors in newly generated code 2014-04-08 06:32:09 -05:00
Sam Harwell f71699e20a Merge branch 'sharpen' 2014-04-08 06:23:33 -05:00
Sam Harwell a41a70f71a Update to the latest release of ANTLR 4 2014-04-08 06:21:59 -05:00
Sam Harwell 6eb48b45bc Updated version numbers for next development cycle 2014-03-25 16:19:15 -05:00
Sam Harwell 71a9f87b50 Updated version numbers for release 4.2.1-alpha001 2014-03-25 16:01:29 -05:00
Sam Harwell 9b35c63396 Updated build dependencies 2014-03-25 16:01:28 -05:00
Sam Harwell a6daadf360 Working on development version 4.2.1 2014-03-25 14:48:45 -05:00
Sam Harwell a14b197714 Fix issues in newly generated code 2014-03-25 14:48:19 -05:00
Sam Harwell 53f2c8f1a6 Merge branch 'sharpen' 2014-03-25 14:22:53 -05:00
Sam Harwell 0a3e6f00a8 Update to the latest release of ANTLR 4 2014-03-25 14:21:24 -05:00
Sam Harwell 3d5694264f Updated assembly informational version for next development cycle 2014-02-18 17:47:37 -06:00
Sam Harwell 9acf9c8fb7 Updated assembly informational version for release 2014-02-18 17:40:31 -06:00
Sam Harwell 424787bf43 Merge branch 'sharpen' 2014-02-18 09:50:36 -06:00
Sam Harwell c15992da79 Re-translate source with updated configuration 2014-02-18 09:48:56 -06:00
Sam Harwell dfbf806c4d Updated test projects to use the latest NuGet package for code generation 2014-02-18 09:40:26 -06:00
Sam Harwell 5b3e585183 Updated build task to use the latest version of the tool 2014-02-18 09:40:20 -06:00
Sam Harwell e926e5e42f Fix output folders for portable framework release 2014-02-18 06:51:00 -06:00
Sam Harwell 3ad2554087 Updated assembly versions 2014-02-16 21:54:39 -06:00
Sam Harwell 9d73c12b30 Enable NuGet package restore 2014-02-16 21:45:32 -06:00
Sam Harwell 593275784b Fix build errors produced by the latest Sharpen-generated code 2014-02-16 21:24:24 -06:00
Sam Harwell 61ecdf7289 Merge branch 'sharpen' 2014-02-16 15:38:23 -06:00
Sam Harwell 94ad1d162d Merge branch 'sharpen' 2014-02-16 15:25:16 -06:00
Sam Harwell 082f0bbfad Merge branch 'sharpen' 2014-02-16 15:03:32 -06:00
Sam Harwell 5b9c45fb30 Update to the latest release of ANTLR 4 2014-02-16 14:51:37 -06:00
Sam Harwell 828f0639a7 Set wrapping width to 1000 2014-02-16 13:33:54 -06:00
Sam Harwell bf070cf58f Updated working build of Sharpen 2014-02-16 13:31:35 -06:00
Sam Harwell 2ac3c96464 Use TextReader instead of StreamReader where possible 2013-09-15 11:46:28 -05:00
Kazunori Sakamoto 3db39af8b2 Change AntlrInputStream to use TextReader instead of StreamReader. 2013-09-15 17:37:44 +09:00
Sam Harwell 9918154f34 Fix the case of two files' names 2013-08-28 19:10:11 -05:00
Sam Harwell d27cd5f634 Build separate NuGet packages for the tool and the runtime (allows separation of VS2008 and VS2010+ features) 2013-08-05 22:41:32 -05:00
Sam Harwell 66c64be11b Add additional logging for exceptional situations 2013-08-05 19:38:21 -05:00
Sam Harwell 1fc1f5dda7 Fix Guid deserialization 2013-08-05 19:37:53 -05:00
Sam Harwell c9a02cd707 Fix behavior when spaces are in the path (fixes #6) 2013-08-05 19:37:39 -05:00
Sam Harwell a2a1eef6c3 Updated several documentation comments 2013-08-04 22:36:11 -05:00
Sam Harwell 9c20726f0a Allow spaces in the project path (fixes #6) 2013-08-04 22:23:15 -05:00
Sam Harwell 81459fb10c Simplify and fix bugs in ANTLRInputStream 2013-08-04 22:16:06 -05:00