625 次代码提交 (e977e4e9ca6da468f8abfded2a9f00c83e4d4857)

作者 SHA1 备注 提交日期
  Lucas Stadler e977e4e9ca Add an example for reading repos from a file 10 年之前
  Lucas Stadler bd3c5dc805 Add a README 10 年之前
  Lucas Stadler 1f049196f8 Add a README 10 年之前
  Lucas Stadler fa3ce48524 Move semaphore/waitgroup declaration closer to usage 10 年之前
  Lucas Stadler 8abecc94c2 Fix spawning of the error reporting goroutine 10 年之前
  Lucas Stadler 141ebf72bd Don't fail immediately if errors occur 10 年之前
  Lucas Stadler fb1c63a477 Ignore all JSON files, not just the stars 10 年之前
  Lucas Stadler 0666312dc8 Remove unused userName config variable 10 年之前
  Lucas Stadler 969309f365 Support for basic auth with token or password 10 年之前
  Lucas Stadler 1f4fb41a2c Provide a tiny bit of docs 10 年之前
  Lucas Stadler b91d2b5df0 Make the usage message prettier 10 年之前
  Lucas Stadler 041e07c76a Fix commas with multiple pages 10 年之前
  Lucas Stadler 0b7ba6d386 Follow the `next` link and collect the results 10 年之前
  Lucas Stadler 7eb856b0a5 Extract next link if there is one 10 年之前
  Lucas Stadler 640a4f7191 Unpaginate all the (json) resources 10 年之前
  Lucas Stadler c7594b11db Rename starInfo to repoInfo 10 年之前
  Lucas Stadler 6d09869aa6 Ignore binaries, output directory and sample json 10 年之前
  Lucas Stadler bef8023f7c Introduce a config struct and cmdline flags 10 年之前
  Lucas Stadler b019075741 Make stars fly faster 10 年之前
  Lucas Stadler 94510593c3 Make stars not go lost in the ether 10 年之前
  Lucas Stadler 0b76da28d9 include from_vec only when running tests 10 年之前
  Lucas Stadler bd6f9241e8 add two (slightly more complex) examples 10 年之前
  Lucas Stadler ea6f4850a7 remove two more uses of `.clone` 10 年之前
  Lucas Stadler 8a2361dd6c replace nested loop with `.find` 10 年之前
  Lucas Stadler d052a48bd9 link the dpll source from the readme 10 年之前
  Lucas Stadler 9476b08a70 mention the dpll solver in the readme, document usage 10 年之前
  Lucas Stadler 95fac8cd93 avoid `.clone()` where possible 10 年之前
  Lucas Stadler 2c471cd484 add commented out debug statements 10 年之前
  Lucas Stadler 31f11b62c9 remove threading workaround 10 年之前
  Lucas Stadler 4fdf121d23 make dpll non-recursive 10 年之前
  Lucas Stadler 78b1496b22 use a thread to increase the stack size 10 年之前
  Lucas Stadler 45ea797254 add a few example cnfs 10 年之前
  Lucas Stadler d827caf10c support multiple spaces between variables 10 年之前
  Lucas Stadler 7b3037355f make filter condition a bit more obvious 10 年之前
  Lucas Stadler fe27aa5551 support comments and empty lines 10 年之前
  Lucas Stadler 19c052f5d8 use dpll on the dimac formula that was parsed from stdin 10 年之前
  Lucas Stadler 67b0a7f659 make emacs happy (spaces as indents) 10 年之前
  Lucas Stadler 914f3a7877 it says dpll, but i don't believe it yet 10 年之前
  Lucas Stadler 9d2e76e077 implement is_clause_unit 10 年之前
  Lucas Stadler 5bb55f6745 use `.iter().{any,all}` instead of manual iteration 10 年之前
  Lucas Stadler 77c4e49916 use is_true and is_false in the is_clause_* functions 10 年之前
  Lucas Stadler 1a75ade163 change is_true and is_false to work properly with unknowns 10 年之前
  Lucas Stadler 321a0b3969 implement is_true, is_false and is_unknown 10 年之前
  Lucas Stadler 2a23b38aee implement "detecting" conflict clauses 10 年之前
  Lucas Stadler 0874ad6401 introduce an alias for clauses 10 年之前
  Lucas Stadler 35ab48ea8d start a dpll module, just for... fun? 10 年之前
  Lucas Stadler 318fefac2e mv dpll solve 10 年之前
  Lucas Stadler a70c9c31a7 add (a bit of) a readme 10 年之前
  Lucas Stadler e1df0ff76c fix indentation 10 年之前
  Lucas Stadler 5fddf6bdaa make the warning a bit more appropriate 10 年之前