ccls 0.20190823.4-1ubuntu1 source package in Ubuntu

Changelog

ccls (0.20190823.4-1ubuntu1) focal; urgency=low

  * Merge from Debian unstable.  Remaining changes:
    - stick with llvm-8 (thanks to Shengjing Zhu for the d/rules fix)
      LP: #1845233

ccls (0.20190823.4-1) unstable; urgency=medium

  * New upstream release 0.20190823.4

ccls (0.20190823.3-1ubuntu1) focal; urgency=medium

  * Merge from Debian unstable. Remaining changes:
    - stick with llvm-8 for now

ccls (0.20190823.3-1) unstable; urgency=medium

  * New upstream release 0.20190823.3
  * debian/control: minor change for package description
  * debian/rules: python3 is only needed for test
  * debian/rules: guess clang version by directory name
  * Bump Standards-Version to 4.4.1 (no changes)

 -- Gianfranco Costamagna <email address hidden>  Tue, 29 Oct 2019 06:30:48 +0100

Upload details

Uploaded by:
Gianfranco Costamagna
Uploaded to:
Focal
Original maintainer:
Shengjing Zhu
Architectures:
any
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
ccls_0.20190823.4.orig.tar.gz 155.1 KiB 0968deb199f4a26d6957c30239f31b01614b5b7f676adf222db2ae02a8d68612
ccls_0.20190823.4-1ubuntu1.debian.tar.xz 7.6 KiB a491cf45bc041a9ba4076a8882608f9113600e90a07beec730916723c045f485
ccls_0.20190823.4-1ubuntu1.dsc 1.9 KiB 9873b1a3777f6c8651a3455440b746accf80c836a1ec3bd9bf35d669814d9d56

View changes file

Binary packages built by this source

ccls: C/C++/ObjC language server

 This originates from cquery, and is a server implementing
 Language Server Protocol for C/C++/Objective-C. It supports:
 .
  * code completion (with both signature help and snippets)
  * definition/references, and other cross references
  * cross reference extensions:
    $ccls/call $ccls/inheritance $ccls/member $ccls/vars ...
  * formatting
  * hierarchies:
    call (caller/callee) hierarchy, inheritance (base/derived) hierarchy,
    member hierarchy
  * symbol rename
  * document symbols and approximate search of workspace symbol
  * hover information
  * diagnostics and code actions (clang FixIts)
  * semantic highlighting and preprocessor skipped regions
  * semantic navigation:
    $ccls/navigate

ccls-dbgsym: debug symbols for ccls