Sam Harwell
|
fcdd1a5c91
|
Merge pull request #63 from sharwell/gitignore
Updated .gitignore
|
2014-08-16 10:36:12 -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
|
3cfca9a7fa
|
Merge pull request #66 from sharwell/nuget-refs
Update NuGet references to the latest release of ANTLR 4
|
2014-08-16 10:35:12 -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
|
4c8b233afa
|
Updated .gitignore (profiling results, test results, and Roslyn cache as a directory)
|
2014-08-16 10:29:27 -05:00 |
Sam Harwell
|
7e2dfc53cd
|
Merge pull request #62 from rharrisxtheta/nuget-package-patch
Mark the parser generator NuGet packages as development dependencies.
|
2014-08-04 08:50:55 -05:00 |
Ryan Harris
|
fd79c662e7
|
Update nuspec minClientVersion's since we're using features from 2.7
|
2014-08-04 09:23:22 -04:00 |
Ryan Harris
|
3e276ba251
|
Mark the parser generator NuGet packages as development dependencies.
This way when you generate packages from projects using the parser generator, NuGet won't try to also reference the parser generator as a dependency.
|
2014-08-01 14:02:29 -04: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
|
30b8b1452d
|
Merge pull request #61 from sharwell/release/4.3.0
Release/4.3.0
|
2014-07-07 06:27:47 -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
|
0945922420
|
Merge pull request #60 from sharwell/fix-33
Updated portable targets
|
2014-07-02 22:56:13 -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
|
5924d1a9d2
|
Update NuGet target framework names for portable class libraries
|
2014-07-02 22:57:22 -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
|
38659d3b79
|
Merge pull request #59 from sharwell/operation-canceled-exception
Simplify the handling of OperationCanceledException in net35-cf library
|
2014-07-02 22:53:05 -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
|
fe326644fe
|
Merge pull request #57 from sharwell/static-args
Make Args a static class
|
2014-07-02 21:58:14 -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
|
c04f08e0f2
|
Merge pull request #56 from sharwell/templates
Update Tool and target templates to match changes in the Java build
|
2014-07-01 00:01:33 -05:00 |
Sam Harwell
|
f82ade808c
|
Update Tool and target templates to match changes in the Java build since the 4.2.2 release
|
2014-07-01 00:03:11 -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
|
0c70c2b24e
|
Merge pull request #54 from sharwell/sharpen-namespace
Rename Sharpen namespace to Antlr4.Runtime.Sharpen to avoid conflicts
|
2014-06-30 23:36:06 -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
|
1a2d57d0b3
|
Merge pull request #52 from sharwell/fix-48
Fix 48
|
2014-06-30 23:24:26 -05:00 |
Sam Harwell
|
fb0adf1ce5
|
Remove dead code statements
|
2014-06-30 23:07:49 -05:00 |