Commit Graph

292 Commits

Author SHA1 Message Date
Michael Kriese 704cd0863b Fixes #9: Wrong property name when building for target framework version v4.5. 2015-05-09 14:34:57 +02:00
ericvergnaud ea028ebbec Code signed for installing in the GAC 2015-01-10 23:58:23 +08:00
ericvergnaud 7acafdc75e git cleanup 2015-01-03 18:56:23 +08:00
Terence Parr 1b5d948ca0 add diagram bump version to 4.5 2014-12-17 11:14:02 -08:00
ericvergnaud b69c8efaf5 moved from $self to $parser
also added a test case for the above, and adjusted generated tests for
member tokens
2014-12-02 23:36:03 +08:00
ericvergnaud ac81816f38 add support for $self 2014-11-30 16:28:54 +08:00
ericvergnaud 940d47d6a2 house keeping 2014-11-25 00:14:02 +08:00
ericvergnaud fff8354eb8 visual studio support 2014-11-25 00:06:14 +00:00
ericvergnaud 0f557737da prepare release
all tests pass
added test for complement set
2014-11-23 02:02:22 +08:00
ericvergnaud 710a4b11ef CLSCompliant version for mono 2014-11-18 01:47:28 +08:00
Sam Harwell ab7b0ae558 Fix the Force ATN option 2014-10-25 13:04:22 -05:00
Sam Harwell f02285edd7 Update to development version 4.4.1 2014-09-30 06:50:19 -05:00
Sam Harwell e811a63b90 Case insensitive comparison in build task 2014-09-30 06:50:18 -05:00
Sam Harwell 728706046c Map .NET Framework [4.5, 5.0) to target CSharp_v4_5 2014-09-30 06:50:18 -05:00
Sam Harwell ed95652f60 Remove unnecessary casts 2014-09-30 05:14:03 -05:00
Sam Harwell d26af7c8fb Fix failure to create a copy of an array in Arrays.CopyOf 2014-09-30 05:10:45 -05:00
Sam Harwell 3fb54ffe5b Convert recent changes to C# 2014-09-30 05:01:34 -05:00
Sam Harwell a20e05e994 Merge branch 'sharpen' 2014-09-29 21:45:55 -05:00
Sam Harwell 53a6ff6564 Update project to include all files 2014-09-29 21:28:01 -05:00
Sam Harwell c3a7bdce7b Update to the latest working build of ANTLR 4 2014-09-29 21:26:05 -05:00
Sam Harwell 6140614e16 Check signing keys as an integral part of the build 2014-08-16 10:37:22 -05:00
Sam Harwell 61692ac972 Use signing key instead of assembly name to differentiate targets 2014-08-16 10:37:17 -05:00
Sam Harwell f375f89a97 Merge pull request #64 from sharwell/test-project-names
Use unique assembly names for test projects
2014-08-16 10:36:04 -05:00
Sam Harwell 12e116849a Merge pull request #65 from sharwell/wpa81
Include Windows Phone 8.1 support in PCL builds
2014-08-16 10:35:46 -05:00
Sam Harwell ac9e3b9bc9 Update NuGet references to the latest release of ANTLR 4 2014-08-16 10:31:55 -05:00
Sam Harwell f3bb171c7e Use unique assembly names for test projects so all tests can be loaded at once 2014-08-16 10:31:28 -05:00
Sam Harwell 507803e4ea Include Windows Phone 8.1 support in PCL builds 2014-08-16 10:30:54 -05:00
Sam Harwell 20b89b15e8 Merge branch 'sharpen' 2014-07-31 16:45:03 -05:00
Sam Harwell c78833e705 Update to latest build of Sharpen 2014-07-31 16:37:24 -05:00
Sam Harwell 75f10cbe4e Update version numbers for next development cycle 2014-07-07 06:30:46 -05:00
Sam Harwell 84b936a70a Updated version numbers for release 4.3.0 2014-07-06 14:32:59 -05:00
Sam Harwell 580ef4f950 Merge branch 'sharpen' 2014-07-04 20:42:13 -05:00
Sam Harwell bd8d057d02 Map java.util.Reader to System.IO.TextReader 2014-07-04 20:39:54 -05:00
Sam Harwell 9f90162a7d Map ArrayDeque and Deque to Stack 2014-07-04 20:39:20 -05:00
Sam Harwell 8a062443af Map putIfAbsent to GetOrAdd 2014-07-04 20:38:40 -05:00
Sam Harwell 20fdbad8af Merge branch 'sharpen' 2014-07-04 18:45:30 -05:00
Sam Harwell 9a23a7f3c5 Map java.util.UUID to System.Guid 2014-07-04 18:42:29 -05:00
Sam Harwell 0da1f54f19 Map Collection.add to Add instead of AddItem 2014-07-04 18:36:28 -05:00
Sam Harwell fd1cc448b0 * Update Sharpen namespace to Antlr4.Runtime.Sharpen at code generation time
* Support self-closing tags in XML documentation comments
* Use self-closing see tags when the content is just the name of the referenced item
2014-07-04 16:23:31 -05:00
Sam Harwell 3b7843d863 Sign the test assemblies with a publicly shared key 2014-07-02 22:57:40 -05:00
Sam Harwell cbd5d1ae85 Simplify the handling of SerializableAttribute in portable libraries 2014-07-02 22:57:38 -05:00
Sam Harwell 7dd8996d41 Added netcore45 and portable-net45 (Profile 78) assemblies 2014-07-02 22:57:21 -05:00
Sam Harwell 4ef578ec4d Extend PCL support to Silverlight 5 and Windows Phone 8 2014-07-02 22:57:20 -05:00
Sam Harwell 9995b33cb9 Simplify the handling of OperationCanceledException in net35-cf library 2014-07-02 22:55:23 -05:00
Sam Harwell caf366d9b4 Merge pull request #58 from sharwell/test-updates
Updated TestPerformance and associated code for the latest release
2014-07-02 21:58:23 -05:00
Sam Harwell 63053efd2a Updated TestPerformance and associated code for the latest release 2014-07-02 21:53:27 -05:00
Sam Harwell 1be22e5b1a Make Args a static class 2014-07-02 21:52:27 -05:00
Sam Harwell 2cdc0537fa Merge branch 'sharpen' 2014-07-02 21:48:26 -05:00
Sam Harwell eef89a0071 Convert many additional methods as C# properties 2014-07-02 21:09:13 -05:00
Sam Harwell 491078e327 Merge pull request #55 from sharwell/client-profile
Client profile
2014-06-30 23:36:18 -05:00