6 Commits (3c726f52dad13b25c8208d3f8dc5fd5c8d69c607)

Author SHA1 Message Date
eidheim 3c726f52da Formatting cleanup 5 years ago
Jørgen Lien Sellæg d518aab030 update lambdas to new format 5 years ago
Jørgen Lien Sellæg bca93a62dc use correct format on certain parts 5 years ago
eidheim b92da8dc12 Added syntax highlighting to tooltips, and some various cleanups. 6 years ago
eidheim b2c4056be8 Made use of boost::optional, and some other cleanup 6 years ago
eidheim 480430ed16 Renamed C++ header and source files to use proper C++ file extensions. 6 years ago
eidheim 92b09633bf Renamed enum class enumerators 6 years ago
eidheim 9e0a25e9ac Made use of clang's Thread Safety Analysis. Also added two new ci-jobs: static-analysis and thread-safety-analysis using the arch linux image. Static analysis tasks were removed from the other jobs. 7 years ago
eidheim f53bf4991e Fixed crash in newest libgit2: initialize must now be called before using git_diff_buffers 7 years ago
eidheim b466b46efa Removed unused member variable in git.h 7 years ago
eidheim 418f6c13d3 Improved LIBGIT2_VER_MAJOR check 7 years ago
maxice8 3e1ed92cc1
src/git.cc: Fix API compatibility with libgit2 0.28 7 years ago
eidheim 5157a3b635 Make use of lock_guard instead of unique_lock where possible 7 years ago
eidheim bf984231d4 Formatted code with custom clang-format 8 years ago
eidheim 6a7a059458 Made use of map/set instead of unordered_map/unordered_set where appropriate 8 years ago
eidheim 521e563997 Additional fixes of clang-tidy's performance warnings 8 years ago
eidheim b1ae1656a3 Fixed warnings from clang-tidy's modernize checks 8 years ago
eidheim bf798073c0 Added source.auto_reload_changed_files preference item, and support for prettier. Also made some various minor fixes 8 years ago
eidheim a26940e921 Improved replace text through libgit2 making file reload and some format style functions faster and without scrolling issues 8 years ago
eidheim 9a611b6c89 Fixes #343: segfault when opening bare git repository 8 years ago
eidheim d9ee4d97ce Cleanup: removed support for older libraries 8 years ago
eidheim 2332ba7cb6 Fixes symbolic link issues (see #319) 9 years ago
eidheim 99d63ba477 Updated status bar, and cleanup of update signals affecting status bar and tab texts 9 years ago
eidheim 2322c3ad08 Fixes #266, now checks for glibmm 2.45 before using FILE_MONITOR_WATCH_MOVES when monitoring directories 9 years ago
eidheim 6d56df787e Simplified Git::get_repository 9 years ago
Vipul S. Chawathe c143af279b Checked for more BSDs 10 years ago
nshcat da33a926a4 Replaced NULL with nullptr wherever applicable. 10 years ago
Mohammad S. Babaei 3e146234e8 builds on FreeBSD. related to #253 10 years ago
eidheim bbe13c186e Reverted the gio check. GLIBMM_ is correct according to https://developer.gnome.org/glibmm/stable/group__giommEnums.html#ga469f795e9a4dddb2421c0e5568be6649 10 years ago
eidheim 5ab4032fa5 Fixed Giomm version check 10 years ago
eidheim 87108b26ba Fixes related to #253: FreeBSD build 10 years ago
eidheim ccf7d3b9b2 Now compiles with c++14 instead of c++11, and some src/git.* cleanup 10 years ago
Ole Christian Eidheim 2bc5d65251 Git integration through libgit2 (#244) 10 years ago