Commit Graph

270 Commits

Author SHA1 Message Date
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
Sam Harwell e57ead1410 Rename Sharpen namespace to Antlr4.Runtime.Sharpen to avoid naming conflicts 2014-06-30 23:36:59 -05:00
Sam Harwell 90d2fee8ae Use the client profile for the .NET 3.5 and .NET 4.0 builds 2014-06-30 23:33:30 -05:00
Sam Harwell a07194b88c Rename projects, assemblies, and preprocessor directives to more closely match NuGet packaging 2014-06-30 23:29:41 -05:00
Sam Harwell d975107e81 Merge pull request #53 from sharwell/cleanup
Cleanup
2014-06-30 23:24:41 -05:00
Sam Harwell f3efcaf09c Specify StringComparison in call to Equals 2014-06-30 23:26:35 -05:00
Sam Harwell 1e851dc565 Fix errors in documentation comments 2014-06-30 23:26:21 -05:00
Sam Harwell fb0adf1ce5 Remove dead code statements 2014-06-30 23:07:49 -05:00
Sam Harwell 72968775bd Fix errors in documentation comments 2014-06-30 23:07:49 -05:00
Sam Harwell 984261221c Mark Sharpen classes internal where possible 2014-06-30 23:06:38 -05:00
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