Skip to content

rtk4616/google-gtags

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Google Tags (GTags)

Google Tags is a project to speed up code browsing in large source code base. Here are some scenarios where it can help:

    * While you're browsing source code, Gtags can immediately jump to the definition of a function or variable.
    * Gtags can grep over all definitions or function calls in Google source code.
    * Gtags can tell you where all the callers of a particular function are. 

We do this by extending the TAGS functionality in GNU Emacs and XEmacs. A separate server-side component answers requests for particular tags and returns a set of matching results for each.

We provide an Emacs client, a command-line client, and a VI client. We also provide a Python API. 

See http://code.google.com/p/google-gtags/wiki/GTags for detailed documentation on GTags and its clients.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 71.8%
  • Emacs Lisp 15.2%
  • Python 9.4%
  • Vim Script 1.8%
  • Shell 1.1%
  • C 0.5%
  • Common Lisp 0.2%