Граф коммитов

  • 18b8b545fa Bump version, update release history. Larry Golding 2020-07-27 08:57:44 -0700
  • 7fe75eefed
    Improve messages. (#128) Larry Golding 2020-07-27 09:27:57 -0700
  • c27ff5199d Improve messages. Larry Golding 2020-07-27 08:52:12 -0700
  • b7f8ba58d8
    Fixed the copy constructor to allow for relative refs (#124) David Goemans 2020-05-13 17:12:24 +0200
  • 422d313b9b
    Fix #126: Implement value equality on JsonPointer. (#127) Larry Golding 2020-04-06 08:27:30 -0700
  • 0ae6d2e8f5 Bump version number. Larry Golding 2020-04-06 08:25:19 -0700
  • 2c8172ed7b Fix JsonPointer.ToString() to start with leading slash. Larry Golding 2020-04-05 13:25:39 -0700
  • 81c4f0ff4f Fix #126: Implement value equality on JsonPointer. Larry Golding 2020-04-05 13:10:44 -0700
  • e87c845b1a Fixed the copy constructor to allow for relative refs David Goemans 2019-09-04 09:07:52 +0200
  • b38d945c5a
    Remove `ExtensionCapturingTraceWriter` for forward compatibility with recent Newtonsoft.Json versions (#123) Larry Golding 2019-07-26 14:52:35 -0700
  • b61bb909a0 Missed a place. Larry Golding 2019-07-26 14:05:54 -0700
  • 8e8aaa9807 Revert some files closer to their original state. Larry Golding 2019-07-26 14:03:39 -0700
  • 45bfb92704 Use ThreadLocalStorage for the error accumulator. Larry Golding 2019-07-26 13:57:25 -0700
  • da68cd6b2b Revert unsuccessful attempt to bring SchemaTypeConverter into the error accumulation fold. Larry Golding 2019-07-26 11:06:39 -0700
  • 351227ea76 Fix test break caused by previous commit. Larry Golding 2019-07-26 10:21:10 -0700
  • 442ca3cfdf Bring SchemaTypeConverter into the error accumulation fold. Larry Golding 2019-07-26 10:08:38 -0700
  • 321e340e22 Remove unused method. Larry Golding 2019-07-26 09:50:52 -0700
  • aea4199faa Tweak release history. Larry Golding 2019-07-26 09:46:52 -0700
  • 936acbf6b9 Restore error accumulation but there is a concurrency problem. Larry Golding 2019-07-26 09:43:57 -0700
  • 7dc896e7d0 Remove no-longer-needed per-platform conditional compilation. Larry Golding 2019-07-25 17:52:43 -0700
  • 29c9da6421 Fix links in release history. Larry Golding 2019-07-25 17:46:46 -0700
  • c81afc49ff Remove `ExtensionCapturingTraceWriter` for forward compatibility with recent Newtonsoft.Json version. Larry Golding 2019-07-25 17:38:27 -0700
  • cfe18aafec
    #118: Allow generated Init methods to be protected (#121) Larry Golding 2019-05-30 13:05:10 -0700
  • 66e7f432a2 Tweak help text. Larry Golding 2019-05-18 11:12:53 -0700
  • 10f2b6921c Fix a couple of typos. Larry Golding 2019-05-18 11:11:23 -0700
  • 289ac58bde Update version number of release history. Larry Golding 2019-05-18 11:06:14 -0700
  • 64504de085 Make the test pass. Larry Golding 2019-05-16 15:44:28 -0700
  • 22ad61fd61 Implement failing unit test. Larry Golding 2019-05-16 15:35:10 -0700
  • 8ecf12575e Introduce --protected-init-methods. Larry Golding 2019-05-16 15:13:27 -0700
  • 9d204096c6
    Fix #108: Code gen crash if property type is "array" and "items" is absent. (#119) Larry Golding 2019-05-13 18:07:37 -0700
  • c9a275d7cb Update release history. Larry Golding 2019-05-13 18:05:33 -0700
  • c95cd8227e Improve parameter name. Larry Golding 2019-05-12 08:29:23 -0700
  • 8d548f5f71 DRY out code to construct concrete type names. Larry Golding 2019-05-12 08:28:10 -0700
  • 831470a472 No need to reparse if type name string hasn't changed. Larry Golding 2019-05-12 08:25:43 -0700
  • e67d7f2fec Remove unnecessary using directive. Larry Golding 2019-05-12 08:20:53 -0700
  • 9ff28d960c Make same simplification for IDictionary. Larry Golding 2019-05-12 08:19:31 -0700
  • 431836ee82 Simplify an unnecessarily complicated line of code. Larry Golding 2019-05-12 08:13:48 -0700
  • 69ec4f6cb9 Bump the version number. Larry Golding 2019-05-11 14:05:11 -0700
  • 86d9fab988 Fix #108: Crash if property type is "array" and "items" is absent. Larry Golding 2019-05-11 13:59:25 -0700
  • 9b459baa40
    Fix #111: Add option to allow generated properties to be virtual (#118) Larry Golding 2019-05-10 15:28:14 -0700
  • 5d3429bef4 Add equality comparer to test (no product code change). Larry Golding 2019-05-09 17:54:40 -0700
  • 62e7ab5794 Make cloning methods virtual Larry Golding 2019-05-09 17:10:06 -0700
  • beb65aa9e4 Change back to virtual _members_ per Michael. Larry Golding 2019-05-09 15:44:58 -0700
  • ce262aa045 Correct a comment. Larry Golding 2019-05-09 15:27:26 -0700
  • 7e57402a68 Rename option and associated variables to --virtual-properties. Larry Golding 2019-05-09 15:21:49 -0700
  • cc4d5f9a56 Generate virtual keyword and enable test. Larry Golding 2019-05-09 15:18:28 -0700
  • 3452ea7b35 Use a list to accumulate modifier tokens. Larry Golding 2019-05-09 15:09:24 -0700
  • c08942e849 Plumb VirtualMembers option into ClassGenerator. Larry Golding 2019-05-09 15:05:27 -0700
  • d9188340bf Introduce VirtualMembers option; add failing test, skipped. Larry Golding 2019-05-09 15:01:22 -0700
  • 5d0e91c970
    Upgrade to SARIF v2.1.0. (#117) Larry Golding 2019-05-08 19:47:59 -0700
  • c5395bacbc Add a missing period to a parameter description. Larry Golding 2019-05-08 19:46:07 -0700
  • 270dc7db00 The SARIF package version is now exactly "2.1.0". Larry Golding 2019-05-08 17:49:06 -0700
  • 56cd6c66d4 Upgrade to SARIF v2.1.0 RTM.0 Larry Golding 2019-05-08 17:17:01 -0700
  • 6eaa2c3802 Upgrade to SARIF v2.1.0 RTM. Larry Golding 2019-05-08 16:59:04 -0700
  • 9ecd0c4b08
    Merge branch 'develop' into users/lgolding/upgrade-to-sarif-v2.1.0 Michael C. Fanning 2019-05-08 16:42:51 -0700
  • 1494dd42be Upgrade to SARIF v2.1.0 RTM. Larry Golding 2019-05-08 16:39:05 -0700
  • 51cb578a76
    Update to : 2.0.0-csd.2.beta.2019-04-03.2 (#109) Michael C. Fanning 2019-04-05 08:54:38 -0700
  • 366bc92784 Update to : 2.0.0-csd.2.beta.2019-04-03.2 Michael C. Fanning 2019-04-05 08:32:39 -0700
  • 952008c21a
    Merge 21e1e76e2b into 7d26691329 Larry Golding 2019-03-25 17:44:03 +0000
  • cc0d8a43ef
    Take dependency on the equivalent of 2.0.0-csd.2.beta.2019-02-20 (SARIF as of approved eballots). We will revert to NuGet.org delivered dependencies when SARIF v2 stabilizes. (#105) Michael C. Fanning 2019-03-15 09:34:10 -0700
  • 8ec0300bf8 Take dependency on the equivalent of 2.0.0-csd.2.beta.2019-02-20 (SARIF as of approved eballots). We will revert to NuGet.org delivered dependencies when SARIF v2 stabilizes. mikefan 2019-03-12 19:34:28 -0700
  • 7d26691329 Fix #102: Fix typo in error message (#103) develop Larry Golding 2019-03-03 13:15:59 -0800
  • c52dac7828 Fix #102: Fix typo in error message Larry Golding 2019-03-02 16:08:17 -0800
  • 1c04f92dc0
    Merge 0.62.0 to master (#101) Michael C. Fanning 2019-02-23 16:40:28 -0800
  • 82b468d35e
    Merge branch 'master' into develop Michael C. Fanning 2019-02-23 16:36:06 -0800
  • c2b33d06c2
    0 62 0 (#100) Michael C. Fanning 2019-02-23 16:34:17 -0800
  • 5ff950c184 Release 0.62.0. mikefan 2019-02-23 16:29:12 -0800
  • b27141cbbb
    Examine and resolve API breaks for in-flight SARIF v2. WIP (#99) Michael C. Fanning 2019-02-23 16:17:12 -0800
  • 4e4f8585bb Update SARIF v2 to latest NuGet packages. mikefan 2019-02-23 16:12:38 -0800
  • 8de53174a8 Examine and resolve API breaks for in-flight SARIF v2. WIP mikefan 2019-02-16 18:47:00 -0800
  • 29d04eebae Examine and resolve API breaks for in-flight SARIF v2. WIP. sarif-v2-advance mikefan 2019-02-16 18:44:37 -0800
  • 4d20b1b1f5
    Update SARIF to CSD2 2019-01-09 (#98) Michael C. Fanning 2019-02-13 21:47:42 -0800
  • 7efdc54236 Update SARIF to CSD2 2019-01-09 mikefan 2019-02-12 20:07:46 -0800
  • 6c729aa0de Remove extra blank line. users/lgolding/test-infra Larry Golding 2019-01-08 13:33:33 -0800
  • 1463f8054e Variable rename. Larry Golding 2019-01-08 13:31:33 -0800
  • 52d85e2e7e ToDotNot unit test conversion - part 11 (last). Larry Golding 2019-01-08 13:27:55 -0800
  • a16e891052 ToDotNot unit test conversion - part 10. Larry Golding 2019-01-08 13:12:52 -0800
  • bc9ac5ddfd ToDotNot unit test conversion - part 9. Larry Golding 2019-01-08 13:05:59 -0800
  • 1c33ee7387 ToDotNot unit test conversion - part 8. Larry Golding 2019-01-08 12:40:48 -0800
  • 518cfc8a30 DRY out common input test file names. Larry Golding 2019-01-08 12:34:16 -0800
  • a05528b0c8 ToDotNot unit test conversion - part 7. Larry Golding 2019-01-08 12:29:07 -0800
  • 97b3c2ef1d ToDotNot unit test conversion - part 6. Larry Golding 2019-01-08 12:15:32 -0800
  • 887b683fc1 Variable renames for non-const. Larry Golding 2019-01-08 12:08:28 -0800
  • 1e5e182c94 ToDotNot unit test conversion - part 5. Larry Golding 2019-01-08 11:54:26 -0800
  • e1c8f712d4 Introduce ClassName. Larry Golding 2019-01-08 09:57:59 -0800
  • 6406ba5aa4 Yet another one. Larry Golding 2019-01-07 18:33:57 -0800
  • 1fba437d97 Still more file-nased ToDotNet unit tests. Larry Golding 2019-01-07 18:23:26 -0800
  • 12c7a71244 Make more of the ToDotNet unit tests file-based. Larry Golding 2019-01-07 18:09:38 -0800
  • db4e9cf212 DRY out FileVersionReplacementToken Larry Golding 2019-01-07 17:25:46 -0800
  • e278d7a6aa Add helper method to read test input files. Larry Golding 2019-01-07 16:22:20 -0800
  • 45e423943c Move written out test input files under TestData. Larry Golding 2019-01-07 16:05:47 -0800
  • 701073d8b9 Add helper to write out test input files. Larry Golding 2019-01-07 15:56:24 -0800
  • 43c3cb5e76
    0.61.0 (#86) Michael C. Fanning 2019-01-04 17:07:37 -0800
  • abbf19a7c2
    Fix #84: Default values for enumerated types don't work. (#85) Larry Golding 2019-01-04 16:59:23 -0800
  • f98de3faa6 Fix a hard-coded package version string in the tests. Larry Golding 2019-01-04 16:54:08 -0800
  • 18e3e1f112 Fix #84: Default values for enumerated types don't work. Larry Golding 2019-01-04 16:35:21 -0800
  • 5ef40a8b4e Move ReleaseHistory.md to root. Larry Golding 2019-01-04 09:50:07 -0800
  • 7a643c1e8f Merge branch 'master' into develop Larry Golding 2019-01-04 09:41:38 -0800
  • 2aa1df7b99 Release 0.60.0 (#82) Larry Golding 2019-01-04 09:34:31 -0800
  • 1e91f842c8
    Bump version number to 0.60.0. (#81) Larry Golding 2019-01-04 09:12:41 -0800