Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | clang-tidy: Fix readability-static-accessed-through-instance | Regina Pfeifer | 2018-11-21 | 1 | -2/+1 |
| | | | | Enable the check in .clang-tidy and fix all warnings. | ||||
* | cmake-server: Revert "Support codemodel filegroups for INTERFACE_SOURCES" | Brad King | 2018-10-17 | 1 | -175/+39 |
| | | | | | | | | | | | | | Revert commit v3.13.0-rc1~144^2 (cmake-server: Support codemodel filegroups for INTERFACE_SOURCES, 2018-08-10). The changes activate code paths not meant to be used with interface libraries. Another approach will be needed to expose this information later. This revert has to be done by hand because the code in question has been changed somewhat since the changes were made, and was also factored out to another source file. Fixes: #18463 | ||||
* | server: Compile json object generation source separately | Brad King | 2018-09-21 | 1 | -12/+16 |
| | | | | | Declare entry points in a dedicated header and compile the source separately instead of including it in the server implementation. | ||||
* | server: Split json object generation into separate source | Brad King | 2018-09-21 | 1 | -0/+819 |
For now just move the content and `#include` it back in to the original translation unit. That way `git blame` can cleanly track the original lines. |