Fraser Waters
031320a15c
Run paket install
2018-01-05 12:58:23 +00:00
Fraser Waters
77ec751dcc
Remove conditional StyleCop support
2018-01-05 12:56:26 +00:00
Fraser Waters
9610f20258
Remove and ignore AsssemblyInfo files (built by FAKE)
2018-01-01 19:33:25 +00:00
Jarl Gullberg
21bd3e2cff
Merge pull request #700 from Frassle/stylecop
...
Conditional stylecop activation
2017-12-30 14:40:20 +01:00
Fraser Waters
cf33b96686
Run paket install
2017-12-27 22:53:52 +00:00
Fraser Waters
3971e8af78
Add ability to disable/enable stylecop rules
2017-12-27 21:03:55 +00:00
Fraser Waters
0ab78f73a4
Update Converter README to refer to new github xml specs
2017-12-26 18:33:30 +00:00
Jarl Gullberg
9893283fc6
Correct documentation output directory.
2017-08-04 18:47:47 +02:00
Jarl Gullberg
aa60aeb86a
Documented Options class in the converter.
2017-08-04 17:34:46 +02:00
Jarl Gullberg
337b6d4632
Enable XML documentation output for the supporting tools.
2017-08-04 17:34:46 +02:00
Jarl Gullberg
ab8f2826e7
Drop Link attribute in favor of Link tag to allow building with MSBuild 14
2017-07-26 16:41:32 +02:00
Jarl Gullberg
577fb4e098
Forgot to add StyleCop.Analyzers to the other projects as well.
2017-07-26 16:41:32 +02:00
Jarl Gullberg
b72c04bb3d
Enabled StyleCop inspections for all projects. This replaces AllRules.
2017-07-26 16:41:26 +02:00
Jarl Gullberg
86113a4eeb
Added StyleCop.Analyzers to the solution.
2017-07-26 16:41:14 +02:00
Jarl Gullberg
f77734ae60
Removed redundant literal variable name specifier.
2017-07-20 17:31:36 +02:00
Jarl Gullberg
4f60f95607
Enforced the use of braces for conditional statements.
2017-07-17 19:24:51 +02:00
Jarl Gullberg
5f2d3144c4
Enforced use of explicit private modifiers.
2017-07-17 18:51:54 +02:00
Jarl Gullberg
eaff349201
Renamed "Parser" to "XmlParser" to not conflict with the command line parser.
2017-07-16 15:40:22 +02:00
Jarl Gullberg
997247302e
Updated and renamed README file.
2017-07-15 15:47:16 +02:00
Jarl Gullberg
36357873a7
Removed old options usage from Main.cs.
2017-07-15 15:42:51 +02:00
Jarl Gullberg
e39a4cb48f
Implemented options class.
2017-07-15 15:40:03 +02:00
Jarl Gullberg
eb53f2ce59
Bumped framework target of Generator.Convert and updated to v2 of CommandLineParser.
2017-07-15 15:23:04 +02:00
Jarl Gullberg
f6ee6e2a03
Added CommandLineParser to Generator.Converter
2017-07-15 14:55:04 +02:00
Jarl Gullberg
127c6fd67d
Transformed compatible properties into auto-properties where possible.
2017-07-07 11:52:32 +02:00
Jarl Gullberg
3cf88759eb
Merge pull request #559 from Nihlus/purge-region
...
Purge region declarations
2017-07-05 20:22:59 +02:00
Jarl Gullberg
d230adb6d7
Replaced tabs with spaces in malformed file.
2017-07-05 19:17:25 +02:00
Jarl Gullberg
e27cf648b5
Corrected malformed indendation.
2017-07-05 19:16:53 +02:00
Jarl Gullberg
f11ecd016d
Removed region declarations across the codebase.
2017-07-05 14:09:27 +02:00
Jarl Gullberg
a67340e2b3
Added deterministic option to all relevant projects.
2017-07-05 13:49:08 +02:00
varon
7bf31b18e1
Merge pull request #549 from Nihlus/remove-obsolete-code
...
Remove code marked obsolete
2017-07-04 21:37:15 +02:00
Fraser Waters
803ceefbc1
Move Enum/FuncPrefix and TrimName to base Parser object
...
Doesn't seem to be that useful alone but a Vulkan parser is different
enough to OpenGL to need a new Parser object but name trimming is pretty
much the same.
2017-07-03 16:23:28 +01:00
Fraser Waters
be5712d85b
Remove unused property Version in Converter
...
The property Version on the Parser class was never used. Removed it and
the command line argument in main that was used to set it.
2017-07-02 23:03:34 +01:00
Jarl Gullberg
f8cc979ed5
Removed obsolete function accessor.
2017-06-22 18:34:48 +02:00
varon
4ee0700bab
Update project deps
2017-05-31 14:13:17 +02:00
varon
fffb05a917
Release 3.0.0-pre
2017-05-08 22:48:40 +02:00
varon
cdacb73f0b
Added necessary paket files
2016-08-14 00:18:10 +02:00
varon
f03f55f24d
Updated assemblyinfo
2016-08-14 00:18:10 +02:00
varon
c4e938a7db
Removed old build configurations from projects
2016-07-17 22:36:57 +02:00
varon
63ea75330b
Fixed release build output locations
2016-07-17 22:34:43 +02:00
varon
8504e0f543
Removed GlobalAssemblyInfo references
2016-07-17 22:10:06 +02:00
varon
bae84f2dfa
Changed debug build output locations for projects
2016-07-17 22:09:12 +02:00
varon
430ee41d9c
Renamed Converter to Generator.Converter
2016-07-17 21:59:25 +02:00