Commit Graph

35 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 710a4b11ef CLSCompliant version for mono 2014-11-18 01:47:28 +08:00
Sam Harwell 7dd8996d41 Added netcore45 and portable-net45 (Profile 78) assemblies 2014-07-02 22:57:21 -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 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 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 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 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
Sam Harwell fc7587d754 Remove dependency on CustomAttributeExtensions (available in .NET 4.5 only) 2013-02-27 12:48:10 -06:00
Sam Harwell 77d346406c Use bit operations instead of Enum.HasFlag 2013-02-27 12:19:52 -06:00
Sam Harwell 4862f07a86 Fix build warnings 2013-02-26 14:37:20 -06:00
Sam Harwell 9582a1e610 Use indexers instead of the Set and Put extensions where the return value is not used 2013-02-26 10:31:04 -06:00
Sam Harwell 54ebfa8625 Update RuleDependencyChecker to check assemblies instead of individual types 2013-02-25 15:15:47 -06:00
Sam Harwell 590ae4fe66 Implement runtime rule dependency checking 2013-02-25 15:09:31 -06:00
Sam Harwell 42d3ff06d3 Merge branch 'sharpen' 2013-02-25 14:38:47 -06:00
Sam Harwell cf73d49f6e checked and unchecked are keywords in C# 2013-02-25 14:38:30 -06:00
Sam Harwell 6b7eb5dad4 Updated RuleDependencyChecker to match the new behavior of RuleDependencyProcessor 2013-02-25 14:37:45 -06:00
Sam Harwell 6079069f99 Merge branch 'sharpen' 2013-02-25 13:24:05 -06:00
Sam Harwell 5e49211455 Constructors don't inherit visibility 2013-02-25 13:23:46 -06:00
Sam Harwell 148fc0f827 Merge branch 'sharpen' 2013-02-20 09:21:32 -06:00
Sam Harwell 39f51a4781 Move projects into runtime/CSharp 2013-02-20 09:19:59 -06:00