933a5744 | 26-May-2018 |
Nicolas Bonnefon <nicolas@bonnefon.org> |
Make the kqueue monitor to monitor changes in directories too.
Fixes #174 |
f869e41d | 16-May-2018 |
Nicolas Bonnefon <nicolas@bonnefon.org> |
Implement file monitoring with kqueue FreeBSD / macOS.
This implementation is incomplete and does not deal well with deletion / renaming. |
209000a6 | 28-Sep-2017 |
Nicolas Bonnefon <nicolas@bonnefon.org> |
Rework encoding handling for multi-byte files. Add a test and fix a bug when copying from a utf-16 file. |
8b941e12 | 11-Jul-2017 |
Anton Filimonov <anton.filimonov@gmail.com> |
Fix build on travis mac os version |
4fb0346e | 21-Mar-2016 |
Anton Filimonov <anton.filimonov@gmail.com> |
Switch from deprecated QRegExp to QRegularExpression |
0faa4758 | 19-Jun-2017 |
Nicolas Bonnefon <nicolas@bonnefon.org> |
Add automatic support for UTF16. |
05467f52 | 02-Jun-2017 |
Nicolas Bonnefon <nicolas@bonnefon.org> |
Fix and end of line bug when a line is extended on a block (256) boundary. |
fcf40f17 | 26-Nov-2016 |
Nicolas Bonnefon <nicolas@bonnefon.org> |
Fix a crash when a big file is updated with partial lines. |
702af59e | 06-Feb-2016 |
Nicolas Bonnefon <nicolas@bonnefon.org> |
Initial implementation of the encoding speculator. |
fcaa7557 | 22-Oct-2015 |
Nicolas Bonnefon <nicolas@bonnefon.org> |
Implement a polling timer in WatchTower (Windows). |
9ba963cb | 10-Oct-2015 |
Nicolas Bonnefon <nicolas@bonnefon.org> |
Update unit test configuration for Windows. |
58ab9c53 | 07-Sep-2015 |
Nicolas Bonnefon <nicolas@bonnefon.org> |
Fix non-display of marks when no search is active. |
6e2e573c | 31-Aug-2015 |
Nicolas Bonnefon <nicolas@bonnefon.org> |
CompressedLineStorage now supports >4GB files. |
7151e3ac | 30-Aug-2015 |
Nicolas Bonnefon <nicolas@bonnefon.org> |
Add caching of the position in CompressedLineStorage. |
653377b6 | 16-Aug-2015 |
Nicolas Bonnefon <nicolas@bonnefon.org> |
Now share the indexing data between the two threads.
Compression is disabled. |
3c46a469 | 05-Mar-2015 |
Nicolas Bonnefon <nicolas@bonnefon.org> |
Complete initial implementation of memory compression. |
7a2f3a57 | 05-Mar-2015 |
Nicolas Bonnefon <nicolas@bonnefon.org> |
Implement compression of the memory for the index. |
f049f87f | 04-Mar-2015 |
Nicolas Bonnefon <nicolas@bonnefon.org> |
Refactor the LinePositionArray and add tests. |
ced968a9 | 18-Jan-2015 |
Nicolas Bonnefon <nicolas@bonnefon.org> |
Optimise searches when there is a lot of matches. |
74d66bf4 | 18-Jan-2015 |
Nicolas Bonnefon <nicolas@bonnefon.org> |
Add a perf test for searches. |
8b11848f | 21-Nov-2014 |
Nicolas Bonnefon <nicolas@bonnefon.org> |
Correct following a file in a non-existant directory. |
91f7c705 | 07-Nov-2014 |
Nicolas Bonnefon <nicolas@bonnefon.org> |
Fix the WatchTowerDriver to re-add new files. |
dfb2a39c | 07-Nov-2014 |
Nicolas Bonnefon <nicolas@bonnefon.org> |
Add a temporary config.h and make CMake recognise c++11 compiler support. |
1ee847ca | 27-Oct-2014 |
Nicolas Bonnefon <nicolas@bonnefon.org> |
LogData now only register files once with the FileWatcher. |
3104b268 | 03-Nov-2014 |
Nicolas Bonnefon <nicolas@bonnefon.org> |
Cleanup directories when they are not watched. |