2623 Commits (3368b4ffc2294828b09f79a44a43c63691ba3b83)
 

Author SHA1 Message Date
Jørgen Lien Sellæg 3368b4ffc2 test cmake bindings 6 years ago
Jørgen Lien Sellæg 95f15ef264 move python interpreter test to python module test 6 years ago
Jørgen Lien Sellæg 7778752da0 disable lldb tests on debian due to an bug in python 6 years ago
Jørgen Lien Sellæg 76e8e5dc54 add paths for windows in test environment 6 years ago
Jørgen Lien Sellæg 7307307846 compile target with files instead of linking 6 years ago
Jørgen Lien Sellæg 05b5b57997 remove references to interpreter 6 years ago
Jørgen Lien Sellæg c519c9dd94 remove interpreter wrapping 6 years ago
Jørgen Lien Sellæg 32b5df1060 remove lldb tests for build check 6 years ago
Jørgen Lien Sellæg 00e1282008 add very basic CMake test 6 years ago
Jørgen Lien Sellæg 91ba2234fe refactor test suite to make room for tests of all bindings 6 years ago
Jørgen Lien Sellæg b898db575f make sure boost filesystem is type casted consistlty 6 years ago
Jørgen Lien Sellæg 8061731851 fix bug where two classes got the same name 6 years ago
Jørgen Lien Sellæg 57a42c8f9e bind some of menu 6 years ago
Jørgen Lien Sellæg 0f4c4a7ce7 fix tests after moving pybind code 6 years ago
Jørgen Lien Sellæg ba24942106 bind git 6 years ago
Jørgen Lien Sellæg e08504e250 bind cppreference 6 years ago
Jørgen Lien Sellæg f583644a89 move binding code to respective files 6 years ago
Jørgen Lien Sellæg 891edadc48 bind dialogs module 6 years ago
Jørgen Lien Sellæg 8e6eaec757 wrap with string to ensure windows support 6 years ago
Jørgen Lien Sellæg 6ae2d94dd1 partially bind lldb debugger 6 years ago
Jørgen Lien Sellæg 3879f9b0d8 bind ctags class 6 years ago
Jørgen Lien Sellæg ee8226d224 small cleanup 6 years ago
Jørgen Lien Sellæg e55c075981 bind compile commands class 6 years ago
Jørgen Lien Sellæg 4763f50e25 bind cmake class 6 years ago
Jørgen Lien Sellæg bcd3d0eb96 bind config classes 6 years ago
Jørgen Lien Sellæg 22bf01be44 move plugin implementation to own file 6 years ago
Jørgen Lien Sellæg 1244f1a32f fix python home and path on windows 6 years ago
Jørgen Lien Sellæg 0be5d31d13 add test for terminal bindings 6 years ago
Jørgen Lien Sellæg 63c822c887 bind terminal and add type caster for filesystem path 6 years ago
Jørgen Lien Sellæg d7b60adc62 find and include python plugin dependencies 6 years ago
eidheim b8f513fdff Simplified default python command 6 years ago
eidheim 7be97ad465 Minor cleanup of build valid checks 6 years ago
eidheim e1bcc080ef Added colors to exit status 6 years ago
eidheim 404490243e Minor terminal cleanup 6 years ago
eidheim 7bf9752200 Added colors to terminal warnings and errors 6 years ago
eidheim 727d9c1c0c Fixes #431: can now cancel creating/updating build folder 6 years ago
eidheim 446b2c3b5b Fixes #429: now outputs a more informative error message when project folder has been moved and the build folder no longer contains a valid build 6 years ago
eidheim 3761b9b0bc Cleanup of preferences: enable_clang_tidy changed to clang_tidy_enable, and enable_clang_detailed_preprocessing_record changed to clang_detailed_preprocessing_record 6 years ago
eidheim 452b40d82a Added preference option to enable detailed preprocessing record when parsing C/C++ buffers 6 years ago
eidheim 8284194db0 Build messages are now shown while build is created/updated 6 years ago
eidheim 4a1f88590a v1.6.1 6 years ago
eidheim 9223fb2132 Updated libclangmm submodule 6 years ago
eidheim ed82f60ceb Language client: now calls every handler on close, fixing a potential freeze where thread in thread_pool never would return 6 years ago
eidheim b1d1762199 Language client: added workaround for rust analyzer that does not properly report diagnostics without checkOnSave enabled. Request ids now starts at 0, and made preparations for creating responses toserver requests 6 years ago
eidheim ed292c8c89 C/C++: corrected reparse after autocomplete error 6 years ago
eidheim e2425484e9 Added further checks on cursor types before attempting to get debug value 6 years ago
eidheim 92b76420d2 Get correct cursor parent when finding debug value from expression 6 years ago
eidheim 41bead3e50 In order to find executable, create default build if missing, prior to creating debug build 6 years ago
eidheim ac6b501d82 Fixes destruction of already freed memory that was identified by address sanitizer 6 years ago
eidheim f48ccf9a5b Updated CPACK_PACKAGE_DESCRIPTION_SUMMARY 6 years ago