2619 Commits (730730784656fad7205cca195238addd54f1a1e5)
 

Author SHA1 Message Date
Jørgen Lien Sellæg 7307307846 compile target with files instead of linking 5 years ago
Jørgen Lien Sellæg 05b5b57997 remove references to interpreter 5 years ago
Jørgen Lien Sellæg c519c9dd94 remove interpreter wrapping 5 years ago
Jørgen Lien Sellæg 32b5df1060 remove lldb tests for build check 5 years ago
Jørgen Lien Sellæg 00e1282008 add very basic CMake test 5 years ago
Jørgen Lien Sellæg 91ba2234fe refactor test suite to make room for tests of all bindings 5 years ago
Jørgen Lien Sellæg b898db575f make sure boost filesystem is type casted consistlty 5 years ago
Jørgen Lien Sellæg 8061731851 fix bug where two classes got the same name 5 years ago
Jørgen Lien Sellæg 57a42c8f9e bind some of menu 5 years ago
Jørgen Lien Sellæg 0f4c4a7ce7 fix tests after moving pybind code 5 years ago
Jørgen Lien Sellæg ba24942106 bind git 5 years ago
Jørgen Lien Sellæg e08504e250 bind cppreference 5 years ago
Jørgen Lien Sellæg f583644a89 move binding code to respective files 5 years ago
Jørgen Lien Sellæg 891edadc48 bind dialogs module 5 years ago
Jørgen Lien Sellæg 8e6eaec757 wrap with string to ensure windows support 5 years ago
Jørgen Lien Sellæg 6ae2d94dd1 partially bind lldb debugger 5 years ago
Jørgen Lien Sellæg 3879f9b0d8 bind ctags class 5 years ago
Jørgen Lien Sellæg ee8226d224 small cleanup 5 years ago
Jørgen Lien Sellæg e55c075981 bind compile commands class 5 years ago
Jørgen Lien Sellæg 4763f50e25 bind cmake class 5 years ago
Jørgen Lien Sellæg bcd3d0eb96 bind config classes 5 years ago
Jørgen Lien Sellæg 22bf01be44 move plugin implementation to own file 5 years ago
Jørgen Lien Sellæg 1244f1a32f fix python home and path on windows 5 years ago
Jørgen Lien Sellæg 0be5d31d13 add test for terminal bindings 5 years ago
Jørgen Lien Sellæg 63c822c887 bind terminal and add type caster for filesystem path 5 years ago
Jørgen Lien Sellæg d7b60adc62 find and include python plugin dependencies 5 years ago
eidheim b8f513fdff Simplified default python command 5 years ago
eidheim 7be97ad465 Minor cleanup of build valid checks 5 years ago
eidheim e1bcc080ef Added colors to exit status 5 years ago
eidheim 404490243e Minor terminal cleanup 5 years ago
eidheim 7bf9752200 Added colors to terminal warnings and errors 5 years ago
eidheim 727d9c1c0c Fixes #431: can now cancel creating/updating build folder 5 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 5 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 5 years ago
eidheim 452b40d82a Added preference option to enable detailed preprocessing record when parsing C/C++ buffers 5 years ago
eidheim 8284194db0 Build messages are now shown while build is created/updated 5 years ago
eidheim 4a1f88590a v1.6.1 5 years ago
eidheim 9223fb2132 Updated libclangmm submodule 5 years ago
eidheim ed82f60ceb Language client: now calls every handler on close, fixing a potential freeze where thread in thread_pool never would return 5 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 5 years ago
eidheim ed292c8c89 C/C++: corrected reparse after autocomplete error 5 years ago
eidheim e2425484e9 Added further checks on cursor types before attempting to get debug value 5 years ago
eidheim 92b76420d2 Get correct cursor parent when finding debug value from expression 5 years ago
eidheim 41bead3e50 In order to find executable, create default build if missing, prior to creating debug build 5 years ago
eidheim ac6b501d82 Fixes destruction of already freed memory that was identified by address sanitizer 5 years ago
eidheim f48ccf9a5b Updated CPACK_PACKAGE_DESCRIPTION_SUMMARY 5 years ago
eidheim 74fe6e421f Meson: now reads build/meson-info/intro-targets.json available in newer meson versions 5 years ago
eidheim ffd9679740 Added preference item terminal.clear_on_run_command, and change preference item project.clear_terminal_on_compile to terminal.clear_on_compile 5 years ago
eidheim 7c9dfc51d9 Added Terminal::async_process and Terminal::process tests 5 years ago
eidheim 32e03b40ad Terminal: added support for ansi escape colors, and added links to Node.js stack trace and jest test output. Also added cargo command in preferences. 5 years ago