repo string | commit string | message string | diff string |
|---|---|---|---|
antlr/antlrcs | 93b0dd9f8a24c30723570691145b36536e223e71 | Make sure the project builds if the nuspec file changes | diff --git a/Directory.Build.targets b/Directory.Build.targets
index 6c5b093..9447c47 100644
--- a/Directory.Build.targets
+++ b/Directory.Build.targets
@@ -1,8 +1,13 @@
<?xml version="1.0" encoding="utf-8"?>
<Project>
<ItemGroup>
<None Condition="'$(SignAssembly)' == 'true'" Include="$(AssemblyOriginatorKe... |
antlr/antlrcs | ef8a3bff56a0b70d54039df44eec6da0f6bbd6cb | Add Antlr3.Test to the set of test assemblies | diff --git a/Antlr3.Test/BaseTest.cs b/Antlr3.Test/BaseTest.cs
index a30e089..9579770 100644
--- a/Antlr3.Test/BaseTest.cs
+++ b/Antlr3.Test/BaseTest.cs
@@ -1,626 +1,626 @@
/*
* [The "BSD licence"]
* Copyright (c) 2005-2008 Terence Parr
* All rights reserved.
*
* Conversion to C#:
* Copyright (c) 2008 S... |
antlr/antlrcs | d37c1c41575224788169f8ee75d39e70b929ff4b | Remove obsolete documentation PublishingProcess.txt | diff --git a/Antlr3.sln b/Antlr3.sln
index 0f9dd7a..d5a091d 100644
--- a/Antlr3.sln
+++ b/Antlr3.sln
@@ -1,237 +1,236 @@

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.26724.1
MinimumVisualStudioVersion = 15.0
Project("{2150E333-8FDC-42A3-9474-1A3956D... |
antlr/antlrcs | bf4f5bf7ba603acefbfaac77ae9d7fabac7bb9b5 | Save source files with characters over U+007F as UTF-8 with BOM | diff --git a/Antlr4.Test.StringTemplate/TestRenderers.cs b/Antlr4.Test.StringTemplate/TestRenderers.cs
index 68ef39a..85fb44d 100644
--- a/Antlr4.Test.StringTemplate/TestRenderers.cs
+++ b/Antlr4.Test.StringTemplate/TestRenderers.cs
@@ -1,390 +1,390 @@
-/*
+/*
* [The "BSD license"]
* Copyright (c) 2011 Terence P... |
antlr/antlrcs | 3d5eb5b49629d88b28f4695fcfbbc74c7ae19ca7 | Fix TemplateGroupFile._url support for non-Windows systems | diff --git a/Antlr4.StringTemplate/TemplateGroupFile.cs b/Antlr4.StringTemplate/TemplateGroupFile.cs
index 85946e6..b034acf 100644
--- a/Antlr4.StringTemplate/TemplateGroupFile.cs
+++ b/Antlr4.StringTemplate/TemplateGroupFile.cs
@@ -1,226 +1,220 @@
/*
* [The "BSD license"]
* Copyright (c) 2011 Terence Parr
* All... |
antlr/antlrcs | 3f8cca823b9501d94ef1b3e97f3bfcff7466aa24 | Add Travis CI build for StringTemplate 4 | diff --git a/.travis.yml b/.travis.yml
new file mode 100644
index 0000000..0250460
--- /dev/null
+++ b/.travis.yml
@@ -0,0 +1,6 @@
+language: csharp
+dist: trusty
+mono: none
+dotnet: 2.0.0
+script:
+ - dotnet test Antlr4.Test.StringTemplate -f netcoreapp2.0
diff --git a/Antlr3.sln b/Antlr3.sln
index dcdd02f..0f9dd7a ... |
antlr/antlrcs | 564d1ca80900d9adfcdf09879c896b53a4ad3621 | Allow null TemplateFrame argument to TemplateRuntimeMessage | diff --git a/Antlr4.StringTemplate/Misc/TemplateRuntimeMessage.cs b/Antlr4.StringTemplate/Misc/TemplateRuntimeMessage.cs
index 9c9649c..50f2b02 100644
--- a/Antlr4.StringTemplate/Misc/TemplateRuntimeMessage.cs
+++ b/Antlr4.StringTemplate/Misc/TemplateRuntimeMessage.cs
@@ -1,131 +1,131 @@
/*
* [The "BSD license"]
*... |
antlr/antlrcs | dd967148105125732db6ad98c1ce911e9c515002 | Move back to the non-preview AppVeyor build of Visual Studio 2017 | diff --git a/appveyor.yml b/appveyor.yml
index 0452c36..39e224c 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -1,22 +1,22 @@
version: 1.0.{build}
-os: Visual Studio 2017 Preview
+os: Visual Studio 2017
configuration: Release
init:
- cmd: >-
git config --global core.autocrlf true
mkdir ..\..\..\keys\an... |
antlr/antlrcs | 47c8270887d5164cbe2189ded9d969ddf7f4f3ec | Use globbing for ANTLR files in all projects except Antlr3.Runtime.Test | diff --git a/Antlr3.StringTemplate/Antlr3.StringTemplate.csproj b/Antlr3.StringTemplate/Antlr3.StringTemplate.csproj
index 6529765..842425a 100644
--- a/Antlr3.StringTemplate/Antlr3.StringTemplate.csproj
+++ b/Antlr3.StringTemplate/Antlr3.StringTemplate.csproj
@@ -1,91 +1,85 @@
<?xml version="1.0" encoding="utf-8"?... |
antlr/antlrcs | b5ebf31f4ddb810ba583507f0affa462c610742c | Prepare for next development iteration | diff --git a/Directory.Build.props b/Directory.Build.props
index b2aef47..e0bf037 100644
--- a/Directory.Build.props
+++ b/Directory.Build.props
@@ -1,44 +1,44 @@
<?xml version="1.0" encoding="utf-8"?>
<Project>
<PropertyGroup>
<ANTLRVersion>3.5.0.2</ANTLRVersion>
<ANTLRFileVersion>3.5.2.0</ANTLRFileVe... |
antlr/antlrcs | 5479b70317f09be425ebdb8e39ef56c788c8035c | Add scripts for pushing packages to NuGet | diff --git a/Antlr3.sln b/Antlr3.sln
index 86a33e2..dcdd02f 100644
--- a/Antlr3.sln
+++ b/Antlr3.sln
@@ -1,232 +1,236 @@

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.26724.1
MinimumVisualStudioVersion = 15.0
Project("{2150E333-8FDC-42A3-9474-1A3956D... |
antlr/antlrcs | 88f9ca4de1723ba722b15dfc49ff5722b9a4212f | Define the version numbers in the top-level Directory.Build.props | diff --git a/Antlr3.Runtime.Visualizer/Antlr3.Runtime.Visualizer.csproj b/Antlr3.Runtime.Visualizer/Antlr3.Runtime.Visualizer.csproj
index e7d6c94..969f36f 100644
--- a/Antlr3.Runtime.Visualizer/Antlr3.Runtime.Visualizer.csproj
+++ b/Antlr3.Runtime.Visualizer/Antlr3.Runtime.Visualizer.csproj
@@ -1,94 +1,94 @@
<?xml... |
antlr/antlrcs | 3f68c2e79be258f716568683471dcfaf41610e12 | Allow a dictionary to define values for 'keys' and 'values' | diff --git a/Antlr4.StringTemplate/Misc/MapModelAdaptor.cs b/Antlr4.StringTemplate/Misc/MapModelAdaptor.cs
index 569de5b..02f40c6 100644
--- a/Antlr4.StringTemplate/Misc/MapModelAdaptor.cs
+++ b/Antlr4.StringTemplate/Misc/MapModelAdaptor.cs
@@ -1,65 +1,65 @@
/*
* [The "BSD license"]
* Copyright (c) 2011 Terence Pa... |
antlr/antlrcs | 5fdba2d5872c35b30453c2031fa3830e928ca49f | Add a netstandard2.0 build of Antlr3 and dependencies | diff --git a/Antlr3.Targets/Antlr3.Targets.ActionScript/Antlr3.Targets.ActionScript.csproj b/Antlr3.Targets/Antlr3.Targets.ActionScript/Antlr3.Targets.ActionScript.csproj
index 6f30a58..a6a71f1 100644
--- a/Antlr3.Targets/Antlr3.Targets.ActionScript/Antlr3.Targets.ActionScript.csproj
+++ b/Antlr3.Targets/Antlr3.Targets... |
antlr/antlrcs | c85040f7d39877fb3ecc3b04d860873d92fb33e6 | Add a net40-client build of the tool and dependencies | diff --git a/Antlr3.Targets/Antlr3.Targets.ActionScript/Antlr3.Targets.ActionScript.csproj b/Antlr3.Targets/Antlr3.Targets.ActionScript/Antlr3.Targets.ActionScript.csproj
index d2086db..6f30a58 100644
--- a/Antlr3.Targets/Antlr3.Targets.ActionScript/Antlr3.Targets.ActionScript.csproj
+++ b/Antlr3.Targets/Antlr3.Targets... |
antlr/antlrcs | b5b784ad2057721a641df46809a441b3014fdbd4 | Bootstrap the main build through the Antlr3.CodeGenerator NuGet package | diff --git a/Directory.Build.props b/Directory.Build.props
index 1286156..f4034fb 100644
--- a/Directory.Build.props
+++ b/Directory.Build.props
@@ -1,26 +1,34 @@
<?xml version="1.0" encoding="utf-8"?>
<Project>
<PropertyGroup>
<EnableDefaultAntlrItems>false</EnableDefaultAntlrItems>
<SignAssembly>tr... |
antlr/antlrcs | b0d30ce7d15aa3897efac5eaf341281efeef4abf | Move the ANTLR 3 code generator to its own package | diff --git a/Antlr3.sln b/Antlr3.sln
index bac5ed4..86a33e2 100644
--- a/Antlr3.sln
+++ b/Antlr3.sln
@@ -1,231 +1,232 @@

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.26724.1
MinimumVisualStudioVersion = 15.0
Project("{2150E333-8FDC-42A3-9474-1A3956D... |
antlr/antlrcs | 22bdad3e722156ee4aaada4febcf6db60e6304e3 | Set EnableDefaultAntlrItems to false at the top level | diff --git a/Antlr3.StringTemplate/Antlr3.StringTemplate.csproj b/Antlr3.StringTemplate/Antlr3.StringTemplate.csproj
index d190676..751f028 100644
--- a/Antlr3.StringTemplate/Antlr3.StringTemplate.csproj
+++ b/Antlr3.StringTemplate/Antlr3.StringTemplate.csproj
@@ -1,92 +1,91 @@
<?xml version="1.0" encoding="utf-8"?... |
antlr/antlrcs | 92d4508d42dedbaeaa84f942ec9aed97372f8581 | Fix warnings in documentation comments that were previously ignored | diff --git a/Antlr3.Targets/Antlr3.Targets.C/CTarget.cs b/Antlr3.Targets/Antlr3.Targets.C/CTarget.cs
index 74ef2d3..aaf70d2 100644
--- a/Antlr3.Targets/Antlr3.Targets.C/CTarget.cs
+++ b/Antlr3.Targets/Antlr3.Targets.C/CTarget.cs
@@ -1,314 +1,314 @@
/*
* [The "BSD licence"]
* Copyright (c) 2005-2008 Terence Parr
... |
antlr/antlrcs | b07d026fa8961adec4377307ba65de3832944e96 | Configure code analysis and documentation file at the top level | diff --git a/Antlr3.Runtime.Visualizer/Antlr3.Runtime.Visualizer.csproj b/Antlr3.Runtime.Visualizer/Antlr3.Runtime.Visualizer.csproj
index 03127e2..e7d6c94 100644
--- a/Antlr3.Runtime.Visualizer/Antlr3.Runtime.Visualizer.csproj
+++ b/Antlr3.Runtime.Visualizer/Antlr3.Runtime.Visualizer.csproj
@@ -1,99 +1,94 @@
<?xml... |
antlr/antlrcs | cd4036522401fa1494f810cadea949c7b7b3d2f9 | Configure strong name at the top level | diff --git a/Antlr3.Runtime.Visualizer/Antlr3.Runtime.Visualizer.csproj b/Antlr3.Runtime.Visualizer/Antlr3.Runtime.Visualizer.csproj
index 30a0f89..03127e2 100644
--- a/Antlr3.Runtime.Visualizer/Antlr3.Runtime.Visualizer.csproj
+++ b/Antlr3.Runtime.Visualizer/Antlr3.Runtime.Visualizer.csproj
@@ -1,103 +1,99 @@
<?xm... |
antlr/antlrcs | 99bf0457c13f7230b1e44d2454bfe13a926ee662 | Configure PDB generation at the top level | diff --git a/Antlr3.Runtime.Visualizer/Antlr3.Runtime.Visualizer.csproj b/Antlr3.Runtime.Visualizer/Antlr3.Runtime.Visualizer.csproj
index c8943c5..30a0f89 100644
--- a/Antlr3.Runtime.Visualizer/Antlr3.Runtime.Visualizer.csproj
+++ b/Antlr3.Runtime.Visualizer/Antlr3.Runtime.Visualizer.csproj
@@ -1,113 +1,103 @@
<?x... |
antlr/antlrcs | d87c1eb3d78a50058b07232569e6cd16e3867491 | Create Directory.Build.props and Directory.Build.targets at the top level | diff --git a/Antlr3.StringTemplate/Directory.Build.targets b/Antlr3.StringTemplate/Directory.Build.targets
deleted file mode 100644
index ad35b3c..0000000
--- a/Antlr3.StringTemplate/Directory.Build.targets
+++ /dev/null
@@ -1,13 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project>
-
- <PropertyGroup>
- <!-- ... |
antlr/antlrcs | 9aa892473c355ce3ab303834700f6ee1b258c9c3 | Remove old NuGet exclusions | diff --git a/.gitignore b/.gitignore
index c5118cc..baa5c47 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,41 +1,36 @@
# ignore thumbnails created by windows
Thumbs.db
# Ignore files build by Visual Studio
*.user
*.aps
*.pch
*.vspscc
*_i.c
*_p.c
*.ncb
*.suo
*.tlb
*.tlh
*.cache
*.ilk
*.log
*.sbr
*.vs... |
antlr/antlrcs | a394a67b70465ee2a3ab295c30afde765b23a19d | Add validation for MSBuild builds | diff --git a/.gitignore b/.gitignore
index 3cb4ed5..c5118cc 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,40 +1,41 @@
# ignore thumbnails created by windows
Thumbs.db
# Ignore files build by Visual Studio
*.user
*.aps
*.pch
*.vspscc
*_i.c
*_p.c
*.ncb
*.suo
*.tlb
*.tlh
*.cache
*.ilk
*.log
*.sbr
*.vs... |
antlr/antlrcs | 9fc8e926b99ef6bf7384b095a114708087184732 | Remove the use of AppDomain in the build tasks | diff --git a/AntlrBuildTask/AntlrClassGenerationTask.cs b/AntlrBuildTask/AntlrClassGenerationTask.cs
index 88d1398..9059215 100644
--- a/AntlrBuildTask/AntlrClassGenerationTask.cs
+++ b/AntlrBuildTask/AntlrClassGenerationTask.cs
@@ -1,322 +1,305 @@
/*
* [The "BSD licence"]
* Copyright (c) 2009 Sam Harwell
* A... |
antlr/antlrcs | a6a325100293865f0d40667a6ac4ea9c6b645260 | Expand item type support to include AntlrTokens and AntlrAbstractGrammar items | diff --git a/AntlrBuildTask/Antlr3.targets b/AntlrBuildTask/Antlr3.targets
index 3e70cb2..e67b491 100644
--- a/AntlrBuildTask/Antlr3.targets
+++ b/AntlrBuildTask/Antlr3.targets
@@ -1,217 +1,225 @@
<!--
[The "BSD licence"]
Copyright (c) 2011 Sam Harwell
All rights reserved.
Redistribution and use i... |
antlr/antlrcs | 51f3c42cccaa6eaf18a1d9c0ec46eb6e0fdc22f7 | Show grammar properties when using the new project system | diff --git a/Antlr3.StringTemplate/Antlr3.StringTemplate.csproj b/Antlr3.StringTemplate/Antlr3.StringTemplate.csproj
index e868a17..4eac703 100644
--- a/Antlr3.StringTemplate/Antlr3.StringTemplate.csproj
+++ b/Antlr3.StringTemplate/Antlr3.StringTemplate.csproj
@@ -1,113 +1,114 @@
<?xml version="1.0" encoding="utf-8... |
antlr/antlrcs | fd2cd959e5e802b09d04d05d2c23ce5c63dfbf30 | Make sure the build hooks are tracked by MSBuild | diff --git a/AntlrBuildTask/Antlr3.props b/AntlrBuildTask/Antlr3.props
index b18aaa8..f7891c7 100644
--- a/AntlrBuildTask/Antlr3.props
+++ b/AntlrBuildTask/Antlr3.props
@@ -1,9 +1,13 @@
<?xml version="1.0" encoding="utf-8" ?>
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
+ <PropertyGroup>
... |
antlr/antlrcs | cddd04bf17253d66a56c9f6b929951aef6d8158a | Remove unnecessary directory creation | diff --git a/build/prep/prepare.ps1 b/build/prep/prepare.ps1
index 5fad068..a50d42d 100644
--- a/build/prep/prepare.ps1
+++ b/build/prep/prepare.ps1
@@ -1,240 +1,236 @@
param (
[switch]$Debug,
[string]$VisualStudioVersion = '15.0',
[string]$Verbosity = 'minimal',
[string]$Logger
)
# build the solution
... |
antlr/antlrcs | 8568fd4fdc4b02e8a03815e623f8b81734a1bae9 | Fix 7-zip packaging of StringTemplate 3 | diff --git a/build/prep/prepare.ps1 b/build/prep/prepare.ps1
index 6c92d4c..5fad068 100644
--- a/build/prep/prepare.ps1
+++ b/build/prep/prepare.ps1
@@ -1,240 +1,240 @@
param (
[switch]$Debug,
[string]$VisualStudioVersion = '15.0',
[string]$Verbosity = 'minimal',
[string]$Logger
)
# build the solution
... |
antlr/antlrcs | aa892ce6c06f9a2c0df24b67f2a627028755dfe2 | Enable parallel builds again | diff --git a/build/prep/prepare.ps1 b/build/prep/prepare.ps1
index 9ec3e1c..6c92d4c 100644
--- a/build/prep/prepare.ps1
+++ b/build/prep/prepare.ps1
@@ -1,240 +1,240 @@
param (
[switch]$Debug,
[string]$VisualStudioVersion = '15.0',
[string]$Verbosity = 'minimal',
[string]$Logger
)
# build the solution
... |
antlr/antlrcs | dbd9805531b0de7c1a35fdfda86b9f781801cab9 | Convert Antlr3.Runtime to the new project system | diff --git a/Antlr3.Runtime.Visualizer/Antlr3.Runtime.Visualizer.csproj b/Antlr3.Runtime.Visualizer/Antlr3.Runtime.Visualizer.csproj
index 393a481..c8943c5 100644
--- a/Antlr3.Runtime.Visualizer/Antlr3.Runtime.Visualizer.csproj
+++ b/Antlr3.Runtime.Visualizer/Antlr3.Runtime.Visualizer.csproj
@@ -1,113 +1,113 @@
<?x... |
antlr/antlrcs | 0e712f3e34b56a838729c7e9935dccd4e6ca3500 | Convert Antlr3.Runtime.JavaExtensions to the new project system | diff --git a/Antlr3.Test/Antlr3.Test.csproj b/Antlr3.Test/Antlr3.Test.csproj
index 1756d49..010b6f0 100644
--- a/Antlr3.Test/Antlr3.Test.csproj
+++ b/Antlr3.Test/Antlr3.Test.csproj
@@ -1,64 +1,64 @@
<?xml version="1.0" encoding="utf-8"?>
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFrameworks... |
antlr/antlrcs | c75dca4bbc00ca364a9b65d7fbcc466798ceeeac | Convert Antlr3.Runtime.Debug to the new project system | diff --git a/Antlr3.Test/Antlr3.Test.csproj b/Antlr3.Test/Antlr3.Test.csproj
index a2b7de9..1756d49 100644
--- a/Antlr3.Test/Antlr3.Test.csproj
+++ b/Antlr3.Test/Antlr3.Test.csproj
@@ -1,64 +1,64 @@
<?xml version="1.0" encoding="utf-8"?>
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFrameworks... |
antlr/antlrcs | 8b19b2e1683d008e864960927e75f384152a088f | Convert Antlr3 to the new project system | diff --git a/Antlr3.Targets/Directory.Build.props b/Antlr3.Targets/Directory.Build.props
index 14965bf..f8d662f 100644
--- a/Antlr3.Targets/Directory.Build.props
+++ b/Antlr3.Targets/Directory.Build.props
@@ -1,53 +1,53 @@
<?xml version="1.0" encoding="utf-8"?>
<Project>
<PropertyGroup>
<RootNamespace>Antlr... |
antlr/antlrcs | e23cbd08ca0336fae9c9e5c2f51c61fbbb746083 | Convert Antlr3.Runtime.Visualizer to the new project system | diff --git a/Antlr3.Runtime.Visualizer/Antlr3.Runtime.Visualizer.csproj b/Antlr3.Runtime.Visualizer/Antlr3.Runtime.Visualizer.csproj
new file mode 100644
index 0000000..393a481
--- /dev/null
+++ b/Antlr3.Runtime.Visualizer/Antlr3.Runtime.Visualizer.csproj
@@ -0,0 +1,113 @@
+<?xml version="1.0" encoding="utf-8"?>
+<P... |
antlr/antlrcs | 55a2035874b7342059f8093264f19461c1f7ce63 | Avoid changes to debug symbols during this switch to the new project system | diff --git a/Antlr4.StringTemplate/Antlr4.StringTemplate.csproj b/Antlr4.StringTemplate/Antlr4.StringTemplate.csproj
index 1a651e4..7a03244 100644
--- a/Antlr4.StringTemplate/Antlr4.StringTemplate.csproj
+++ b/Antlr4.StringTemplate/Antlr4.StringTemplate.csproj
@@ -1,92 +1,102 @@
<?xml version="1.0" encoding="utf-8"... |
antlr/antlrcs | 982c8d53ad5b5b3cc9b76dc2e4c39cc0cf00cc24 | Convert Antlr3.StringTemplate3 to the new project system | diff --git a/Antlr3.StringTemplate/Antlr3.StringTemplate.csproj b/Antlr3.StringTemplate/Antlr3.StringTemplate.csproj
new file mode 100644
index 0000000..75eb1fa
--- /dev/null
+++ b/Antlr3.StringTemplate/Antlr3.StringTemplate.csproj
@@ -0,0 +1,113 @@
+<?xml version="1.0" encoding="utf-8"?>
+<Project Sdk="Microsoft.NE... |
antlr/antlrcs | f3451ae32af2e723ad21fa1ddfbf27a12fb3bfdc | Generate StringTemplate 4 NuGet packages during the build | diff --git a/Antlr4.StringTemplate.Visualizer/Antlr4.StringTemplate.Visualizer.csproj b/Antlr4.StringTemplate.Visualizer/Antlr4.StringTemplate.Visualizer.csproj
index 73b9803..71eb347 100644
--- a/Antlr4.StringTemplate.Visualizer/Antlr4.StringTemplate.Visualizer.csproj
+++ b/Antlr4.StringTemplate.Visualizer/Antlr4.Stri... |
antlr/antlrcs | e01f888349505381b5b97bdf122684e324f2ada0 | Convert Antlr4.StringTemplate to the new project system | diff --git a/Antlr3.Targets/Directory.Build.props b/Antlr3.Targets/Directory.Build.props
index 4c3aa83..14965bf 100644
--- a/Antlr3.Targets/Directory.Build.props
+++ b/Antlr3.Targets/Directory.Build.props
@@ -1,53 +1,53 @@
<?xml version="1.0" encoding="utf-8"?>
<Project>
<PropertyGroup>
<RootNamespace>Antlr... |
antlr/antlrcs | f74532f821b727f23b622ab64043c1bb8c2a36a9 | Convert Antlr4.StringTemplate.Visualizer to the new project system | diff --git a/Antlr3.sln b/Antlr3.sln
index 3eac523..297e2fc 100644
--- a/Antlr3.sln
+++ b/Antlr3.sln
@@ -1,253 +1,253 @@

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.26724.1
MinimumVisualStudioVersion = 15.0
Project("{2150E333-8FDC-42A3-9474-1A3956D... |
antlr/antlrcs | 496e1a308412a647b89b402e331da239718ef968 | Convert AntlrBuildTask to the new project system | diff --git a/Antlr3.sln b/Antlr3.sln
index 0fb87a4..3eac523 100644
--- a/Antlr3.sln
+++ b/Antlr3.sln
@@ -1,253 +1,253 @@

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.26724.1
MinimumVisualStudioVersion = 15.0
Project("{2150E333-8FDC-42A3-9474-1A3956D... |
antlr/antlrcs | 5cc741f397a92397c1c6c5ba9711874b8c037126 | Fix build script not failing when it should | diff --git a/build/prep/prepare.ps1 b/build/prep/prepare.ps1
index 9fdd617..408907b 100644
--- a/build/prep/prepare.ps1
+++ b/build/prep/prepare.ps1
@@ -1,270 +1,270 @@
param (
[switch]$Debug,
[string]$VisualStudioVersion = '15.0',
[string]$Verbosity = 'minimal',
[string]$Logger
)
# build the solution
... |
antlr/antlrcs | d9f245791e5837b0f320e3a87d0c4502624dffd8 | Convert the test projects to the new project system | diff --git a/Antlr3.Test/Antlr3.Test.csproj b/Antlr3.Test/Antlr3.Test.csproj
index 133b73c..a2f1e1a 100644
--- a/Antlr3.Test/Antlr3.Test.csproj
+++ b/Antlr3.Test/Antlr3.Test.csproj
@@ -1,148 +1,64 @@
<?xml version="1.0" encoding="utf-8"?>
-<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.mic... |
antlr/antlrcs | 407a344523fa4bd1bf9492827156bc2dfd9b2982 | Disable parallel builds until all the projects use the new project system | diff --git a/build/prep/prepare.ps1 b/build/prep/prepare.ps1
index 3582596..9fdd617 100644
--- a/build/prep/prepare.ps1
+++ b/build/prep/prepare.ps1
@@ -1,270 +1,270 @@
param (
[switch]$Debug,
[string]$VisualStudioVersion = '15.0',
[string]$Verbosity = 'minimal',
[string]$Logger
)
# build the solution
... |
antlr/antlrcs | 4b0ae50a1fcc01e1f149c0d79272fb69da0a423b | Convert the ANTLR 3 targets assembly projects to the new project system | diff --git a/Antlr3.Targets/Antlr3.Targets.ActionScript/Antlr3.Targets.ActionScript.csproj b/Antlr3.Targets/Antlr3.Targets.ActionScript/Antlr3.Targets.ActionScript.csproj
index 4fb23b6..d2086db 100644
--- a/Antlr3.Targets/Antlr3.Targets.ActionScript/Antlr3.Targets.ActionScript.csproj
+++ b/Antlr3.Targets/Antlr3.Targets... |
antlr/antlrcs | 3acad6935288855bb9d309007e373a200dee118e | Prepare for next StringTemplate 4 development iteration | diff --git a/Antlr4.StringTemplate.Visualizer/Properties/AssemblyInfo.cs b/Antlr4.StringTemplate.Visualizer/Properties/AssemblyInfo.cs
index a8cde08..3b881bb 100644
--- a/Antlr4.StringTemplate.Visualizer/Properties/AssemblyInfo.cs
+++ b/Antlr4.StringTemplate.Visualizer/Properties/AssemblyInfo.cs
@@ -1,88 +1,88 @@
/... |
antlr/antlrcs | 37b85c59a7e855911bcb5da57cb73f8b6a8d6b9c | Prepare for next ANTLR development iteration | diff --git a/Antlr3.Runtime.Visualizer/Properties/AssemblyInfo.cs b/Antlr3.Runtime.Visualizer/Properties/AssemblyInfo.cs
index 5014b35..7320ac9 100644
--- a/Antlr3.Runtime.Visualizer/Properties/AssemblyInfo.cs
+++ b/Antlr3.Runtime.Visualizer/Properties/AssemblyInfo.cs
@@ -1,88 +1,88 @@
/*
* [The "BSD license"]
... |
antlr/antlrcs | 22eecc51046ccc4e03f6e7468ed5e1970dc71d19 | Provide explicit dependencies for all supported frameworks | diff --git a/build/prep/Antlr3.Runtime.nuspec b/build/prep/Antlr3.Runtime.nuspec
index 7da969c..597f33a 100644
--- a/build/prep/Antlr3.Runtime.nuspec
+++ b/build/prep/Antlr3.Runtime.nuspec
@@ -1,48 +1,51 @@
<?xml version="1.0" encoding="utf-8"?>
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xs... |
antlr/antlrcs | bd59131d9ecf1766cecb66fe2d6ed136183b947d | Avoid requiring a binding redirect for StringTemplate 4 patch release | diff --git a/Antlr4.StringTemplate.Visualizer/Properties/AssemblyInfo.cs b/Antlr4.StringTemplate.Visualizer/Properties/AssemblyInfo.cs
index e039bf7..e279409 100644
--- a/Antlr4.StringTemplate.Visualizer/Properties/AssemblyInfo.cs
+++ b/Antlr4.StringTemplate.Visualizer/Properties/AssemblyInfo.cs
@@ -1,88 +1,88 @@
/... |
antlr/antlrcs | 4f09e39a192cd5a3a3f9d2c360efca065392685c | Use the assembly informational version where possible | diff --git a/Antlr3/AntlrTool.cs b/Antlr3/AntlrTool.cs
index f9d88f7..6d8fad8 100644
--- a/Antlr3/AntlrTool.cs
+++ b/Antlr3/AntlrTool.cs
@@ -1,1448 +1,1460 @@
/*
* [The "BSD license"]
* Copyright (c) 2011 Terence Parr
* All rights reserved.
*
* Conversion to C#:
* Copyright (c) 2011 Sam Harwell, Pixel M... |
antlr/antlrcs | f28d005d864473da7da263b0c2bfc9e9ecd0f3b6 | Mark GetObjectData with SecurityCriticalAttribute | diff --git a/Runtime/Antlr3.Runtime/EarlyExitException.cs b/Runtime/Antlr3.Runtime/EarlyExitException.cs
index 9e08fb4..c72de38 100644
--- a/Runtime/Antlr3.Runtime/EarlyExitException.cs
+++ b/Runtime/Antlr3.Runtime/EarlyExitException.cs
@@ -1,111 +1,113 @@
/*
* [The "BSD licence"]
* Copyright (c) 2005-2008 Terence... |
antlr/antlrcs | fb0391f8ef186563683a7c70a46402cf1b791552 | Reference a single license file | diff --git a/Antlr3.sln b/Antlr3.sln
index df90686..b659479 100644
--- a/Antlr3.sln
+++ b/Antlr3.sln
@@ -1,253 +1,252 @@

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 14
VisualStudioVersion = 14.0.25420.1
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474... |
antlr/antlrcs | 69dce9ebd013a23ae6a9b64a23fd76d091a3f928 | Add documentation links to top-level readme | diff --git a/README.md b/README.md
index a13220f..435ca19 100644
--- a/README.md
+++ b/README.md
@@ -1,17 +1,25 @@
# ANTLR 3 C# Target
[](https://gitter.im/antlr/antlrcs?utm_source=badge&utm_medium=badge&utm_campaign=pr-bad... |
antlr/antlrcs | 42054b5054420435efae52ca958f1b7cde39e427 | Add LICENSE.txt | diff --git a/LICENSE.txt b/LICENSE.txt
new file mode 100644
index 0000000..0cd1bab
--- /dev/null
+++ b/LICENSE.txt
@@ -0,0 +1,27 @@
+[The "BSD license"]
+Copyright (c) 2010 The ANTLR Project
+All rights reserved.
+
+Redistribution and use in source and binary forms, with or without
+modification, are permitted provided... |
antlr/antlrcs | 58ce086c78e4fe71081d31a55d9a9813532fc466 | Convert user documentation to Markdown | diff --git a/ANTLRCSharpDocumentation.docx b/ANTLRCSharpDocumentation.docx
deleted file mode 100644
index 5b3e977..0000000
Binary files a/ANTLRCSharpDocumentation.docx and /dev/null differ
diff --git a/doc/AntlrCompletion.png b/doc/AntlrCompletion.png
new file mode 100644
index 0000000..1c832b0
Binary files /dev/null a... |
antlr/antlrcs | c04a81ab8ce55d4485af32a37fad778429890579 | Fix NuGet dependencies for ST4 package | diff --git a/build/prep/StringTemplate4.nuspec b/build/prep/StringTemplate4.nuspec
index 2ff057e..18c3f02 100644
--- a/build/prep/StringTemplate4.nuspec
+++ b/build/prep/StringTemplate4.nuspec
@@ -1,45 +1,48 @@
<?xml version="1.0" encoding="utf-8"?>
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspe... |
antlr/antlrcs | df669df2f6c63d5366651cb801c1ff8298dbca81 | Add distribution information to README.md | diff --git a/README.md b/README.md
index 670da76..a13220f 100644
--- a/README.md
+++ b/README.md
@@ -1,5 +1,17 @@
# ANTLR 3 C# Target
[](https://gitter.im/antlr/antlrcs?utm_source=badge&utm_medium=badge&utm_campaign=pr-badg... |
antlr/antlrcs | fe6e6e0fdb9f4d30a49573cedd43c7ac2ae52456 | Fix internal definition of OnSerializingAttribute | diff --git a/Runtime/Antlr3.Runtime/System/OnSerializingAttribute.cs b/Runtime/Antlr3.Runtime/System/OnSerializingAttribute.cs
index a14e6c6..e6a913c 100644
--- a/Runtime/Antlr3.Runtime/System/OnSerializingAttribute.cs
+++ b/Runtime/Antlr3.Runtime/System/OnSerializingAttribute.cs
@@ -1,11 +1,14 @@
#if NETSTANDARD
... |
antlr/antlrcs | e6b2669afd174223e3f38304467a96dc6a807946 | Use CreateShadow instead of CreateStringTemplateInternally | diff --git a/Antlr4.StringTemplate/Interpreter.cs b/Antlr4.StringTemplate/Interpreter.cs
index 594ad8a..2f01bf4 100644
--- a/Antlr4.StringTemplate/Interpreter.cs
+++ b/Antlr4.StringTemplate/Interpreter.cs
@@ -487,1025 +487,1025 @@ namespace Antlr4.StringTemplate
case Bytecode.INSTR_DEDENT:
... |
antlr/antlrcs | 672f0d15d20e2c15f9e88ed3ba9dafa7d6248556 | Fix expected output for "full" date format | diff --git a/Antlr4.Test.StringTemplate/TestRenderers.cs b/Antlr4.Test.StringTemplate/TestRenderers.cs
index b97e61d..0e9edaf 100644
--- a/Antlr4.Test.StringTemplate/TestRenderers.cs
+++ b/Antlr4.Test.StringTemplate/TestRenderers.cs
@@ -1,390 +1,390 @@
/*
* [The "BSD license"]
* Copyright (c) 2011 Terence Parr
*... |
antlr/antlrcs | afcc0fd4d4dc0367a0a0e28aa500adbe91c510c9 | Skip ST4 Visualizer tests | diff --git a/Antlr4.Test.StringTemplate/TestCategories.cs b/Antlr4.Test.StringTemplate/TestCategories.cs
index 66c22b9..94083d0 100644
--- a/Antlr4.Test.StringTemplate/TestCategories.cs
+++ b/Antlr4.Test.StringTemplate/TestCategories.cs
@@ -1,7 +1,9 @@
namespace Antlr4.Test.StringTemplate
{
internal static cl... |
antlr/antlrcs | 3c8ad6724b8f4d137c22ac00d789f2fe3bb3a96c | Enable StringTemplate 4 tests during the AppVeyor build | diff --git a/Antlr3.sln b/Antlr3.sln
index 7ae33b2..df90686 100644
--- a/Antlr3.sln
+++ b/Antlr3.sln
@@ -1,252 +1,253 @@

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 14
VisualStudioVersion = 14.0.25420.1
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474... |
antlr/antlrcs | 3aed63778dc94477a88fc121b808c6e1e4e4aa28 | Add test project for .NET Standard build of StringTemplate 4 | diff --git a/Antlr3.sln b/Antlr3.sln
index ba48022..7ae33b2 100644
--- a/Antlr3.sln
+++ b/Antlr3.sln
@@ -1,246 +1,252 @@

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 14
VisualStudioVersion = 14.0.25420.1
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474... |
antlr/antlrcs | fa77287151d71d21400155f1c723911d77679576 | Add .NET Standard build for StringTemplate 4 | diff --git a/Antlr3.sln b/Antlr3.sln
index 8ffe7aa..ba48022 100644
--- a/Antlr3.sln
+++ b/Antlr3.sln
@@ -1,240 +1,246 @@

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 14
VisualStudioVersion = 14.0.25420.1
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474... |
antlr/antlrcs | a9f8eae53695c2d2b7041c2e60eaa71274f316a6 | Incorporate changes from submodules | diff --git a/Antlr4.StringTemplate/TemplateGroup.cs b/Antlr4.StringTemplate/TemplateGroup.cs
index 477c627..7c02e40 100644
--- a/Antlr4.StringTemplate/TemplateGroup.cs
+++ b/Antlr4.StringTemplate/TemplateGroup.cs
@@ -353,1025 +353,1025 @@ namespace Antlr4.StringTemplate
if (Verbose)
Cons... |
antlr/antlrcs | 7e59a1373ab354a1ec166186057cac504e665bda | Rename project to reflect new netstandard target framework | diff --git a/Antlr3.sln b/Antlr3.sln
index 198bc06..8ffe7aa 100644
--- a/Antlr3.sln
+++ b/Antlr3.sln
@@ -1,240 +1,240 @@

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 14
VisualStudioVersion = 14.0.25420.1
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474... |
antlr/antlrcs | 7740eeb57160b370b0f6db7068020a07f6b41e36 | Remove reference to Microsoft.NETCore.Portable.Compatibility | diff --git a/Runtime/Antlr3.Runtime/Antlr3.Runtime.portable-net45.project.json b/Runtime/Antlr3.Runtime/Antlr3.Runtime.portable-net45.project.json
index c07e816..5cff9d9 100644
--- a/Runtime/Antlr3.Runtime/Antlr3.Runtime.portable-net45.project.json
+++ b/Runtime/Antlr3.Runtime/Antlr3.Runtime.portable-net45.project.json... |
antlr/antlrcs | 2f6a3700cf22662ce552716d4b419755be581088 | Clean up using directives in BaseRecognizer | diff --git a/Runtime/Antlr3.Runtime/BaseRecognizer.cs b/Runtime/Antlr3.Runtime/BaseRecognizer.cs
index d12ff9a..e66391a 100644
--- a/Runtime/Antlr3.Runtime/BaseRecognizer.cs
+++ b/Runtime/Antlr3.Runtime/BaseRecognizer.cs
@@ -1,561 +1,559 @@
/*
* [The "BSD license"]
* Copyright (c) 2011 Terence Parr
* All rights ... |
antlr/antlrcs | 3c2767695a14960557a7cd49e7c3f8ee7328ffbc | Restore NuGet packages before building | diff --git a/build/prep/prepare.ps1 b/build/prep/prepare.ps1
index 5c9bc7d..04480e9 100644
--- a/build/prep/prepare.ps1
+++ b/build/prep/prepare.ps1
@@ -1,261 +1,265 @@
param (
[switch]$Debug,
[string]$VisualStudioVersion = '14.0',
[string]$Verbosity = 'minimal',
[string]$Logger
)
# build the solution
... |
antlr/antlrcs | 9a701359bbe4e3a94ab0909bd69b7d52d9b8b02a | Convert Antlr3.Runtime.portable-net45 to target .NET Standard 1.1 | diff --git a/.gitignore b/.gitignore
index efa8dee..3cb4ed5 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,35 +1,40 @@
# ignore thumbnails created by windows
Thumbs.db
# Ignore files build by Visual Studio
*.user
*.aps
*.pch
*.vspscc
*_i.c
*_p.c
*.ncb
*.suo
*.tlb
*.tlh
*.cache
*.ilk
*.log
*.sbr
*.vs... |
antlr/antlrcs | fc2dcc89eddbf7c55607e5a5e5ff55f55d19f286 | Add existing files to projects | diff --git a/Runtime/Antlr3.Runtime/Antlr3.Runtime.net20.csproj b/Runtime/Antlr3.Runtime/Antlr3.Runtime.net20.csproj
index 12714e0..b348e9d 100644
--- a/Runtime/Antlr3.Runtime/Antlr3.Runtime.net20.csproj
+++ b/Runtime/Antlr3.Runtime/Antlr3.Runtime.net20.csproj
@@ -1,148 +1,151 @@
<?xml version="1.0" encoding="utf-8... |
antlr/antlrcs | 2a64d8f36c554652fcdc5c0b37ba12637aa44552 | Rename project files to indicate the target framework | diff --git a/Antlr3.Runtime.Visualizer/Antlr3.Runtime.Visualizer.csproj b/Antlr3.Runtime.Visualizer/Antlr3.Runtime.Visualizer.net35-client.csproj
similarity index 98%
rename from Antlr3.Runtime.Visualizer/Antlr3.Runtime.Visualizer.csproj
rename to Antlr3.Runtime.Visualizer/Antlr3.Runtime.Visualizer.net35-client.csproj
... |
antlr/antlrcs | 19ca2ebf3cd95f31520a7ce49635a66145fb398b | Fix small errors in build script | diff --git a/build/prep/prepare.ps1 b/build/prep/prepare.ps1
index 23481fe..ab9f653 100644
--- a/build/prep/prepare.ps1
+++ b/build/prep/prepare.ps1
@@ -1,261 +1,261 @@
param (
[switch]$Debug,
[string]$VisualStudioVersion = '14.0',
[string]$Verbosity = 'minimal',
[string]$Logger
)
# build the solution
... |
antlr/antlrcs | ca61802a5680b03ce477d893197d449ba04c5772 | Fix all violations of CS1574 | diff --git a/Runtime/Antlr3.Runtime/BaseRecognizer.cs b/Runtime/Antlr3.Runtime/BaseRecognizer.cs
index aa76c29..d564c2c 100644
--- a/Runtime/Antlr3.Runtime/BaseRecognizer.cs
+++ b/Runtime/Antlr3.Runtime/BaseRecognizer.cs
@@ -1,898 +1,898 @@
/*
* [The "BSD license"]
* Copyright (c) 2011 Terence Parr
* All rights ... |
antlr/antlrcs | 0e0fb75e02c29ee4a2623a31040601e615b5d09f | Fix all violations of CS1587 | diff --git a/Antlr3/Analysis/Label.cs b/Antlr3/Analysis/Label.cs
index 1d6d3dc..a98c13f 100644
--- a/Antlr3/Analysis/Label.cs
+++ b/Antlr3/Analysis/Label.cs
@@ -1,503 +1,505 @@
/*
* [The "BSD licence"]
* Copyright (c) 2005-2008 Terence Parr
* All rights reserved.
*
* Conversion to C#:
* Copyright (c) 20... |
antlr/antlrcs | 1d55ffd84efd59d96533b69f86a23f1fd0869e60 | Disable CS1573 and CS1591 via a rule set | diff --git a/Antlr3.Runtime.Visualizer/Antlr3.Runtime.Visualizer.csproj b/Antlr3.Runtime.Visualizer/Antlr3.Runtime.Visualizer.csproj
index d07f506..d7999dc 100644
--- a/Antlr3.Runtime.Visualizer/Antlr3.Runtime.Visualizer.csproj
+++ b/Antlr3.Runtime.Visualizer/Antlr3.Runtime.Visualizer.csproj
@@ -1,127 +1,130 @@
<?x... |
antlr/antlrcs | b98b62b1c297b57c564c1a5e92d9d76cf264da6d | Add README.md with Gitter and Build Status badges | diff --git a/Antlr3.sln b/Antlr3.sln
index caca523..49d01bd 100644
--- a/Antlr3.sln
+++ b/Antlr3.sln
@@ -1,238 +1,239 @@

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 14
VisualStudioVersion = 14.0.23107.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474... |
antlr/antlrcs | e32c7b0afaa0924be0ad7cfc249b273366fff6a1 | Add AppVeyor configuration | diff --git a/appveyor.yml b/appveyor.yml
new file mode 100644
index 0000000..2444aa6
--- /dev/null
+++ b/appveyor.yml
@@ -0,0 +1,19 @@
+version: 1.0.{build}
+os: Visual Studio 2015
+init:
+- cmd: >-
+ git config --global core.autocrlf true
+
+ mkdir ..\..\..\keys\antlr
+
+ "C:\Program Files (x86)\Microsoft SDK... |
antlr/antlrcs | 4798e430aaa3522f22fb8959dc756fdf96d02ce9 | Fix error reporting in build script | diff --git a/build/prep/prepare.ps1 b/build/prep/prepare.ps1
index 46eaca0..23481fe 100644
--- a/build/prep/prepare.ps1
+++ b/build/prep/prepare.ps1
@@ -1,220 +1,261 @@
+param (
+ [switch]$Debug,
+ [string]$VisualStudioVersion = '14.0',
+ [string]$Verbosity = 'minimal',
+ [string]$Logger
+)
+
# build the solution
... |
antlr/antlrcs | a4c47dca5bb1fb9979e5072457dbd831c8b08ae1 | Open the solution in Visual Studio 2015 by default | diff --git a/Antlr3.sln b/Antlr3.sln
index 2d75e3e..caca523 100644
--- a/Antlr3.sln
+++ b/Antlr3.sln
@@ -1,236 +1,238 @@

-Microsoft Visual Studio Solution File, Format Version 11.00
-# Visual Studio 2010
+Microsoft Visual Studio Solution File, Format Version 12.00
+# Visual Studio 14
+VisualStudioVersion = 14.0.23... |
antlr/antlrcs | d10691737ecb28695d147fc3ab55f1b9e748b684 | Add portable-net45 build (Profile 259) | diff --git a/Antlr3.sln b/Antlr3.sln
index b6ba210..2d75e3e 100644
--- a/Antlr3.sln
+++ b/Antlr3.sln
@@ -1,230 +1,236 @@

Microsoft Visual Studio Solution File, Format Version 11.00
# Visual Studio 2010
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Targets", "Targets", "{3A92893D-7810-4D8B-80D8-E1E8D151FA... |
antlr/antlrcs | 5ef0f9f743e0a20e88eb4fd693ac46758c9adb49 | Include portable-net40 build in the Antlr.Runtime NuGet package | diff --git a/build/prep/Antlr3.Runtime.nuspec b/build/prep/Antlr3.Runtime.nuspec
index b5c32ce..c4ff6b2 100644
--- a/build/prep/Antlr3.Runtime.nuspec
+++ b/build/prep/Antlr3.Runtime.nuspec
@@ -1,35 +1,39 @@
<?xml version="1.0" encoding="utf-8"?>
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xs... |
antlr/antlrcs | 619ad58f9e7cca7f04f939c4b17b6f20b783533f | Add a PCL build of the ANTLR 3 Runtime (Profile 328) (fixes #14) | diff --git a/Antlr3.sln b/Antlr3.sln
index 00cef77..b6ba210 100644
--- a/Antlr3.sln
+++ b/Antlr3.sln
@@ -1,224 +1,230 @@

Microsoft Visual Studio Solution File, Format Version 11.00
# Visual Studio 2010
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Targets", "Targets", "{3A92893D-7810-4D8B-80D8-E1E8D151FA... |
antlr/antlrcs | 367e5239a642d924b58efdcf16f86778e4b26eb8 | Add ANTLR 3 Runtime net40-client project | diff --git a/Antlr3.sln b/Antlr3.sln
index 3777331..00cef77 100644
--- a/Antlr3.sln
+++ b/Antlr3.sln
@@ -1,218 +1,224 @@

Microsoft Visual Studio Solution File, Format Version 11.00
# Visual Studio 2010
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Targets", "Targets", "{3A92893D-7810-4D8B-80D8-E1E8D151FA... |
antlr/antlrcs | 229ea12e8ff60879b4c99df77a3ec439f13a83b2 | Rename Antlr3.Runtime.csproj to Antlr3.Runtime.net20.csproj | diff --git a/Antlr3.Runtime.Visualizer/Antlr3.Runtime.Visualizer.csproj b/Antlr3.Runtime.Visualizer/Antlr3.Runtime.Visualizer.csproj
index 047e3ab..d07f506 100644
--- a/Antlr3.Runtime.Visualizer/Antlr3.Runtime.Visualizer.csproj
+++ b/Antlr3.Runtime.Visualizer/Antlr3.Runtime.Visualizer.csproj
@@ -1,127 +1,127 @@
<?x... |
antlr/antlrcs | f4a9231fe4c6288ac7f4b381964e95a20850dcb8 | Remove optional dependencies from Antlr3.nuspec | diff --git a/build/prep/Antlr3.nuspec b/build/prep/Antlr3.nuspec
index 267509e..f086964 100644
--- a/build/prep/Antlr3.nuspec
+++ b/build/prep/Antlr3.nuspec
@@ -1,37 +1,35 @@
<?xml version="1.0" encoding="utf-8"?>
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata minClientVersio... |
antlr/antlrcs | eff1c5a7152e80f83c2bfc091ba20c954b31246c | Add the [AssemblyInformationalVersion] attribute and update [AssemblyFileVersion] | diff --git a/Antlr3.Runtime.Visualizer/Properties/AssemblyInfo.cs b/Antlr3.Runtime.Visualizer/Properties/AssemblyInfo.cs
index d64b2b6..82d2414 100644
--- a/Antlr3.Runtime.Visualizer/Properties/AssemblyInfo.cs
+++ b/Antlr3.Runtime.Visualizer/Properties/AssemblyInfo.cs
@@ -1,87 +1,88 @@
/*
* [The "BSD license"]
... |
antlr/antlrcs | 84b9b3468cffc9f77f6544d3c737c83c03a8aed5 | Mark the Antlr3 package as a development dependency | diff --git a/build/prep/Antlr3.nuspec b/build/prep/Antlr3.nuspec
index c84239f..267509e 100644
--- a/build/prep/Antlr3.nuspec
+++ b/build/prep/Antlr3.nuspec
@@ -1,36 +1,37 @@
<?xml version="1.0" encoding="utf-8"?>
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata minClientVersio... |
antlr/antlrcs | c5620186211a957f5f855867bfe38ca1d82abdba | Add initial .gitattributes | diff --git a/.gitattributes b/.gitattributes
new file mode 100644
index 0000000..14c7e3f
--- /dev/null
+++ b/.gitattributes
@@ -0,0 +1,36 @@
+# Source code files
+*.cs text
+*.vsixmanifest text
+*.config text
+*.resx text
+*.vstemplate text
+*.nuspec text
+*.md text
+*.txt text
+*.ps1 text
+*.stg text
+*.xml text
+LICE... |
antlr/antlrcs | 88f495fd2ea83426b480880dd43a276b36b072d2 | Rename bin/ to build/ | diff --git a/.gitignore b/.gitignore
index 7ee679b..2e1990c 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,34 +1,35 @@
# ignore thumbnails created by windows
Thumbs.db
# Ignore files build by Visual Studio
*.user
*.aps
*.pch
*.vspscc
*_i.c
*_p.c
*.ncb
*.suo
*.tlb
*.tlh
*.cache
*.ilk
*.log
*.sbr
*.sl... |
antlr/antlrcs | a33ffff58bf0ebbceafe6f7d316d69d32c318973 | Fix .gitignore ignoring important files and folders | diff --git a/.gitignore b/.gitignore
index 28e479b..7ee679b 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,28 +1,34 @@
-#ignore thumbnails created by windows
+# ignore thumbnails created by windows
Thumbs.db
-#Ignore files build by Visual Studio
-*.obj
-*.exe
-*.pdb
+
+# Ignore files build by Visual Studio
*.user
*.... |
antlr/antlrcs | fab69887ef565739ddbaea7775abb1f65025f6c2 | Add build scripts to solution | diff --git a/Antlr3.sln b/Antlr3.sln
index 5dbb1b0..9cc0ba6 100644
--- a/Antlr3.sln
+++ b/Antlr3.sln
@@ -1,205 +1,218 @@

Microsoft Visual Studio Solution File, Format Version 11.00
# Visual Studio 2010
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Targets", "Targets", "{3A92893D-7810-4D8B-80D8-E1E8D151FA... |
antlr/antlrcs | cb190a0a9fc11421b2864ce5eb6d383c66835315 | Fix several paths following relocation of projects | diff --git a/Antlr3.sln b/Antlr3.sln
index 1f4e5e6..5dbb1b0 100644
--- a/Antlr3.sln
+++ b/Antlr3.sln
@@ -1,205 +1,205 @@

Microsoft Visual Studio Solution File, Format Version 11.00
# Visual Studio 2010
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Targets", "Targets", "{3A92893D-7810-4D8B-80D8-E1E8D151FA... |
antlr/antlrcs | 2c444ce0c15af2d76e3531b96b2a6babc9426051 | Remove the -XdbgST feature from the Release build configuration, which removes the Antlr3.exe dependency on WPF and allows its use on Mono (fixes #17) | diff --git a/Antlr3/AntlrTool.cs b/Antlr3/AntlrTool.cs
index a96f036..f9d88f7 100644
--- a/Antlr3/AntlrTool.cs
+++ b/Antlr3/AntlrTool.cs
@@ -1,1486 +1,1490 @@
/*
* [The "BSD license"]
* Copyright (c) 2011 Terence Parr
* All rights reserved.
*
* Conversion to C#:
* Copyright (c) 2011 Sam Harwell, Pixel M... |
antlr/antlrcs | e4194f42c4497edf33f692f2bcc4cabf2838b5bb | Fix support for static methods, properties, and fields (fixes #13) | diff --git a/Antlr4.StringTemplate/Misc/ObjectModelAdaptor.cs b/Antlr4.StringTemplate/Misc/ObjectModelAdaptor.cs
index f55c509..b00d906 100644
--- a/Antlr4.StringTemplate/Misc/ObjectModelAdaptor.cs
+++ b/Antlr4.StringTemplate/Misc/ObjectModelAdaptor.cs
@@ -1,220 +1,216 @@
/*
* [The "BSD license"]
* Copyright (c) 2... |
antlr/antlrcs | df93ccd67c20fbe9ce8103bf09a0d321d648a371 | Handle cases where InternalPreserveStackTrace does not exist (fixes #4) | diff --git a/Antlr3.StringTemplate/Extensions/ExceptionExtensions.cs b/Antlr3.StringTemplate/Extensions/ExceptionExtensions.cs
index dca7de9..bb4df62 100644
--- a/Antlr3.StringTemplate/Extensions/ExceptionExtensions.cs
+++ b/Antlr3.StringTemplate/Extensions/ExceptionExtensions.cs
@@ -1,87 +1,93 @@
/*
* [The "BSD ... |
antlr/antlrcs | 5a529bbc88e5f030612e174567e398551a047be8 | Improve handling of TemplateGroupString.FileName (fixes #3) | diff --git a/Antlr4.StringTemplate/TemplateGroupString.cs b/Antlr4.StringTemplate/TemplateGroupString.cs
index 41a98ff..1352458 100644
--- a/Antlr4.StringTemplate/TemplateGroupString.cs
+++ b/Antlr4.StringTemplate/TemplateGroupString.cs
@@ -1,112 +1,112 @@
/*
* [The "BSD license"]
* Copyright (c) 2011 Terence P... |
antlr/antlrcs | 342817891bf9f494a317f8ae5feb8bcfc6bcd09a | Initial NuGet support | diff --git a/Antlr3.StringTemplate/Antlr3.StringTemplate.csproj b/Antlr3.StringTemplate/Antlr3.StringTemplate.csproj
index 6eb88f2..f067d7e 100644
--- a/Antlr3.StringTemplate/Antlr3.StringTemplate.csproj
+++ b/Antlr3.StringTemplate/Antlr3.StringTemplate.csproj
@@ -1,138 +1,140 @@
<?xml version="1.0" encoding="utf-8... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.