Skip to content

Files

Latest commit

4c60370 · Jul 23, 2024

History

History
This branch is 385 commits ahead of, 66 commits behind simongog/sdsl-lite:master.

extras

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Dec 21, 2015
Sep 18, 2013
Dec 1, 2016
Jul 23, 2024
Feb 24, 2020
Apr 5, 2013
Oct 2, 2014
Dec 8, 2016
Mar 23, 2013
Sep 19, 2015
Sep 13, 2013

Additional resources

Cheatsheet

A short reference for the use of the library can be generated by executing make in the cheatsheet directory.

Debugging

Sometimes even the best coder produces bugs. For this case we provide a useful resource for the GNU Debugger. Copy the content of sdsl.gdb into your .gdbinit file an you can display the elements of sdsl::vector<> (and sdsl::bitvector) with the command pv in gdb.

Code style

The install script will copy the pre-commit file into the .git/hooks directory of your library clone. It will run astyle before code gets committed. Please make sure that you have it installed astyle, if you plan to push your changes to the project.