Go to Google
 Gtags

code.google.com

Project Page

Downloads

News

Server-based tags serving for large codebases Clients in python and for emacs and vim

Overview

Gtags is a speed-up of TAGS/etags for large source bases. In particular, the TAGS file is loaded into memory by a server, which then provides a narrowed view of the TAGS file to a client, resulting in a certain amount of speed-up due to having a much narrowed view.

Gtags has 3 components, the indexing component (which depends on the etags program distributed by EMACS), the server (which loads the index into memory), and the client (which talks to the server via IP).

Gtags is distributed under the terms of the Apache Software Foundation License.

For downloads, news, and other information, visit our Project Page

Install

The gtags server requires PCRE version 6.3 or better. As this version of PCRE is only available in source form at this time, we've made .rpm files available on a limited basis. For other architectures or package management systems, you can always download the latest source code from the PCRE project page.
 

Download

Download gtags 0.1

News

  • Initial Launch, Jan 2006

See the Project Page for news archives.

Google Groups

Bug reports and patches


o ooO
Code.google.com is Google's open-source project, releasing useful pieces of Google software into the wild. Keep watching for more.
SourceForge.net Logo