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