Keine Beschreibung

Glynn Clements 604a1fe33e Move header inclusions, macros into appropriate files vor 15 Jahren
db e07b5711fd activate OFTDate, OFTTime, OFTDateTime (treat as strings as in DBF driver) vor 15 Jahren
debian 90dd81d051 files moved in debianGIS repo vor 16 Jahren
demolocation a5212e133b Build demolocation using $(MKDIR) and $(INSTALL) instead of "tar" vor 15 Jahren
display df4d81abd4 Move raster-specific functions from lib/gis to lib/raster: vor 15 Jahren
doc df4d81abd4 Move raster-specific functions from lib/gis to lib/raster: vor 15 Jahren
gem 55a25d7cc3 Use GRASS build system vor 15 Jahren
general 88abdb3fab Eliminate G_copy(); replace with memcpy() or assignment vor 15 Jahren
gui e37026eb56 menudata.py needs the installed menudata.xml, not the source file vor 15 Jahren
imagery 88abdb3fab Eliminate G_copy(); replace with memcpy() or assignment vor 15 Jahren
include 619b3f6325 Eliminate G_index(), G_rindex(); replace with strchr(), strrchr() vor 15 Jahren
lib 604a1fe33e Move header inclusions, macros into appropriate files vor 15 Jahren
locale 1357f598e1 Naoki Ueda: cont'ed vor 15 Jahren
macosx 0d62342cc3 fix space-in-path problem vor 15 Jahren
man fcf62d9b70 don't include revision number in manual vor 15 Jahren
misc d6700ffb2c Update LIBES, DEPENDENCIES from linkage database vor 16 Jahren
mswindows a8e7abf81b maintain local msys.bat (Helmut, Colin, me; https://trac.osgeo.org/grass/ticket/905, https://trac.osgeo.org/grass/ticket/629) vor 15 Jahren
ps df4d81abd4 Move raster-specific functions from lib/gis to lib/raster: vor 15 Jahren
raster 88abdb3fab Eliminate G_copy(); replace with memcpy() or assignment vor 15 Jahren
raster3d df4d81abd4 Move raster-specific functions from lib/gis to lib/raster: vor 15 Jahren
rfc a3f16e7ef1 +Anne, +Helmut vor 15 Jahren
rpm b62c85c714 6.3 -> 7.0.svn vor 16 Jahren
scripts a58927d258 Don't call GRASS modules from the top level vor 15 Jahren
sites 9339a2b67e use array for keywords (to avoid duplicate locales) vor 16 Jahren
swig df4d81abd4 Move raster-specific functions from lib/gis to lib/raster: vor 15 Jahren
testsuite c4464c33f8 small fixes vor 17 Jahren
tools 34892b4f7f 2010ing vor 15 Jahren
vector 0c79adbbf7 Elminate G_strdup(); replace with G_store() vor 15 Jahren
visualization 8c913267e9 Pass executable name separately (no longer in argv[]) vor 15 Jahren
AUTHORS 150262c5d5 due props (merge from devbr6) vor 15 Jahren
CHANGES db49180dd7 welcome to GRASS 7.0.svn vor 17 Jahren
COPYING 4c251ca11d affiliation updated vor 15 Jahren
GPL.TXT db49180dd7 welcome to GRASS 7.0.svn vor 17 Jahren
INSTALL 34892b4f7f 2010ing vor 15 Jahren
Makefile 70f065956b Set svn:executable property on install-sh vor 15 Jahren
README c247965157 url of GRASS programmer's manual updated vor 15 Jahren
REQUIREMENTS.html 06bb9194c0 +make version minimum if GNU make vor 16 Jahren
SUBMITTING 34892b4f7f 2010ing vor 15 Jahren
SUBMITTING_DOCS 7b412958b7 say how the docs are handled and generated vor 16 Jahren
SUBMITTING_PYTHON 45420ba71c cosmetics, https://trac.osgeo.org/grass/changeset/37340 vor 16 Jahren
SUBMITTING_SCRIPTS db49180dd7 welcome to GRASS 7.0.svn vor 17 Jahren
TODO 6a677a47f9 updated vor 17 Jahren
aclocal.m4 3da00a81f8 Re-write SC_CONFIG_CFLAGS to use $host vor 15 Jahren
binaryInstall.src f44f1b3199 removed superfluous $Id$ tag vor 17 Jahren
config.guess fbd85385e9 Update to current state (from http://git.savannah.gnu.org), see trac https://trac.osgeo.org/grass/ticket/158) (merge from devel_grass6) vor 17 Jahren
config.sub fbd85385e9 Update to current state (from http://git.savannah.gnu.org), see trac https://trac.osgeo.org/grass/ticket/158) (merge from devel_grass6) vor 17 Jahren
configure a24caaa98a Define FSEEKO (file omitted from https://trac.osgeo.org/grass/changeset/40620) vor 15 Jahren
configure.in 16a6b956df Enable LFS globally vor 15 Jahren
contributors.csv a3f16e7ef1 +Anne, +Helmut vor 15 Jahren
contributors_extra.csv 5cb8497388 Otto/rfc2 (merge from trunk https://trac.osgeo.org/grass/changeset/40377) vor 15 Jahren
grass.pc.in db49180dd7 welcome to GRASS 7.0.svn vor 17 Jahren
install-sh 70f065956b Set svn:executable property on install-sh vor 15 Jahren
translators.csv 42f694f7b4 +Hirotoshi Toyoda,Haruka Fujii,Yuka Tohhana vor 15 Jahren

README

GRASS Development Subversion repository

##########################################################
How to get write access here?

Write access is only granted to developers who agree to abide by
RFC2 - Legal aspects of code contributions
http://download.osgeo.org/grass/grass7_progman/rfc/rfc2_psc.html
and the code submission guidelines (file SUBMITTING in this
directory).

This needs to be communicated to a GRASS developer. S/he will
then possibly propose you to the GRASS Project Steering committee
after a period of evaluation. For details, see
http://download.osgeo.org/grass/grass7_progman/rfc/main.html

Once write access is granted, you, the new developer need to
obtain an "osgeo_id" at http://www.osgeo.org/osgeo_userid
If you already have an "osgeo_id" but forgot it, search for it at
Search at http://www.osgeo.org/cgi-bin/ldap_web_search.py

##########################################################
How to compile GRASS:
See INSTALL file.

Yes, you should really read INSTALL.

##########################################################################
How to generate the 'Programmer's Manual':

This needs doxygen (http://www.doxygen.org) and optionally
Graphviz dot (http://www.research.att.com/sw/tools/graphviz/).

To build the GRASS programmer's documentation, run
make htmldocs
or to generate documentation as single html file (recommended for simple reading)
make htmldocs-single
here. This takes quite some time. The result is in lib/html/index.html
which refers to further document repositories in
lib/vector/html/index.html
lib/db/html/index.html
lib/gis/html/index.html

The master file is: ./grassrefman.dox where all sub-documents have to
be linked into.

To generate the documents in PDF format, run
make pdfdocs

An online version is available at:
http://download.osgeo.org/grass/grass7_progman/