Soeren Gebbert 2c4d2eddf5 Documentation update and history print function. 12 anos atrás
..
arraystats 0ad70d0c3e utf char fix 12 anos atrás
bitmap f2ec32951d fix some doxygen warnings 13 anos atrás
btree 9f261a7fd6 move prototypes from include/ to include/defs 13 anos atrás
btree2 5b2cf4fc75 rbtree: add backward traversal 12 anos atrás
cairodriver 00ec24a45d cairodriver example: use vector font 12 anos atrás
cdhc 717034b10c tests updated from v.normal code 12 anos atrás
cluster 09b7db1dd9 doxygen errors fixed 13 anos atrás
datetime 09b7db1dd9 doxygen errors fixed 13 anos atrás
db 623c7b94ec simplify wingrass LFS 12 anos atrás
display 2ebc426ba7 document the difference between two similar named functions. todo: doxygenize 12 anos atrás
driver 09b7db1dd9 doxygen errors fixed 13 anos atrás
dspf 655e4b3838 G3D -> RASTER3D 14 anos atrás
external b85373021f update readme - bwidget has been removed 12 anos atrás
fonts 1292bf9a1e Major build system clean-up 17 anos atrás
gis 623c7b94ec simplify wingrass LFS 12 anos atrás
gmath 199364ad83 g2c.h no longer exists 12 anos atrás
gpde e910cc3079 gpde test suite: do not mark messages for gettext; added dummy HTML file for compilation 12 anos atrás
htmldriver 4a4b25b3e6 typo 13 anos atrás
imagery df20bea26c imagery lib: add thin plate spline coordinate transformation 12 anos atrás
init a31e3cf66e fix https://trac.osgeo.org/grass/changeset/57087 12 anos atrás
iostream bb7745c8f1 Fix some C++ portability warnings 12 anos atrás
lidar 513fa57946 lidarlib: fix spline adjustment 13 anos atrás
linkm 002bbe23df Keep all library dependencies in Grass.make 16 anos atrás
manage 09b7db1dd9 doxygen errors fixed 13 anos atrás
nviz 829a0aa1bf m.nviz.image: Nviz_create_render_window(): check return code 12 anos atrás
ogsf d3b471260a tweaks to get it working on Debian/squeeze, Ubuntu 10.04, and Ubuntu 12.04 (https://trac.osgeo.org/grass/ticket/1423, merge from devbr6) 12 anos atrás
pngdriver e437cd9f59 avoid caps HTML tags 13 anos atrás
proj 4ca4e5ce63 EPSG DB to CSV procedure 12 anos atrás
psdriver 4a4b25b3e6 typo 13 anos atrás
python 2c4d2eddf5 Documentation update and history print function. 12 anos atrás
raster cb6dced6a4 rasterlib: rename interpolation methods (bilinear->linear, bicubic->cubic) 12 anos atrás
raster3d aeb54f44af Convert K&R-style functions to ANSI C 12 anos atrás
rowio 09b7db1dd9 doxygen errors fixed 13 anos atrás
rst 899fa1bffe rst lib, v.vol.rst: avoid namespace pollution on AIX 12 anos atrás
segment b620683d20 dox: segment library (unnecessary fn and SEG/seg mess) 13 anos atrás
sites 1dba9b62d4 dox: fixing several doxygen warnings (wrong file names, typos, lt gt chars) 13 anos atrás
stats 320d8d4256 statslib: do not qsort NULL values 12 anos atrás
symbol 8accf26b3c store stroked symbol coords as double not int to avoid some rounding wiggle 12 anos atrás
temporal fc40abfd81 Moved t.connect into the temporal module directory 12 anos atrás
vector 3818bd02ac Vlib: enhance Vect_remove_small_areas() 12 anos atrás
Makefile 5bf604fb56 remove gtcltk library (no TCL/TK dependency in G7) 12 anos atrás
README 6aa051601e revert r38357: don't tear down the main street signs just because satnav is available 16 anos atrás
loc_struct.png 3d4e40ca8c loc_struct.png: updated to GRASS 7 12 anos atrás

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