]> rtime.felk.cvut.cz Git - hubacji1/iamcar2.git/commit
Merge bcar
authorJiri Vlasak <hubacji1@fel.cvut.cz>
Tue, 14 Mar 2023 15:49:03 +0000 (16:49 +0100)
committerJiri Vlasak <hubacji1@fel.cvut.cz>
Tue, 14 Mar 2023 15:49:03 +0000 (16:49 +0100)
commitc58997bf1e9a511c6ea89b2bf9779ad0db385b9e
treee6487190da818e8336359e20a7f00cfd4af4beed
parent5a72812e8a67dc298b457fde3038ad1436aae4f1
Merge bcar

For the history, see http://rtime.felk.cvut.cz/gitweb/hubacji1/bcar.git
36 files changed:
bcar/.editorconfig [new file with mode: 0644]
bcar/.gitignore [new file with mode: 0644]
bcar/.reuse/dep5 [new file with mode: 0644]
bcar/CMakeLists.txt [new file with mode: 0644]
bcar/Doxyfile [new file with mode: 0644]
bcar/LICENSE [new symlink]
bcar/LICENSES/CC0-1.0.txt [new file with mode: 0644]
bcar/LICENSES/GPL-3.0-only.txt [new file with mode: 0644]
bcar/README.md [new file with mode: 0644]
bcar/incl/bcar.hh [new file with mode: 0644]
bcar/incl/pslot.hh [new file with mode: 0644]
bcar/src/bcar.cc [new file with mode: 0644]
bcar/src/compare_to_li.cc [new file with mode: 0644]
bcar/src/compare_to_vorobieva.cc [new file with mode: 0644]
bcar/src/compare_to_zips.cc [new file with mode: 0644]
bcar/src/compute_pslot_table.cc [new file with mode: 0644]
bcar/src/entry_positions_range.cc [new file with mode: 0644]
bcar/src/gen_for_gnuplot.cc [new file with mode: 0644]
bcar/src/prove_parallel_slot.cc [new file with mode: 0644]
bcar/src/pslot.cc [new file with mode: 0644]
bcar/ut/bcar.t.cc [new file with mode: 0644]
bcar/ut/pslot.t.cc [new file with mode: 0644]
bcar/wvtest/.gitignore [new file with mode: 0644]
bcar/wvtest/LICENSE [new file with mode: 0644]
bcar/wvtest/Makefile [new file with mode: 0644]
bcar/wvtest/README [new file with mode: 0644]
bcar/wvtest/cpp/Makefile [new file with mode: 0644]
bcar/wvtest/cpp/t/.gitignore [new file with mode: 0644]
bcar/wvtest/cpp/t/wvtest.t.cc [new file with mode: 0644]
bcar/wvtest/cpp/wvtest.cc [new file with mode: 0644]
bcar/wvtest/cpp/wvtest.h [new file with mode: 0644]
bcar/wvtest/cpp/wvtestmain.cc [new file with mode: 0644]
bcar/wvtest/runnable [new file with mode: 0755]
bcar/wvtest/sample-error [new file with mode: 0644]
bcar/wvtest/sample-ok [new file with mode: 0644]
bcar/wvtest/wvtestrun [new file with mode: 0755]