Loïc Bartoletti 3587128a97 libgis: close files if G_copy_file fails (#2266) 2 years ago
..
arraystats f6af67c79f fix -Wself-assign compiler warnings (#2162) 2 years ago
bitmap 2bb77ed6a4 Fix uninitialized, scope, leak, const issues in C (#2250) 2 years ago
btree 9f261a7fd6 move prototypes from include/ to include/defs 12 years ago
btree2 3089db70b0 Define MIN() and MAX() correctly and exactly once (#1795) 2 years ago
cairodriver 547ff44e6a manual pages: remove unneeded SVN Date entry and selected cleanup (#2143) 2 years ago
calc 2bb77ed6a4 Fix uninitialized, scope, leak, const issues in C (#2250) 2 years ago
cdhc 7d9a0da4fc manuals and docs: update broken URLS (#1003) 3 years ago
cluster 7d9a0da4fc manuals and docs: update broken URLS (#1003) 3 years ago
datetime d33152f1d5 Numerous typos fixed (identified with tools/fix_typos.sh) 7 years ago
db 547ff44e6a manual pages: remove unneeded SVN Date entry and selected cleanup (#2143) 2 years ago
display 1384f52262 Fix comparisons with 'logical not' on each side 3 years ago
driver 866fcbc3d3 libdriver: add some debug message when loading fonts 8 years ago
dspf 1e582d4e16 Add parantheses to assignment in condition (#1274) 3 years ago
external b8ae3bb419 Replace CRLF by LF in color table, test, license (#2147) 2 years ago
fonts 1292bf9a1e Major build system clean-up 15 years ago
gis 3587128a97 libgis: close files if G_copy_file fails (#2266) 2 years ago
gmath 2808fe4f96 libgmath: fix incorrect memset of double array (#2005) 2 years ago
gpde 547ff44e6a manual pages: remove unneeded SVN Date entry and selected cleanup (#2143) 2 years ago
htmldriver 547ff44e6a manual pages: remove unneeded SVN Date entry and selected cleanup (#2143) 2 years ago
imagery 7573a7c338 lib/imagery: fix SONAME missing (#2269) 2 years ago
init 98dba90ea3 startup: Use universal newlines (#1952) 2 years ago
iostream 2bb77ed6a4 Fix uninitialized, scope, leak, const issues in C (#2250) 2 years ago
lidar 1e0c11f526 libgis: Enable the C99 bool type (#1567) 3 years ago
linkm 8c119f3b83 linkm lib: fix return type 6 years ago
manage c522160a9e lib/manage: avoid buffer overflow (#1899) 2 years ago
nviz 8b4c4986ea Fix too many arguments in call of function (#1276) 3 years ago
ogsf 2bb77ed6a4 Fix uninitialized, scope, leak, const issues in C (#2250) 2 years ago
pngdriver 547ff44e6a manual pages: remove unneeded SVN Date entry and selected cleanup (#2143) 2 years ago
proj c37871b51d Fix -Wunused-variable compiler warnings (#2158) 2 years ago
psdriver 547ff44e6a manual pages: remove unneeded SVN Date entry and selected cleanup (#2143) 2 years ago
raster c37871b51d Fix -Wunused-variable compiler warnings (#2158) 2 years ago
raster3d 547ff44e6a manual pages: remove unneeded SVN Date entry and selected cleanup (#2143) 2 years ago
rowio 7d9a0da4fc manuals and docs: update broken URLS (#1003) 3 years ago
rst 2bb77ed6a4 Fix uninitialized, scope, leak, const issues in C (#2250) 2 years ago
segment bdb44f10b3 segmentlib: malloc -> calloc 5 years ago
stats c700a8a923 r.quantile, r.stats.quantile, lib/stats: fix quantile algorithm (#2108) 2 years ago
symbol 17f047a0c1 Avoid potential format overflow (#1406) 2 years ago
temporal 598f1e9c49 TGIS: number_of_bands -> number_of_semantic_labels (#2011) 2 years ago
vector 2bb77ed6a4 Fix uninitialized, scope, leak, const issues in C (#2250) 2 years ago
Makefile 0c83c976b2 Move grass package content to directory named grass (#1356) 3 years ago
README 6aa051601e revert r38357: don't tear down the main street signs just because satnav is available 15 years ago
loc_struct.png 598dd70694 help_loc_struct.png: update picture cloned from lib/init/help_loc_struct.png (to be deduplicated) 10 years ago

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