Jump to content

OpenGrok: Difference between revisions

From Wikipedia, the free encyclopedia
Content deleted Content added
No edit summary
No edit summary
Line 26: Line 26:
The name comes from the term ''[[grok]]'', a [[jargon]] term used in computing to mean "profoundly understand".
The name comes from the term ''[[grok]]'', a [[jargon]] term used in computing to mean "profoundly understand".


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


== Features ==
== Features ==

Revision as of 07:52, 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 Oracle Corporation (former 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