|
../
|
|
.cvsignore
|
36 bytes |
9208 |
3 years |
mloskot:
Add .cvsignore
|
|
cpl_config.h.evc4
|
2.8 kB |
9207 |
3 years |
mloskot:
[WCE] Add makefile.evc for Windows CE target build
|
|
cpl_config.h.in
|
5.0 kB |
9631 |
3 years |
dron:
Added test for copysignf() presence.
|
|
cpl_config.h.vc
|
2.0 kB |
9338 |
3 years |
dron:
Added flags for C99 floating point functions.
|
|
cpl_conv.cpp
|
69.6 kB |
9302 |
3 years |
mloskot:
[WCE] CPLLocaleC class excluded from compilation for Windows CE
|
|
cpl_conv.h
|
12.7 kB |
9505 |
3 years |
fwarmerdam:
Removed long double strtod functions.
|
|
cpl_csv.cpp
|
37.3 kB |
9351 |
3 years |
fwarmerdam:
fixup headers a bit
|
|
cpl_csv.h
|
2.9 kB |
9351 |
3 years |
fwarmerdam:
fixup headers a bit
|
|
cpl_dir.cpp
|
5.3 kB |
9210 |
3 years |
mloskot:
[WINCE] Changes related to Windows CE port of CPL. Most changes are #ifdef …
|
|
cpl_error.cpp
|
23.9 kB |
9312 |
3 years |
fwarmerdam:
fix up docs a bit
|
|
cpl_error.h
|
5.4 kB |
9312 |
3 years |
fwarmerdam:
fix up docs a bit
|
|
cpl_findfile.cpp
|
7.0 kB |
9351 |
3 years |
fwarmerdam:
fixup headers a bit
|
|
cpl_getexecpath.cpp
|
3.2 kB |
9210 |
3 years |
mloskot:
[WINCE] Changes related to Windows CE port of CPL. Most changes are #ifdef …
|
|
cpl_list.cpp
|
8.7 kB |
4991 |
5 years |
dron:
New.
|
|
cpl_list.h
|
2.9 kB |
5003 |
5 years |
warmerda:
regularized CPLList declaration
|
|
cpl_minixml.cpp
|
61.3 kB |
9598 |
3 years |
fwarmerdam:
moved ctype.h after cpl include files for VS2005
|
|
cpl_minixml.h
|
7.7 kB |
8559 |
3 years |
fwarmerdam:
improve documentation
|
|
cpl_multiproc.cpp
|
30.8 kB |
9279 |
3 years |
dron:
CPLCreateOrAcquireMutex() should return a value.
|
|
cpl_multiproc.h
|
5.1 kB |
9064 |
3 years |
fwarmerdam:
default to avoiding as much mutex overhead as opposed if MUTEX_NONE …
|
|
cpl_odbc.cpp
|
43.7 kB |
9210 |
3 years |
mloskot:
[WINCE] Changes related to Windows CE port of CPL. Most changes are #ifdef …
|
|
cpl_odbc.h
|
6.8 kB |
9476 |
3 years |
fwarmerdam:
Use SQLULEN by default now.
|
|
cpl_path.cpp
|
25.6 kB |
7791 |
3 years |
fwarmerdam:
use new TLS support for static buffer
|
|
cpl_port.h
|
16.6 kB |
9597 |
3 years |
fwarmerdam:
move deprecate declarations before system include files
|
|
cpl_string.cpp
|
54.1 kB |
9568 |
3 years |
fwarmerdam:
argument to InsertString? should be const
|
|
cpl_string.h
|
7.9 kB |
9568 |
3 years |
fwarmerdam:
argument to InsertString? should be const
|
|
cpl_strtod.cpp
|
23.5 kB |
9631 |
3 years |
dron:
Added test for copysignf() presence.
|
|
cpl_vsi.h
|
10.1 kB |
9381 |
3 years |
fwarmerdam:
buffer in FWrite is const
|
|
cpl_vsi_mem.cpp
|
23.7 kB |
9381 |
3 years |
fwarmerdam:
buffer in FWrite is const
|
|
cpl_vsi_private.h
|
4.9 kB |
9381 |
3 years |
fwarmerdam:
buffer in FWrite is const
|
|
cpl_vsil.cpp
|
17.6 kB |
9392 |
3 years |
fwarmerdam:
VSIFWriteL has const buffer now
|
|
cpl_vsil_simple.cpp
|
6.5 kB |
9389 |
3 years |
fwarmerdam:
New
|
|
cpl_vsil_unix_stdio_64.cpp
|
11.3 kB |
9381 |
3 years |
fwarmerdam:
buffer in FWrite is const
|
|
cpl_vsil_win32.cpp
|
13.7 kB |
9381 |
3 years |
fwarmerdam:
buffer in FWrite is const
|
|
cpl_vsisimple.cpp
|
13.5 kB |
9551 |
3 years |
mloskot:
[WCE] Changed names of all WCECLIBEX functions
according to following …
|
|
cpl_win32ce_api.cpp
|
4.8 kB |
9551 |
3 years |
mloskot:
[WCE] Changed names of all WCECLIBEX functions
according to following …
|
|
cpl_win32ce_api.h
|
3.2 kB |
9351 |
3 years |
fwarmerdam:
fixup headers a bit
|
|
cpl_wince.h
|
2.0 kB |
9351 |
3 years |
fwarmerdam:
fixup headers a bit
|
|
cplgetsymbol.cpp
|
8.1 kB |
9351 |
3 years |
fwarmerdam:
fixup headers a bit
|
|
cplstring.cpp
|
4.3 kB |
9165 |
3 years |
fwarmerdam:
fixed up vsnprintf handling for win32, returns -1 on overrun
|
|
GNUmakefile
|
0.7 kB |
9372 |
3 years |
dron:
GDAL_ROOT definition moved to GDALmake.opt.in.
|
|
mac_string.c
|
2.8 kB |
2993 |
7 years |
warmerda:
expanded tabs
|
|
makefile.evc4
|
0.8 kB |
9207 |
3 years |
mloskot:
[WCE] Add makefile.evc for Windows CE target build
|
|
makefile.vc
|
0.7 kB |
9343 |
3 years |
dron:
Added cpl_strtod.cpp.
|
|
xmlreformat.cpp
|
0.9 kB |
8351 |
3 years |
dron:
Adde return statement.
|