Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-01-14 | improve man page generation with help2man | Timo Weingärtner | |
2018-10-27 | move dry-run checking into do_link | Timo Weingärtner | |
2017-07-02 | Clang lints ('static' and typing) | Ben Wiederhake | |
2017-07-02 | Add .gitignore | Ben Wiederhake | |
2017-04-30 | release 1.01.0 | Timo Weingärtner | |
2017-04-30 | more const | Timo Weingärtner | |
2014-11-21 | use boost::iterator_range instead of homebrew hack | Timo Weingärtner | |
2013-11-17 | Makefile: reset version.h on clean when in git | Timo Weingärtner | |
2013-11-17 | Makefile: C++11 has been ready for a while now | Timo Weingärtner | |
2013-11-17 | Makefile: add libstdc++ to LDLIBS | Timo Weingärtner | |
2013-11-17 | tighten type requirements for range adaptors | Timo Weingärtner | |
2013-11-17 | use LDLIBS instead of LDFLAGS | Timo Weingärtner | |
LDLIBS are put behind the prerequisites by make's built-in rules so linking won't fail with --as-needed. | |||
2013-06-17 | fix copy&paste oversight in license | Timo Weingärtner | |
2013-04-24 | inode.h is not so big anymore, merge it into hadori.C | Timo Weingärtner | |
2013-04-24 | std::move inode f into kept, we won't use it afterwards | Timo Weingärtner | |
2013-04-23 | use agg init and drop unnecessary stuff | Timo Weingärtner | |
2013-04-23 | remove hashing stuff | Timo Weingärtner | |
the cases in which that gave a speedup are rare to nonexistent | |||
2012-03-04 | Use initializer braces instead of make_pair | Timo Weingärtner | |
2012-03-03 | TODO replaced by issues on github | Timo Weingärtner | |
2012-02-26 | Version 0.20.2 | Timo Weingärtner | |
2012-02-26 | Fix version.h generation for non-git | Timo Weingärtner | |
2012-02-15 | Add --version, generate version.h from git, clean manpage | Timo Weingärtner | |
2012-02-03 | Output help to stdout and exit with EX_OK. | Timo Weingärtner | |
2012-02-02 | Add copyright notice and license. | Timo Weingärtner | |
2012-01-13 | clarify description for --stdin | Timo Weingärtner | |
2011-12-25 | also use unordered_map for sizes | Timo Weingärtner | |
2011-12-25 | use equal_range and range-for | Timo Weingärtner | |
needs an adapter because std::multimap doesn't deliver begin() and end() for a std::pair of its iterators. | |||
2011-12-02 | use unordered_map for kept and to_link | Timo Weingärtner | |
sorting is not needed | |||
2011-12-02 | move kept, to_link, sizes as static into handle_file | Timo Weingärtner | |
only used inside that function | |||
2011-11-30 | use more C++11 features | Timo Weingärtner | |
2011-11-30 | forget/dont't memorize inode in to_link if st_nlink == 1 | Timo Weingärtner | |
Might have caused data loss if inode number is reallocted to a file inside the tree(s) being scanned. Also saves a little bit of memory. | |||
2011-11-28 | TODO update | Timo Weingärtner | |
2011-11-06 | initial commit0.1 | Timo Weingärtner | |