Commit Graph

74 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 fff8354eb8 visual studio support 2014-11-25 00:06:14 +00:00
ericvergnaud 710a4b11ef CLSCompliant version for mono 2014-11-18 01:47:28 +08: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 c3a7bdce7b Update to the latest working build of ANTLR 4 2014-09-29 21:26:05 -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 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 20fdbad8af Merge branch 'sharpen' 2014-07-04 18:45:30 -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 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 9995b33cb9 Simplify the handling of OperationCanceledException in net35-cf library 2014-07-02 22:55:23 -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 a07194b88c Rename projects, assemblies, and preprocessor directives to more closely match NuGet packaging 2014-06-30 23:29:41 -05:00
Sam Harwell 1e851dc565 Fix errors in documentation comments 2014-06-30 23:26:21 -05:00
Sam Harwell 72968775bd Fix errors in documentation comments 2014-06-30 23:07:49 -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 d0e425cf35 Fix string.Format syntax (fixes #40) 2014-04-28 05:42:24 -05: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 a2a1eef6c3 Updated several documentation comments 2013-08-04 22:36:11 -05:00
Sam Harwell 8111fa5872 Merge branch 'sharpen' 2013-08-04 21:37:35 -05:00
Sam Harwell fcf2482ab3 Sharpen can ignore JFileChooserConfirmOverwrite 2013-08-04 21:13:35 -05:00
Sam Harwell f74aabfac8 Updated to match ANTLR 4.1 release 2013-08-04 21:12:02 -05:00
Sam Harwell 6e198f8e0e Fix XML documentation warnings 2013-04-17 21:42:17 -05:00
Sam Harwell 6b0890a510 Added Antlr4.Runtime.CF3.5 assembly for .NET Compact Framework 3.5 (requires Visual Studio 2008 to build) 2013-04-17 20:15:57 -05:00
Sam Harwell fe57b88b4b Include the name of the attributed element for failed rule dependencies 2013-03-11 22:39:51 -05:00
Sam Harwell 451e562a34 Check all dependencies for an assembly before throwing an exception (if any is required) 2013-03-11 22:39:22 -05:00
Sam Harwell 8048f58b57 Fix format strings 2013-03-11 22:18:46 -05:00
Sam Harwell c9d8fceeb7 RuleDependencyChecker should examine non-public types and members as well 2013-03-11 21:46:09 -05:00
Sam Harwell 1b605a5e71 Add ICustomAttributeProvider wrappers to the portable library variant 2013-03-05 15:34:25 -06:00
Sam Harwell 0ea64b9bb1 SerializableAttribute is not available in the portable class library 2013-03-05 15:34:24 -06:00
Sam Harwell efc964bdc6 Use TryGetValue and ContainsKey instead of Get extension method 2013-02-27 18:52:07 -06:00
Sam Harwell 7e55c0a4e8 Merge branch 'sharpen' 2013-02-27 12:58:36 -06:00
Sam Harwell 191c24f89b Translate Set interface to HashSet instead of ISet for improved compatibility with earlier frameworks 2013-02-27 12:56:24 -06:00