Commit Graph

47 Commits

Author SHA1 Message Date
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 a07194b88c Rename projects, assemblies, and preprocessor directives to more closely match NuGet packaging 2014-06-30 23:29:41 -05:00
Sam Harwell d206a6e001 Merge pull request #46 from sharwell/support-net451
Fix code generation support for .NET 4.5.1
2014-04-28 07:03:44 -05:00
Sam Harwell 6472972efb Fix code generation support for .NET 4.5.1 2014-04-28 05:42:51 -05:00
Sam Harwell d63a9e3132 Add the ability to explicitly specify the path to the Java executable (fixes #32, fixes #34) 2014-04-28 05:41:52 -05:00
Sam Harwell 2ace0f628a Updated version numbers for next development cycle 2014-04-08 21:00:26 -05:00
Sam Harwell 06acb21c7d Updated version numbers for release 4.2.2-alpha001 2014-04-08 07:05:40 -05:00
Sam Harwell 5763eb8be8 Working on development version 4.2.2 2014-04-08 06:34:40 -05:00
Sam Harwell 6eb48b45bc Updated version numbers for next development cycle 2014-03-25 16:19:15 -05:00
Sam Harwell 71a9f87b50 Updated version numbers for release 4.2.1-alpha001 2014-03-25 16:01:29 -05:00
Sam Harwell a6daadf360 Working on development version 4.2.1 2014-03-25 14:48:45 -05:00
Sam Harwell 3d5694264f Updated assembly informational version for next development cycle 2014-02-18 17:47:37 -06:00
Sam Harwell 9acf9c8fb7 Updated assembly informational version for release 2014-02-18 17:40:31 -06:00
Sam Harwell 5b3e585183 Updated build task to use the latest version of the tool 2014-02-18 09:40:20 -06:00
Sam Harwell d27cd5f634 Build separate NuGet packages for the tool and the runtime (allows separation of VS2008 and VS2010+ features) 2013-08-05 22:41:32 -05:00
Sam Harwell 66c64be11b Add additional logging for exceptional situations 2013-08-05 19:38:21 -05:00
Sam Harwell c9a02cd707 Fix behavior when spaces are in the path (fixes #6) 2013-08-05 19:37:39 -05:00
Sam Harwell 9c20726f0a Allow spaces in the project path (fixes #6) 2013-08-04 22:23:15 -05:00
Sam Harwell 6736b3f900 Added NuGet support 2013-08-04 16:36:34 -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 785585199c Separate MSBuild integration for .NET 3.5 and .NET 4.0 toolchains 2013-04-17 19:02:01 -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 f494410681 Check for both the 32- and 64-bit versions of Java (fixes #2) 2013-03-11 21:46:45 -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 a47c2933e9 Fix IntelliSense issues in projects that reference both Antlr3.targets and Antlr4.targets 2013-02-28 20:15:15 -06:00
Sam Harwell 37d3e78d7b Set file SubType 2013-02-27 10:00:44 -06:00
Sam Harwell 54aea04255 Use the CustomToolNamespace property to place generated code in particular namespaces (defaults to the root namespace of the project) 2013-02-27 09:40:15 -06:00
Sam Harwell 8ee3a2204f Automatically select the C# target variant for the current framework 2013-02-27 09:37:09 -06:00
Sam Harwell 659c941f18 Copy Antlr4.targets to the output directory 2013-02-26 14:40:07 -06:00
Sam Harwell 11ba8324be Sign the Antlr4BuildTasks assembly 2013-02-26 14:36:11 -06:00
Sam Harwell 6abb26c29d Fix working directory 2013-02-26 14:36:11 -06:00
Sam Harwell 8bd2dec569 Parse generated files messages 2013-02-26 14:36:10 -06:00
Sam Harwell 8a1452961a Handle exceptions in message processing 2013-02-26 14:36:09 -06:00
Sam Harwell b36728df10 Update build message processing for the ANTLR 4 message formatting 2013-02-26 14:36:08 -06:00
Sam Harwell 4a3b2cdffc Generate shaded jar for the C# target 2013-02-26 14:36:07 -06:00
Sam Harwell 05da986f8f Add the CSharpTool extension of Tool to get access to generated file names during the code generation process 2013-02-26 14:36:06 -06:00
Sam Harwell ce8170bbab Updated code generator to use Java tool and support ANTLR 4 options 2013-02-26 14:36:05 -06:00
Sam Harwell ba1f0ccb74 Add the initial build task code 2013-02-26 14:35:51 -06:00
Sam Harwell 8cf6be9d89 Add initial Antlr4BuildTasks project, copied Antlr4.targets from Antlr3.targets 2013-02-25 12:12:09 -06:00