ccls/src
Riatre Foo 0045e4817c Windows build script (#154)
* Cast from float explicitly.

* Upgrades to waf 2.0.2.

For VS2017 support on Windows.

* [waf] Supports building on Windows.

Needs 7z.exe in PATH for extracting prebuilt clang NSIS installer (when
using bundled clang).
RPATH is "emulated" by putting a libclang.dll alongside the cquery
binary.
Tested with Visual Studio 2017 toolchain.

* [waf] Fix default_resource_directory on Windows + system clang.

* Add AppVeyor configuration
2017-12-17 10:14:30 -08:00
..
messages Windows build script (#154) 2017-12-17 10:14:30 -08:00
atomic_object.h Update diagnostics on document change, not code completion. 2017-09-21 19:25:33 -07:00
cache_loader.cc Introduce MessageHandler abstraction. Mainly just code reorg. 2017-12-04 23:57:41 -08:00
cache_loader.h Introduce MessageHandler abstraction. Mainly just code reorg. 2017-12-04 23:57:41 -08:00
cache.cc Reformat 2017-12-05 08:24:37 -08:00
cache.h Reformat to Chromium style. 2017-09-21 18:14:57 -07:00
clang_complete.cc objc 2017-12-15 12:02:32 -08:00
clang_complete.h No more NonElidedVector 2017-12-11 21:20:29 -08:00
clang_cursor.cc Move libclangmm/Cursor.* to clang_cursor.* 2017-11-11 11:31:05 -08:00
clang_cursor.h Move libclangmm/Cursor.* to clang_cursor.* 2017-11-11 11:31:05 -08:00
clang_index.cc Reformat 2017-12-07 11:54:51 -08:00
clang_index.h Move all libclangmm/* files into src/* directory 2017-11-11 11:41:09 -08:00
clang_translation_unit.cc Serialize clang_createIndex to prevent race condition (concurrent modify/read to FirstTarget defined in lib/Support/TargetRegistry.cpp) 2017-12-07 10:29:42 -08:00
clang_translation_unit.h Move all libclangmm/* files into src/* directory 2017-11-11 11:41:09 -08:00
clang_utils.cc Format 2017-12-11 21:21:03 -08:00
clang_utils.h Move libclangmm/Utility.h into clang_utils.h 2017-11-04 16:02:39 -07:00
code_complete_cache.cc Introduce MessageHandler abstraction. Mainly just code reorg. 2017-12-04 23:57:41 -08:00
code_complete_cache.h No more NonElidedVector 2017-12-11 21:20:29 -08:00
command_line.cc objc 2017-12-15 12:02:32 -08:00
config.h Introduce MessageHandler abstraction. Mainly just code reorg. 2017-12-04 23:57:41 -08:00
entry_points.h Finish migrating to messages/ 2017-12-05 19:46:36 -08:00
file_consumer.cc Remove a bunch of std::cerr in favor of LOG_S 2017-12-01 17:04:39 -08:00
file_consumer.h Format all code in src/ 2017-10-31 12:49:19 -07:00
import_manager.cc Introduce MessageHandler abstraction. Mainly just code reorg. 2017-12-04 23:57:41 -08:00
import_manager.h Introduce MessageHandler abstraction. Mainly just code reorg. 2017-12-04 23:57:41 -08:00
include_complete.cc Reformat to Chromium style. 2017-09-21 18:14:57 -07:00
include_complete.h Reformat to Chromium style. 2017-09-21 18:14:57 -07:00
indexer.cc Do not emit an include in the indexer if we failed to resolve the file. Also add -resource-dir to tests. 2017-12-15 21:24:31 -08:00
indexer.h Move usr out of *Def and into Query*/Index* types. 2017-12-11 23:57:44 -08:00
ipc_manager.cc Introduce MessageHandler abstraction. Mainly just code reorg. 2017-12-04 23:57:41 -08:00
ipc_manager.h Introduce MessageHandler abstraction. Mainly just code reorg. 2017-12-04 23:57:41 -08:00
ipc.cc Remove Ipc_Cout; rename IpcId::Cout to IpcId::Unknown. 2017-12-04 00:16:19 -08:00
ipc.h Move Ipc_* types into messages/ 2017-12-05 20:41:44 -08:00
language_server_api.cc Escape more symbols in path handling. 2017-12-11 11:11:02 -08:00
language_server_api.h No more NonElidedVector 2017-12-11 21:20:29 -08:00
lex_utils.cc Finish migrating to messages/ 2017-12-05 19:46:36 -08:00
lex_utils.h Reformat to Chromium style. 2017-09-21 18:14:57 -07:00
lru_cache.h Fix clang build 2017-12-05 19:49:16 -08:00
match.cc Remove Ipc_Cout; rename IpcId::Cout to IpcId::Unknown. 2017-12-04 00:16:19 -08:00
match.h Reformat to Chromium style. 2017-09-21 18:14:57 -07:00
message_handler.cc Do not index files starting with git: 2017-12-06 17:00:19 -08:00
message_handler.h Do not index files starting with git: 2017-12-06 17:00:19 -08:00
options.cc Remove a bunch of std::cerr in favor of LOG_S 2017-12-01 17:04:39 -08:00
options.h Reformat to Chromium style. 2017-09-21 18:14:57 -07:00
performance.h Reformat to Chromium style. 2017-09-21 18:14:57 -07:00
platform_linux.cc Fix IsSymLink on Linux (#147) 2017-12-16 08:32:10 -08:00
platform_win.cc Make sure GetExecutablePath is normalized on windows. 2017-12-15 21:18:23 -08:00
platform.cc Remove a bunch of std::cerr in favor of LOG_S 2017-12-01 17:04:39 -08:00
platform.h Better default resource dir heuristics: use system resource dir with system clang and relative path to resource dir with bundled clang (#137) 2017-12-14 14:35:21 -08:00
position.cc Try to avoid crashing when deserializing JSON 2017-11-18 09:27:37 -08:00
position.h Reformat to Chromium style. 2017-09-21 18:14:57 -07:00
project.cc Fix project.cc unit tests. 2017-12-15 21:05:48 -08:00
project.h Run ./format.sh 2017-12-01 09:55:41 -08:00
query_utils.cc No more NonElidedVector 2017-12-11 21:20:29 -08:00
query_utils.h No more NonElidedVector 2017-12-11 21:20:29 -08:00
query.cc Move usr out of *Def and into Query*/Index* types. 2017-12-11 23:57:44 -08:00
query.h Move usr out of *Def and into Query*/Index* types. 2017-12-11 23:57:44 -08:00
semantic_highlight_symbol_cache.cc Finish migrating to messages/ 2017-12-05 19:46:36 -08:00
semantic_highlight_symbol_cache.h Finish migrating to messages/ 2017-12-05 19:46:36 -08:00
serializer.cc Move usr out of *Def and into Query*/Index* types. 2017-12-11 23:57:44 -08:00
serializer.h No more NonElidedVector 2017-12-11 21:20:29 -08:00
standard_includes.cc Reformat to Chromium style. 2017-09-21 18:14:57 -07:00
standard_includes.h Add #include auto-complete. 2017-05-21 00:37:53 -07:00
task.cc Fix clang compile 2017-08-16 22:17:24 -07:00
task.h Fix clang compile 2017-08-16 22:17:24 -07:00
test.cc Do not emit an include in the indexer if we failed to resolve the file. Also add -resource-dir to tests. 2017-12-15 21:24:31 -08:00
test.h Allow running unit and index tests separately 2017-11-19 14:35:16 -08:00
third_party_impl.cc First pass at logging using loguru 2017-07-27 19:14:46 -07:00
threaded_queue.h Add a virtual destructor for ThreadedQueue 2017-11-19 01:16:32 -05:00
timer.cc Format all code in src/ 2017-10-31 12:49:19 -07:00
timer.h Add start/pause to Timer 2017-10-23 08:04:43 -07:00
timestamp_manager.cc Introduce MessageHandler abstraction. Mainly just code reorg. 2017-12-04 23:57:41 -08:00
timestamp_manager.h Introduce MessageHandler abstraction. Mainly just code reorg. 2017-12-04 23:57:41 -08:00
utils.cc Move default resource directory computation to utils. 2017-12-15 21:18:49 -08:00
utils.h Move default resource directory computation to utils. 2017-12-15 21:18:49 -08:00
work_thread.cc Reformat to Chromium style. 2017-09-21 18:14:57 -07:00
work_thread.h Reformat to Chromium style. 2017-09-21 18:14:57 -07:00
working_files.cc Log stack trace when there is bad index/buffer lines 2017-12-12 09:50:12 -08:00
working_files.h Move Ipc_* types into messages/ 2017-12-05 20:41:44 -08:00