214 Commits (8f4bc899603d0d5a5aeeeacb81d1fceddcbd834c)
 

Author SHA1 Message Date
eidheim 89cdce36da Fixes #26: fixed memory leak in clang::Index 10 years ago
eidheim b298871937 Resolved conflicts 10 years ago
Ole Christian Eidheim 177ca1862b Merge pull request #24 from pluehne/issue-configurable-tests 10 years ago
Patrick Lühne 642a9f4f88 Updated copyright year in license. 10 years ago
Patrick Lühne 223cda3355 Fixed URL in readme file. 10 years ago
Patrick Lühne 86365311ac Minor formatting in installation guide. 10 years ago
Patrick Lühne 65102e176c Fixed typos in the readme file. 10 years ago
Patrick Lühne 569f231512 Fixed typos in CMake file. 10 years ago
Patrick Lühne 9154d5fe2b Updated readme file with information about CMake option for enabling unit tests. 10 years ago
Patrick Lühne ae800e3aaf Added CMake option to enable tests (disabled by default). 10 years ago
eidheim df42c7658b Added default constructor to clang::Cursor 10 years ago
eidheim 251ff8ef0c Improved Tokens::get_cxx_methods and various minor cleanups 10 years ago
eidheim 89b5a8731e Improved clang::Cursor::has_type 10 years ago
eidheim 0753e37f0f CMakeLists: added extra warning flags 10 years ago
eidheim 6a9f24ac29 Removed unneeded const return qualifiers, replaced a couple old c-casts, and updated FindLibClang.cmake 10 years ago
eidheim b0fb1f7311 Fix to last commit 10 years ago
eidheim 5eb017cd16 Added version check to Cursor::get_type 10 years ago
eidheim 8d83d9c69b Fixes to last commit 10 years ago
eidheim ebea913261 Improved type info for auto and const auto 10 years ago
Jørgen Lien Sellæg c1f4eef139 Merge pull request #23 from eidheim/master 10 years ago
eidheim decd187c09 Cleanup of TranslationUnit and CodeCompleteResults. 10 years ago
Ole Christian Eidheim 9fb4553e79 Merge pull request #22 from eidheim/master 10 years ago
eidheim c948f26943 Now possible to perform clang processing without copy of buffer from Glib::ustring. 10 years ago
Ole Christian Eidheim f1f784dd02 Merge pull request #21 from eidheim/master 10 years ago
eidheim 83d27ab618 Yet another minor type fix to README.md. 10 years ago
eidheim b0518229e7 Minor type fix to README.md. 10 years ago
eidheim 4582853171 Added link to jucipp to README.md. 10 years ago
eidheim e060dec32b Fixed fix it bug. 10 years ago
eidheim 5bd4a97b01 More minor cleanup. 10 years ago
eidheim 618b9068bc Minor cleanup. 10 years ago
eidheim 37795c7515 Added fix its to diagnostics. 10 years ago
Jørgen Lien Sellæg 7c15b12a85 Merge pull request #20 from eidheim/master 10 years ago
eidheim 1b4a2cbb7f updated install doc. 10 years ago
eidheim 1386f8582a Added clang version 3.7. 10 years ago
eidheim 7c447f589a MSYS2 has fixed the missing libclang.dll.a file. Please install the latest clang package on MSYS2. 10 years ago
eidheim b18935d82c Fixed get_similar_token_offsets. 10 years ago
eidheim 847a3546f0 Token and Cursor cleanup. 10 years ago
eidheim 2aab9cd898 Added get_usr to completion results, and get_spelling to cursor. 10 years ago
eidheim 79a1849997 Fixed marking of similar tokens for instance in: exit(EXIT_SUCCESS); 10 years ago
eidheim 950d47389b More effective get_similar_token_offsets. 10 years ago
eidheim d4ac255e72 Various new functions to retrieve cursor information more effective. 10 years ago
Jørgen Lien Sellæg df393cb412 Merge pull request #19 from eidheim/master 10 years ago
Ole Christian Eidheim 192122d17b A bit shorter function signatures 10 years ago
eidheim a31f06416f Fixes a bug where not all of the similar types gets returned. 10 years ago
Jørgen Lien Sellæg 2b4c4c9a08 Merge pull request #18 from eidheim/master 10 years ago
eidheim 78117904f3 Now handles crash in clang_codeCompleteAt. 10 years ago
Jørgen Lien Sellæg b940986a0a Merge pull request #17 from eidheim/master 10 years ago
eidheim e54fed4952 Now should install to include/libclangmm. 10 years ago
eidheim 88b2b1a404 CMakeLists now works with -DCMAKE_INSTALL_PREFIX to install on all platforms. 10 years ago
Ole Christian Eidheim c535a4d7e8 Update install.md 10 years ago