Markus Metz 33c696e8ea rasterlib: sync Rast_read_fp_range() to Rast_write_fp_range() %!s(int64=10) %!d(string=hai) anos
..
Makefile 16a6b956df Enable LFS globally %!s(int64=15) %!d(string=hai) anos
R.h 6d69fea9b6 Move XDR functions from lib/raster to lib/gis %!s(int64=12) %!d(string=hai) anos
align_window.c 0764296ef8 dox: reducing doxygen warnings %!s(int64=13) %!d(string=hai) anos
alloc_cell.c 43c166d671 Implement split window %!s(int64=15) %!d(string=hai) anos
auto_mask.c 5f835ec5b8 Don't call Rast_unopen() on invalid R__.mask_fd %!s(int64=15) %!d(string=hai) anos
cats.c 5ff58c9588 Corrected function documentation %!s(int64=13) %!d(string=hai) anos
cell_stats.c e813c64418 Several tiny improvements to 3D modules and docs. %!s(int64=12) %!d(string=hai) anos
cell_title.c 2f7a38363b rasterlib: raster-related fns moved from gislib to rasterlib (step 1) %!s(int64=16) %!d(string=hai) anos
cellstats_eq.c acac1a4064 applied ../../tools/grass_indent.sh %!s(int64=16) %!d(string=hai) anos
close.c 982a54d03f glynn: Describe underlying error if rename() fails %!s(int64=11) %!d(string=hai) anos
color_compat.c acac1a4064 applied ../../tools/grass_indent.sh %!s(int64=16) %!d(string=hai) anos
color_free.c acac1a4064 applied ../../tools/grass_indent.sh %!s(int64=16) %!d(string=hai) anos
color_get.c 876f489d84 rm non-ascii char %!s(int64=13) %!d(string=hai) anos
color_hist.c 09b7db1dd9 doxygen errors fixed %!s(int64=13) %!d(string=hai) anos
color_init.c 81f55b1325 rasterlib: simplify Rast_init_colors() %!s(int64=14) %!d(string=hai) anos
color_insrt.c acac1a4064 applied ../../tools/grass_indent.sh %!s(int64=16) %!d(string=hai) anos
color_invrt.c acac1a4064 applied ../../tools/grass_indent.sh %!s(int64=16) %!d(string=hai) anos
color_look.c 13e4d4a312 remove non-ASCII chars %!s(int64=11) %!d(string=hai) anos
color_org.c acac1a4064 applied ../../tools/grass_indent.sh %!s(int64=16) %!d(string=hai) anos
color_out.c 0764296ef8 dox: reducing doxygen warnings %!s(int64=13) %!d(string=hai) anos
color_rand.c 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) %!s(int64=11) %!d(string=hai) anos
color_range.c 62d8a55ae4 libraster: minor msg and doxygen backports %!s(int64=10) %!d(string=hai) anos
color_read.c fb194b201e vlib: allow colors == NULL for Vect_read_colors() %!s(int64=11) %!d(string=hai) anos
color_remove.c 4d2b0fe0ab rasterlib: color_remove.c: add doxygen strings %!s(int64=14) %!d(string=hai) anos
color_rule.c 09b7db1dd9 doxygen errors fixed %!s(int64=13) %!d(string=hai) anos
color_rule_get.c c66ce150bb rasterlib: prototypes moved to rasterdefs.h %!s(int64=16) %!d(string=hai) anos
color_rules.c 98cf6d5008 Fix memory leak (bug https://trac.osgeo.org/grass/ticket/2063) %!s(int64=12) %!d(string=hai) anos
color_set.c 13e4d4a312 remove non-ASCII chars %!s(int64=11) %!d(string=hai) anos
color_shift.c c66ce150bb rasterlib: prototypes moved to rasterdefs.h %!s(int64=16) %!d(string=hai) anos
color_write.c 4e2f7b2dea libraster: fix fp precision export %!s(int64=12) %!d(string=hai) anos
color_xform.c 50e5649f5d Compact colour table: only add another rule when the colour changes %!s(int64=15) %!d(string=hai) anos
format.c 094b7463cc Separate the R__.fileinfo[] index from the raster data file descriptor %!s(int64=13) %!d(string=hai) anos
fpreclass.c acac1a4064 applied ../../tools/grass_indent.sh %!s(int64=16) %!d(string=hai) anos
gdal.c 4d9b281be8 libraster: enable also gdal111.dll %!s(int64=11) %!d(string=hai) anos
get_cellhd.c 62d8a55ae4 libraster: minor msg and doxygen backports %!s(int64=10) %!d(string=hai) anos
get_row.c 82e3aa6ccd libraster: Added raster name and row info to get/put_row error messages (trunk, https://trac.osgeo.org/grass/changeset/60908) %!s(int64=11) %!d(string=hai) anos
get_row_colr.c d1f8b42521 typos fixed, part 2 (bug trac https://trac.osgeo.org/grass/ticket/1591) %!s(int64=13) %!d(string=hai) anos
histo_eq.c acac1a4064 applied ../../tools/grass_indent.sh %!s(int64=16) %!d(string=hai) anos
histogram.c 87cfda0cca More error handling: %!s(int64=15) %!d(string=hai) anos
history.c d4ce79af5c Fix memory leak %!s(int64=12) %!d(string=hai) anos
init.c fd25af5813 Enable zlib compression by default (set GRASS_INT_ZLIB=0 to use RLE); Allow zlib compression to be set via GRASS_ZLIB_LEVEL environment variable; libgis: -1 is a valid compression level (Z_DEFAULT_COMPRESSION) (backport from trunk, https://trac.osgeo.org/grass/changeset/61380 + https://trac.osgeo.org/grass/changeset/61420 + https://trac.osgeo.org/grass/changeset/61422 + https://trac.osgeo.org/grass/changeset/61500) %!s(int64=10) %!d(string=hai) anos
interp.c d933668e88 rasterlib: rename interpolation methods again to use correct names (linear->bilinear, cubic->bicubic) %!s(int64=11) %!d(string=hai) anos
mask_info.c b2a54a6471 gislib: G_find_cell renamed to G_find_raster %!s(int64=16) %!d(string=hai) anos
maskfd.c ceaf9ccf19 file doxygen header updated %!s(int64=16) %!d(string=hai) anos
null_val.c 1dba9b62d4 dox: fixing several doxygen warnings (wrong file names, typos, lt gt chars) %!s(int64=13) %!d(string=hai) anos
open.c 3c408f467f rasterlib: report reason when no temp files available (https://trac.osgeo.org/grass/changeset/60148) %!s(int64=11) %!d(string=hai) anos
put_cellhd.c 87cfda0cca More error handling: %!s(int64=15) %!d(string=hai) anos
put_row.c 82e3aa6ccd libraster: Added raster name and row info to get/put_row error messages (trunk, https://trac.osgeo.org/grass/changeset/60908) %!s(int64=11) %!d(string=hai) anos
put_title.c acac1a4064 applied ../../tools/grass_indent.sh %!s(int64=16) %!d(string=hai) anos
quant.c 52caa912a9 librast: Rast__quant_import() works with fully qualified names %!s(int64=15) %!d(string=hai) anos
quant_io.c 52caa912a9 librast: Rast__quant_import() works with fully qualified names %!s(int64=15) %!d(string=hai) anos
quant_rw.c 1dba9b62d4 dox: fixing several doxygen warnings (wrong file names, typos, lt gt chars) %!s(int64=13) %!d(string=hai) anos
range.c 33c696e8ea rasterlib: sync Rast_read_fp_range() to Rast_write_fp_range() %!s(int64=10) %!d(string=hai) anos
raster.c 27122eacbb include string.h for memcpy() %!s(int64=15) %!d(string=hai) anos
raster_metadata.c 6023a55a0c Doku cleanup %!s(int64=13) %!d(string=hai) anos
rasterlib.dox f39ffaf8e9 rasterlib.dox: added Glynn's comments from trac https://trac.osgeo.org/grass/ticket/1576 %!s(int64=11) %!d(string=hai) anos
reclass.c ebc07a8de4 Fix bugs in reclassed_to handling %!s(int64=14) %!d(string=hai) anos
sample.c d933668e88 rasterlib: rename interpolation methods again to use correct names (linear->bilinear, cubic->bicubic) %!s(int64=11) %!d(string=hai) anos
set_window.c 3dd0ec32cc Print failing map name to help with issue solving %!s(int64=12) %!d(string=hai) anos
window.c 62d8a55ae4 libraster: minor msg and doxygen backports %!s(int64=10) %!d(string=hai) anos
window_map.c 1dba9b62d4 dox: fixing several doxygen warnings (wrong file names, typos, lt gt chars) %!s(int64=13) %!d(string=hai) anos
zero_cell.c 43c166d671 Implement split window %!s(int64=15) %!d(string=hai) anos