aboutsummaryrefslogtreecommitdiff
path: root/commentparser
AgeCommit message (Collapse)Author
2022-09-16Consolidated non-code updates to licenseclassifier.Google Open Source
Removed the old 'licenses' directory since 'assets' replaced it. Whitespace formatting to code. Add new licenses to corpus.
2020-01-08Merge with downstream (#16)teeler
2019-12-08Adding a bunch of Hardware Description Language file formats.Tim 'mithro' Ansell
* `.v` - Verilog (C like) * `.vh` - Verilog header (C like) * `.sv` - SystemVerilog (C like) * `.svh` - SystemVerilog header (C like) * `.tcl` - TCL (should use # comments) * `.sdc` / `.xdc` - Synopsis Design Constraint / Xilinx Design Constraint files -- Really TCL scripts (see above) * `.blif` / `.eblif` - Berkley Logic Interface Format (just # style comments) * `.lef` - Library Exchange Format (just # comments) * `.lib` - Liberty Timing File (Supports C like style comments) * `.sdf` - Standard Delay Format (LISP file which supports /* */ and // comments) * `.spef` - Standard parasitics exchange format (supports only // style comments) Signed-off-by: Tim 'mithro' Ansell <me@mith.ro>
2019-07-10Improving logs for comment parser (#11)Matt Gaunt
2019-05-01Revert "Benchmark for diagnosing license classifier performance problems."Robert Spier
This reverts commit 57ecb7c44031f8d66cc9316e6e51e9303c65d9e5. It was pushed accidentally and overwote changes.
2019-05-01Benchmark for diagnosing license classifier performance problems.Google Open Source
PiperOrigin-RevId: 233471726
2019-04-19fix test build errorRobert Spier
github.com/google/go-cmp has reorganized since this was last touched.
2018-06-13Port internal changes (Markdown support) to version in third_party.Robert Spier
PiperOrigin-RevId: 199554997
2018-06-13Move internal/commentparser to commentparser so that it can be used byRobert Spier
licenseclassifier clients without feeling guilty about reaching into internal. PiperOrigin-RevId: 199550670