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
|
6736b3f900
|
Added NuGet support
|
2013-08-04 16:36:34 -05:00 |
Sam Harwell
|
880bc161a2
|
Updated Maven references in pom.xml
|
2013-08-04 16:24:23 -05:00 |
Sam Harwell
|
5070954050
|
Updated pom.xml - now working on the 4.1 release
|
2013-08-04 16:24:05 -05:00 |
Sam Harwell
|
e48e2d7436
|
Add LICENSE.txt to repository
|
2013-08-04 16:23:06 -05:00 |
Sam Harwell
|
6e198f8e0e
|
Fix XML documentation warnings
|
2013-04-17 21:42:17 -05:00 |
Sam Harwell
|
d01a221a6f
|
Generate XML documentation for the runtime library during the build
|
2013-04-17 21:41:58 -05:00 |
Sam Harwell
|
290c5d5e82
|
Fix output path for release build of Antlr4.Runtime.CF3.5.dll
|
2013-04-17 21:41:29 -05:00 |
Sam Harwell
|
9babc9527a
|
Merge branch 'compact-framework-3.5'
|
2013-04-17 20:53:25 -05:00 |
Sam Harwell
|
e0300618c7
|
Fix grammar IntelliSense in Visual Studio 2008 / MSBuild 3.5
|
2013-04-17 20:51:44 -05:00 |
Sam Harwell
|
75ae586e50
|
The Target element in MSBuild 3.5 doesn't support the AfterTargets attribute
|
2013-04-17 20:51:11 -05:00 |
Sam Harwell
|
78e9b97437
|
Update assembly names in UsingTask definitions
|
2013-04-17 20:50:38 -05:00 |
Sam Harwell
|
44f943486b
|
Remove incorrect assembly reference
|
2013-04-17 20:49:28 -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
|
785585199c
|
Separate MSBuild integration for .NET 3.5 and .NET 4.0 toolchains
|
2013-04-17 19:02:01 -05:00 |
Sam Harwell
|
f9718aa62f
|
Merge branch 'codeanalysis'
|
2013-03-25 10:24:35 -05:00 |
Sam Harwell
|
e987cebef3
|
Abstract class should use protected constructor
|
2013-03-25 10:23:39 -05:00 |
Sam Harwell
|
4a9fe95354
|
Use inline initializer instead of static constructor
|
2013-03-25 10:23:17 -05:00 |
Sam Harwell
|
621281fa67
|
Implement ContainsAll with IEnumerable<ATNConfig> instead of ICollection<_T0>
|
2013-03-25 10:22:50 -05:00 |
Sam Harwell
|
b0050b6bdc
|
Address code analysis messages
|
2013-03-14 07:02:57 -05:00 |
Sam Harwell
|
dd5fd62818
|
Mark the assemblies not CLS compliant
|
2013-03-14 05:43:34 -05:00 |
Sam Harwell
|
3c0b96c413
|
Allow specifying the JVM vendor (default JavaSoft) and installation (default Java Runtime Environment) in the project file
|
2013-03-14 05:41:48 -05:00 |
Sam Harwell
|
092078e5bf
|
The JavaHome property and TryGetJavaHome methods are now static
|
2013-03-14 05:32:34 -05:00 |
Sam Harwell
|
c6bb5be737
|
Actually use the registryView parameter
|
2013-03-14 05:31:47 -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
|
f494410681
|
Check for both the 32- and 64-bit versions of Java (fixes #2)
|
2013-03-11 21:46:45 -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
|
d41f4ba906
|
Need to use the full path for source files or relative output directories will be used and tokens files won't be found
|
2013-03-05 17:39:08 -06:00 |
Sam Harwell
|
37b15b0e22
|
Merge branch 'portable'
|
2013-03-05 15:35:19 -06: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
|
5bd661e115
|
Portable class library does not support direct file IO
|
2013-03-05 15:34:23 -06:00 |
Sam Harwell
|
307464f818
|
Portable class library does not support console IO
|
2013-03-05 15:34:22 -06:00 |
Sam Harwell
|
00689a40bc
|
Remove debug, dfa_debug, and retry_debug from portable library
|
2013-03-05 15:34:21 -06:00 |
Sam Harwell
|
7049163595
|
Add Portable Class Library C# target variant
|
2013-03-05 15:34:15 -06:00 |
Sam Harwell
|
f67c42d5fb
|
Use Dispose instead of Close for portability
|
2013-03-05 15:34:13 -06:00 |
Sam Harwell
|
1f76add8cb
|
Fix incorrect type checks in TrimToSizeListener
|
2013-03-05 15:34:12 -06:00 |
Sam Harwell
|
a47c2933e9
|
Fix IntelliSense issues in projects that reference both Antlr3.targets and Antlr4.targets
|
2013-02-28 20:15:15 -06:00 |
Sam Harwell
|
c9ababc081
|
Fix project modification instructions in readme
|
2013-02-28 11:41:51 -06:00 |
Sam Harwell
|
e01320c5a2
|
Updated readme to mention multiple targets
|
2013-02-27 21:34:56 -06:00 |
Sam Harwell
|
ce6296416e
|
Updated runtime assembly info in preparation for release
|
2013-02-27 21:10:39 -06:00 |
Sam Harwell
|
8dc10d4733
|
Updated preprocessor definitions for NET_2_0 and NET_3_0
|
2013-02-27 21:10:11 -06:00 |
Sam Harwell
|
30b69549fc
|
Updated build binaries
|
2013-02-27 21:04:58 -06:00 |
Sam Harwell
|
c64ad1924e
|
Constructor is protected when the generated parser is abstract
|
2013-02-27 20:56:22 -06:00 |
Sam Harwell
|
9e341411ad
|
Use "parser" instead of just "p"
|
2013-02-27 20:54:51 -06:00 |
Sam Harwell
|
eb310ae3e8
|
Use <%...%> instead of "..."
|
2013-02-27 20:53:43 -06:00 |