13 Commits (ac213ebc444e042a100df7fe85c8063d7f895635)

Author SHA1 Message Date
eidheim fdede18bd8 Now possible to perform clang processing without copy of buffer from Glib::ustring. 10 years ago
eidheim 81f50bef10 Minor cleanups. Added override keywords in some header files. 10 years ago
eidheim c3ea4c722b Fixes #92, and some cleanup of the reparse functions and variables. 10 years ago
Ole 807606696e Now using boost::regex instead of std::regex so that juci can compile with g++-4.8. Many systems use this old compiler and this makes juci compile on more platforms. Also, installation on Ubuntu 14 is simpler and do not require to tap the test repository. 10 years ago
eidheim eb13a7e81f Added Go to Usage, and fixed #82 by removing the directory ignore option. This also makes implementing git integration easier. 10 years ago
eidheim b373cbef55 Have tried precompiled headers, but its leading to less responsive clang-processing. Reverting back to prior clang-processing. 10 years ago
eidheim 50d221c3cb Now again waits with the reparse until buffer is changed, leading to faster file open, meaning less resources used, and avoiding a minor bug introduced in last commit. This should conclude the work preparing to use precompiled headers acrossed files. 10 years ago
eidheim 64994a1a5b Now runs reparse right after translationunit is created to avoid delays when starting to writing code. 10 years ago
eidheim 11d01f8fa1 Starts reparse right away on buffer change if reparse has not been run before. This avoids several slow autocompletions if reparse has not been run before. 10 years ago
eidheim 626d347387 Singletong and config cleanup. Got rid of most if not all circular includes. 10 years ago
eidheim f20823c477 Now getting rid of all dispatchers on source_clang delete. 10 years ago
eidheim 17e45b1e63 Resolved conflicts in #68. 10 years ago
eidheim 72d192e08c Cleanup of source and source_clang. 10 years ago
eidheim b4f4af5af4 Moved ClangViewParse to source_clang.*. 10 years ago