Glynn Clements 06ad8336d1 Fix G_snprintf() to allow for bug in Windows vsnprintf() 15 лет назад
..
arraystats 002bbe23df Keep all library dependencies in Grass.make 16 лет назад
bitmap 16a6b956df Enable LFS globally 15 лет назад
btree 002bbe23df Keep all library dependencies in Grass.make 16 лет назад
cairodriver 314d2a35bf Fix drawing transparent cells over opaque cells 15 лет назад
cdhc 002bbe23df Keep all library dependencies in Grass.make 16 лет назад
cluster 59a8495bca Fix G_debug() call (first argument is debug level) 16 лет назад
datetime 002bbe23df Keep all library dependencies in Grass.make 16 лет назад
db b3355d2361 no need for sh, run directly (trac https://trac.osgeo.org/grass/ticket/887; merge from devbr6 https://trac.osgeo.org/grass/changeset/40608) 15 лет назад
display 7088a02761 Generate fatal errors rather than returning a status, for: 15 лет назад
driver 002bbe23df Keep all library dependencies in Grass.make 16 лет назад
dspf 62ec33082c Fix warnings: "%ld" => "%"PRI_OFF_T 15 лет назад
external e698b64a8e make authors+license clear; fix typo 15 лет назад
fonts 1292bf9a1e Major build system clean-up 17 лет назад
form f2e18ece8e Treat destination directories as targets 15 лет назад
g3d 88abdb3fab Eliminate G_copy(); replace with memcpy() or assignment 15 лет назад
gis 06ad8336d1 Fix G_snprintf() to allow for bug in Windows vsnprintf() 15 лет назад
gmath f9b826d8f5 Fix #include directives: 15 лет назад
gpde f9b826d8f5 Fix #include directives: 15 лет назад
gtcltk f2e18ece8e Treat destination directories as targets 15 лет назад
htmldriver 4c4f27bcba Fix spelling errors (https://trac.osgeo.org/grass/ticket/872) 15 лет назад
imagery ca1fcb75a4 Eliminate use of [G_]popen() 15 лет назад
init a549f1f163 bug in last commit 15 лет назад
iostream 16a6b956df Enable LFS globally 15 лет назад
linkm 002bbe23df Keep all library dependencies in Grass.make 16 лет назад
manage fc2eb38ac8 update email addr 16 лет назад
nviz 414eaaa9dc Move OGSF to new vector feature styling approach 16 лет назад
ogsf 0309a419c2 Rast_get_*_row* now generate errors rather than returning a status 15 лет назад
pngdriver 002bbe23df Keep all library dependencies in Grass.make 16 лет назад
proj 3c19d35e84 Move proj-*.table from general/g.setproj to lib/proj 15 лет назад
psdriver 002bbe23df Keep all library dependencies in Grass.make 16 лет назад
python 44e93f715a Change size -> bytes for consistency with r.in.bin 15 лет назад
raster 88abdb3fab Eliminate G_copy(); replace with memcpy() or assignment 15 лет назад
rowio 002bbe23df Keep all library dependencies in Grass.make 16 лет назад
rst df4d81abd4 Move raster-specific functions from lib/gis to lib/raster: 15 лет назад
segment 16a6b956df Enable LFS globally 15 лет назад
sites 619b3f6325 Eliminate G_index(), G_rindex(); replace with strchr(), strrchr() 15 лет назад
stats 002bbe23df Keep all library dependencies in Grass.make 16 лет назад
symbol f2e18ece8e Treat destination directories as targets 15 лет назад
vector 619b3f6325 Eliminate G_index(), G_rindex(); replace with strchr(), strrchr() 15 лет назад
Makefile 4bb828c566 Move installation of headers from lib/Makefile to include/Makefile 15 лет назад
README 6aa051601e revert r38357: don't tear down the main street signs just because satnav is available 16 лет назад
grass7_arch.png e6b250736a remove html tags from main doxygen page 16 лет назад
grasslib.dox 87df631902 no need to advertise me 16 лет назад
loc_struct.png 5d366eb05b major gislib.dox update (still not complete, https://trac.osgeo.org/grass/changeset/37744) 16 лет назад

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