119 Commits (2aab9cd898568bd3d96ce18263e073d818066427)
 

Author SHA1 Message Date
eidheim fbefd90985 Removed default constructor since destroying an object using this would result in segmentation fault. No more crashes hopefully 11 years ago
eidheim 4cec716eac Removed some maybe-dangerous use of auto. Added DefaultFlags, and using this as default parameter to for instance ReparseTranslationUnit. 11 years ago
eidheim fc4e02756b Changed const int flags to class private member in clang::TranslationUnit. 11 years ago
Jørgen Lien Sellæg 10fef68b35 Merge pull request #1 from eidheim/juci 11 years ago
eidheim ef0183c371 Now also getting compile commands for header-files. 11 years ago
eidheim 1dce44f4e4 Changed vector<const char*> to vector<string> in TranslationUnit parameter. 11 years ago
eidheim e380b4175d Removed throw exception when compile_commands.json is missing in project_path. 11 years ago
eidheim 39ab3f97b6 Added two exception throws. 11 years ago
eidheim cadcbbfe7e Greatly increased speed. For instance, instant completion on second completion if headers are not changed. From approximately 5 to 0 seconds on https://github.com/eidheim/Simple-Web-Server. 11 years ago
eidheim 06d1c1aa7c Changed the last fix to instead return the correct number of chunks in clang::CompletionString::get_num_chunks(). 11 years ago
eidheim 937bde00e7 Segmentation fault fixed as get_num_chunks could sometimes be larger than get_chunks.size(). 11 years ago
eidheim 9d32570800 Added -O3, and OS X support. Also fixed a test on OS X. 11 years ago
Jørgen Lien Sellæg 89fdd6fe48 juci branch 11 years ago
Jørgen Lien Sellæg 681323ef8a Add test documentation 11 years ago
Jørgen Lien Sellæg 6062380697 Remove includes 11 years ago
Jørgen Lien Sellæg 82f1049c82 Remove header 11 years ago
Jørgen Lien Sellæg 7fa2f24b74 Add correct highlighting 11 years ago
Jørgen Lien Sellæg e10216f254 Initial commit 11 years ago
Jørgen Lien Sellæg 4d9cefa910 Initial commit 11 years ago