.. |
Make
|
c02d89cc67
Patches to make the build reproducible (fileordering, randomness)
|
8 yıl önce |
defs
|
d62b274285
vlib: add missing declaration for 2D point in box (backport https://trac.osgeo.org/grass/changeset/66462)
|
9 yıl önce |
iostream
|
af021ac26d
use exception specifiers only for C++ versions older than C++11 (backport https://trac.osgeo.org/grass/changeset/68818, closes https://trac.osgeo.org/grass/ticket/2871, see https://trac.osgeo.org/grass/ticket/2956)
|
9 yıl önce |
vect
|
897c7bc047
rename SF_UNKNOWN to SF_GEOMETRY (SF_UNKNOWN defined in oaidl.h on Windows)
|
9 yıl önce |
Makefile
|
8740c4d6e7
g.version, wxGUI: backport of citation flag and menu entry (trunk https://trac.osgeo.org/grass/changeset/68657, https://trac.osgeo.org/grass/changeset/68658, https://trac.osgeo.org/grass/changeset/68659, https://trac.osgeo.org/grass/changeset/68662)
|
9 yıl önce |
VERSION
|
bfcf00f2f8
back to SVN
|
8 yıl önce |
arraystats.h
|
2325d2ea1e
arraystatslib: rename fns to use prefix (AS)
|
10 yıl önce |
bitmap.h
|
8893d781fb
diglib and ps.map: removing _STDIO_H preprocessor ifndefs and ifdef because they break compilation with clang (LLVM) on Mac OS X Mavericks where _STDIO_H define is not defined (we suppose to have stdio always so there is no point in checking it and this define is not a part of standard library interface)
|
11 yıl önce |
blas.h
|
9f261a7fd6
move prototypes from include/ to include/defs
|
13 yıl önce |
btree.h
|
9f261a7fd6
move prototypes from include/ to include/defs
|
13 yıl önce |
cdhc.h
|
9f261a7fd6
move prototypes from include/ to include/defs
|
13 yıl önce |
cluster.h
|
9f261a7fd6
move prototypes from include/ to include/defs
|
13 yıl önce |
colors.h
|
9f261a7fd6
move prototypes from include/ to include/defs
|
13 yıl önce |
config.h.in
|
8d16f79b88
config.h: fix compilation on mingw32-w64
|
9 yıl önce |
datetime.h
|
53c09728d6
Added vertical unit to raster3d map header structure. Temporal units are
|
13 yıl önce |
dbmi.h
|
17ac2a375e
db.login + pg & mysql driver: support hostname and port
|
9 yıl önce |
display.h
|
1dc55aaf66
move RGBA_Color to display.h
|
10 yıl önce |
fontcap.h
|
9f261a7fd6
move prototypes from include/ to include/defs
|
13 yıl önce |
form.h
|
9f261a7fd6
move prototypes from include/ to include/defs
|
13 yıl önce |
gis.h
|
4409568325
libgis: add cross-platform newline character (bugfix https://trac.osgeo.org/grass/ticket/2745)
|
9 yıl önce |
glocale.h
|
706a2031f8
Rename _n macro to n_ to avoid clashes with other libs (as sugested in dev ML) (trunk, https://trac.osgeo.org/grass/changeset/65297 and https://trac.osgeo.org/grass/changeset/65298)
|
10 yıl önce |
gmath.h
|
9f261a7fd6
move prototypes from include/ to include/defs
|
13 yıl önce |
gprojects.h
|
b54f3e9bc2
move proj-related files from etc/ to etc/proj
|
13 yıl önce |
imagery.h
|
5a8bbb7db8
wx.iscatt: c backend
|
11 yıl önce |
la.h
|
b471ad0f51
added to make Ubuntu happy (from https://bugs.launchpad.net/ubuntu/+source/gcc-3.4/+bug/61623/comments/3)
|
12 yıl önce |
lapack.h
|
8868d4b686
indent -bad -bap -bbb -br -bli0 -bls -cli0 -ncs -fc1 -hnl -i4 \
|
17 yıl önce |
linkm.h
|
9f261a7fd6
move prototypes from include/ to include/defs
|
13 yıl önce |
manage.h
|
9f261a7fd6
move prototypes from include/ to include/defs
|
13 yıl önce |
neta.h
|
9f261a7fd6
move prototypes from include/ to include/defs
|
13 yıl önce |
nviz.h
|
4e7c28f704
nvizlib: no need for XmuLookupStandardColormap
|
12 yıl önce |
ogsf.h
|
1d78487f4e
libogsf/wxGUI: fix selecting if render 3d lines as draped or as 3D (merge from trunk, https://trac.osgeo.org/grass/changeset/64303)
|
10 yıl önce |
ortholib.h
|
9f261a7fd6
move prototypes from include/ to include/defs
|
13 yıl önce |
raster.h
|
1dc55aaf66
move RGBA_Color to display.h
|
10 yıl önce |
raster3d.h
|
ede143bf2a
Committed correct header files for the 3D raster library
|
12 yıl önce |
rbtree.h
|
9f261a7fd6
move prototypes from include/ to include/defs
|
13 yıl önce |
rowio.h
|
9f261a7fd6
move prototypes from include/ to include/defs
|
13 yıl önce |
segment.h
|
966d011994
libsegment: fix https://trac.osgeo.org/grass/changeset/62324, separate internal and external functions
|
10 yıl önce |
spawn.h
|
9f261a7fd6
move prototypes from include/ to include/defs
|
13 yıl önce |
sqlp.h
|
9f261a7fd6
move prototypes from include/ to include/defs
|
13 yıl önce |
stats.h
|
9f261a7fd6
move prototypes from include/ to include/defs
|
13 yıl önce |
symbol.h
|
8accf26b3c
store stroked symbol coords as double not int to avoid some rounding wiggle
|
12 yıl önce |
temporal.h
|
c244c93fd3
temporal library: Backport of https://trac.osgeo.org/grass/changeset/61157, https://trac.osgeo.org/grass/changeset/61759, https://trac.osgeo.org/grass/changeset/61983 and https://trac.osgeo.org/grass/changeset/61997 from trunk to allow mapset specific temporal databases
|
10 yıl önce |
vector.h
|
9f261a7fd6
move prototypes from include/ to include/defs
|
13 yıl önce |
vedit.h
|
9f261a7fd6
move prototypes from include/ to include/defs
|
13 yıl önce |
version.h.in
|
db49180dd7
welcome to GRASS 7.0.svn
|
17 yıl önce |