rtags 2.34-1ubuntu2 source package in Ubuntu

Changelog

rtags (2.34-1ubuntu2) focal; urgency=medium

  * tests: Wait 0.1s after "rtags-rc" -w for rtags-rdm to become ready.
    Rtags-rdm seems to not be ready immediately and this causes failures
    in Ubuntu CI infrastructure.
  * debian/tests/run-test: Revert adding extra wait on slow systems

 -- Balint Reczey <email address hidden>  Wed, 06 Nov 2019 14:03:18 +0100

Upload details

Uploaded by:
Balint Reczey
Uploaded to:
Focal
Original maintainer:
Ubuntu Developers
Architectures:
any all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
rtags_2.34.orig.tar.gz 1.5 MiB b1401c8d443d651a476761ab732bd7cc87a14b04630bda2dcbab80ad72738648
rtags_2.34-1ubuntu2.debian.tar.xz 13.4 KiB 642445025d072c35e6a690dd5d4b7d51766c339132479316092895d27773c3e6
rtags_2.34-1ubuntu2.dsc 2.5 KiB a35afc6e6963ce6196fba1e59c9b1d66ac4abf7b386db89b46c7422e5b90aaa3

View changes file

Binary packages built by this source

elpa-ac-rtags: auto-complete back-end for RTags

 RTags is a client/server application that indexes C/C++ code and
 keeps a persistent file-based database of references, declarations,
 definitions, symbolnames etc.
 .
 This package provides the auto-complete back-end.

elpa-company-rtags: company back-end for RTags

 RTags is a client/server application that indexes C/C++ code and
 keeps a persistent file-based database of references, declarations,
 definitions, symbolnames etc.
 .
 This package provides the company completion back-end.

elpa-flycheck-rtags: flycheck integration for RTags

 RTags is a client/server application that indexes C/C++ code and
 keeps a persistent file-based database of references, declarations,
 definitions, symbolnames etc.
 .
 This package provides the flycheck integration.

elpa-helm-rtags: helm interface for RTags

 RTags is a client/server application that indexes C/C++ code and
 keeps a persistent file-based database of references, declarations,
 definitions, symbolnames etc.
 .
 This package provides the helm interface.

elpa-ivy-rtags: ivy back-end for RTags

 RTags is a client/server application that indexes C/C++ code and
 keeps a persistent file-based database of references, declarations,
 definitions, symbolnames etc.
 .
 This package provides the ivy back-end.

elpa-rtags: emacs front-end for RTags

 RTags is a client/server application that indexes C/C++ code and
 keeps a persistent file-based database of references, declarations,
 definitions, symbolnames etc.
 .
 This package provides the minor mode for RTags.

rtags: C/C++ client/server indexer with integration for Emacs

 RTags is a client/server application that indexes C/C++ code and
 keeps a persistent file-based database of references, declarations,
 definitions, symbolnames etc. There’s also limited support for
 ObjC/ObjC++. It allows you to find symbols by name (including nested
 class and namespace scope). Most importantly it gives you proper
 follow-symbol and find-references support. It also have neat little
 things like rename-symbol, integration with clang’s “fixits”
 (https://clang.llvm.org/diagnostics.html).

rtags-dbgsym: debug symbols for rtags