Jump to content

OpenGrok: Difference between revisions

From Wikipedia, the free encyclopedia
Content deleted Content added
tidy
No edit summary
Line 9: Line 9:
| collapsible = yes
| collapsible = yes
| developer = [[Sun Microsystems]]/[[Oracle Corporation]]
| developer = [[Sun Microsystems]]/[[Oracle Corporation]]
| latest release version = 0.11
| latest release version = 0.11.1
| latest release date = {{release date|2012|02|07}}
| latest release date = {{release date|2012|03|30}}
| latest preview version =
| latest preview version =
| latest preview date =
| latest preview date =

Revision as of 07:51, 10 May 2012

OpenGrok
Developer(s)Sun Microsystems/Oracle Corporation
Stable release
0.11.1 / March 30, 2012 (2012-03-30)
Repository
Written inJava
Operating systemCross-platform
TypeIndexer and cross-referencer with Revision control
LicenseCDDL
Websitehttp://www.opensolaris.org/os/project/opengrok/

OpenGrok is a source code search and cross reference engine. It helps programmers to search, cross-reference and navigate source code trees.

It can understand various program file formats and version control histories like Monotone, SCCS, RCS, CVS, Subversion, Mercurial, Git, Clearcase and Bazaar[1].

The name comes from the term grok, a jargon term used in computing to mean "profoundly understand".

OpenGrok is being developed mainly by Sun Microsystems engineers with help from its community. OpenGrok is released under the terms of the Common Development and Distribution License (CDDL).

Features

OpenGrok's features include:

  • Full text Search
  • Definition Search
  • Identifier Search
  • Path search
  • History Search
  • Shows matching lines
  • Hierarchical Search
  • query syntax like AND, OR, field:
  • Incremental update
  • Syntax highlighting-Xref
  • Interface for SCM
  • open source
  • Usable URLs
  • Individual file download
  • Changes at directory level
  • Multi language support

See also

References