92 Commits (8e922d74f57b98f8aa0ef9acb9b36edf99bab3f2)

Author SHA1 Message Date
eidheim c1307fc5d7 Cleanup and improvement of removed_include_guard: now also identifies #if !defined(... 9 years ago
eidheim 9872a18cb4 Significantly improved reparsing speed of C/C++ header files by removing include guard before passing the file content to libclang 9 years ago
eidheim 45f9f05451 Improved filesystem::(un)escape_argument. Also added filesystem_test. 9 years ago
eidheim f7deb009f4 Minor spelling fix 9 years ago
eidheim 2f26df69c5 Corrected order of found executables in CMakeLists.txt files 9 years ago
eidheim 54dd2965e1 Cleanup of meson implementation 9 years ago
eidheim 7ec8f03039 Improved CMake::get_executable, now also looks in compile_commands.json if no executable was found previously. 9 years ago
eidheim 9b623dd0e0 Added support for the Meson Build System 9 years ago
eidheim 99d63ba477 Updated status bar, and cleanup of update signals affecting status bar and tab texts 9 years ago
Jørgen Lien Sellæg 9cae05b81e cleanup: make global includes global 9 years ago
eidheim 66e5122c6a Minor cleanups: replaced iterating pending events with C++ functions, corrected return value in Notebook::size, and replaced NULL with nullptr in source_clang_test.cc 10 years ago
eidheim 7fa66b1816 Cleanup of the CMakeLists.txt files 10 years ago
eidheim ccf7d3b9b2 Now compiles with c++14 instead of c++11, and some src/git.* cleanup 10 years ago
eidheim a2c4880429 Go to Implementation: now shows a selection dialog if more than one implementation was found 10 years ago
eidheim 18f6c98710 Go to Declaration should now always go to declaration 10 years ago
eidheim abbd7ca459 Improved selection in directory, makes it possible to see the git status of current file for instance 10 years ago
Ole Christian Eidheim 2bc5d65251 Git integration through libgit2 (#244) 10 years ago
Ole Christian Eidheim 2b11c4c69c Added environment variable check on MSYS2 in case MSYS2 makes changes to this in the future 10 years ago
eidheim 3467c152c3 Debug cleanup 10 years ago
eidheim eba80e9a79 Cross compiling: platform spesific fixes 10 years ago
eidheim 8efb735f78 Mostly finished with cross compiling options popover (#238) 10 years ago
eidheim 4d3fc990e0 Disabled lldb_test on debian stable 10 years ago
eidheim a1a523d684 Optimized ClangView's update_syntax and fixed source_clang_test 10 years ago
Ole Christian Eidheim a896ab7e3e SelectionDialogs: improved search entry 10 years ago
eidheim 99571e10a3 Added lldb_test 10 years ago
eidheim 49651a44f8 Added extra read test to source_test 10 years ago
eidheim d08c6a1ee3 Added read/write tests to source_test 10 years ago
eidheim bb711f70d0 Add process_test, and fixits test in source_view_test 10 years ago
eidheim 969cd83997 Cleanup of source_clang_test 10 years ago
eidheim f2ed3b1e5b Added more tests to source_clang_test 10 years ago
eidheim 1443b08e50 Added some more tests to source_clang_test, and fixed test error on OS X 10 years ago
U-ole-PC\ole df925395cc Fixes undefined reference error on MSYS2 and Ubuntu 10 years ago
eidheim c8f72431ed Added source_clang test, and tests cleanup 10 years ago
eidheim b60d6f5a2f CMakeLists.txt cleanup 10 years ago
eidheim 0e636ad5d5 Added source_test testing Source::View::cleanup_whitespace_characters. Removed the now reduntant example_test, and moved comment to source_test. 10 years ago
eidheim ac18d661ab Added extra cmake tests 10 years ago
eidheim cca68fc573 Cleanup of cmake_test 10 years ago
eidheim 51de983d8f Fixed cmake_test in case jucipp folder is not named jucipp 10 years ago
eidheim 3fbb9a28e4 Cleanup of example_test comment 10 years ago
eidheim 7a00076538 Removed -flto as it is no longer needed 10 years ago
eidheim f3e6116e92 Simplified setup of tests, and made tests platform independent 10 years ago
eidheim 13fad63f15 Added initial tests 10 years ago