Helmut Kudrnovsky 3035a1693c pygrass/messages/__init__.py: fix typo před 10 roky
..
arraystats 13e4d4a312 remove non-ASCII chars před 11 roky
bitmap f2ec32951d fix some doxygen warnings před 13 roky
btree 9f261a7fd6 move prototypes from include/ to include/defs před 13 roky
btree2 5b2cf4fc75 rbtree: add backward traversal před 12 roky
cairodriver 0f99953039 minor doxygen fixes (trunk, https://trac.osgeo.org/grass/changeset/62519) před 10 roky
cdhc 3315c61735 cdhc lib: prefix added (trac https://trac.osgeo.org/grass/ticket/2421) před 10 roky
cluster 09b7db1dd9 doxygen errors fixed před 13 roky
datetime 09b7db1dd9 doxygen errors fixed před 13 roky
db bcabdcb7c3 libdbmi: db_get_login_dump() added před 11 roky
display 0fc454e252 Convert MONITOR_*_*FILE variable names to upper case (trunk, https://trac.osgeo.org/grass/changeset/60203 + https://trac.osgeo.org/grass/changeset/60204) před 11 roky
driver 1920a84526 lib: rename files to lowercase před 10 roky
dspf 655e4b3838 G3D -> RASTER3D před 14 roky
external b85373021f update readme - bwidget has been removed před 12 roky
fonts 1292bf9a1e Major build system clean-up před 17 roky
gis 2468c5048d G_ls_*_filter: Case-insensitive option (merge from trunk https://trac.osgeo.org/grass/changeset/62448) před 10 roky
gmath 69e2fb6d6f RNG backport: Add portable lrand48 (etc) implementation (https://trac.osgeo.org/grass/changeset/61350); Generate fatal error if requesting values without having seeded (https://trac.osgeo.org/grass/changeset/61352); Replace rand/random/lrand48/etc with lib/gis random number functions (https://trac.osgeo.org/grass/changeset/61415); Use lib/gis PRNG for readcell() (https://trac.osgeo.org/grass/changeset/61416) před 11 roky
gpde 1920a84526 lib: rename files to lowercase před 10 roky
htmldriver 1c79a7eb7a display drivers, rename files to lowercase před 10 roky
imagery a77f941d21 unused i.points + i.vpoints removed: replaced by g.gui.gcp (trunk, https://trac.osgeo.org/grass/changeset/62555) před 10 roky
init 4ef833cb42 grass.py: do not add scripts to the PATH on Windows (BAT files enabled) před 11 roky
iostream e376e18a07 libiostream (r.terraflow, r.viewshed): use G_mkstemp() (trac https://trac.osgeo.org/grass/ticket/2153) před 11 roky
lidar 6e46e31c39 libsegment: function prefixes change from segment_ to Segment_ (trunk https://trac.osgeo.org/grass/changeset/62324, trac https://trac.osgeo.org/grass/ticket/2422) před 10 roky
linkm 002bbe23df Keep all library dependencies in Grass.make před 16 roky
manage 1876d24e57 remove unused 3dview element, keep library (merge from trunk, https://trac.osgeo.org/grass/changeset/62182) před 10 roky
nviz 50bb6af565 wxNviz: use black as default for vectors (merge from trunk, https://trac.osgeo.org/grass/changeset/62032) před 11 roky
ogsf 0f99953039 minor doxygen fixes (trunk, https://trac.osgeo.org/grass/changeset/62519) před 10 roky
pngdriver 0f99953039 minor doxygen fixes (trunk, https://trac.osgeo.org/grass/changeset/62519) před 10 roky
proj 740315694d assign datum transformation options to EPSG:5514 před 10 roky
psdriver 1c79a7eb7a display drivers, rename files to lowercase před 10 roky
python 3035a1693c pygrass/messages/__init__.py: fix typo před 10 roky
raster 33c696e8ea rasterlib: sync Rast_read_fp_range() to Rast_write_fp_range() před 11 roky
raster3d 3e39e25f40 string format fixes (from Volker Froehlich) před 11 roky
rowio 09b7db1dd9 doxygen errors fixed před 13 roky
rst 9a0e21672f v.surf.rst: fix using standard mask and mask as option (merge from trunk, https://trac.osgeo.org/grass/changeset/62131) před 11 roky
segment 966d011994 libsegment: fix https://trac.osgeo.org/grass/changeset/62324, separate internal and external functions před 10 roky
sites 1dba9b62d4 dox: fixing several doxygen warnings (wrong file names, typos, lt gt chars) před 13 roky
stats 320d8d4256 statslib: do not qsort NULL values před 12 roky
symbol c6b3b5cfaa a few more symbols useful for mapping structural geology (merge from trunk) před 11 roky
temporal 58ebc165be New map register naming scheme to avoid no-SQL compliant mapset names as column name před 11 roky
vector 4939da3308 fix https://trac.osgeo.org/grass/ticket/2436 (v.out.postgis: Unsupported geometry type / Unable to write feature in vector map) před 10 roky
Makefile d34dab1895 remove sites element and library - https://trac.osgeo.org/grass/ticket/2440 (merge from trunk, https://trac.osgeo.org/grass/changeset/62179) před 10 roky
README 6aa051601e revert r38357: don't tear down the main street signs just because satnav is available před 16 roky
loc_struct.png 3d4e40ca8c loc_struct.png: updated to GRASS 7 před 12 roky

README

Current directory layout

- bitmap: bitmap library for X Window Bitmaps
- btree: binary tree library
- D: display library
- datetime: DateTime library
- db: database management interface database drivers
- db/dbmi: general DB driver
- db/sqlp: SQL parser library for DBMI driver
- db/stubs: general DB driver
- display: library for CELL driver
- edit: curses library
- external: external libraries
- external/shapelib: SHAPE file management functions
- fonts: fonts
- fonts/fonts
- fonts/for_grass
- front.end: modules front end (cmd or inter)
- gis: main GRASS library
- image: image library required for SG3d/Iris, saving images in SGIs
rgb-format
- init: GRASS startup scripts and programs
- linkm: linked list memory manager
- ogsf: ported gsurf library (required for NVIZ)
- proj: PROJ4 projection library wrapper
- raster: GRASS raster display library
- vask: Curses based cursor library
- vector: GRASS vector library
- vector/dglib: Directed Graph Library implementation
- vector/dglib/examples: Directed Graph Library examples
- vector/diglib: more GRASS vector functions
- vector/Vlib: portable GRASS vector functions