Changeset 981
- Timestamp:
- Dec 30, 2020, 4:33:04 PM (4 years ago)
- Files:
-
- 13 edited
- 3 copied
Legend:
- Unmodified
- Added
- Removed
-
branches/branch-1.8
-
branches/branch-1.8/zoo-project/HISTORY.txt
r967 r981 1 Version 1.8.0 -dev1 Version 1.8.0 2 2 * Support raw response in OGC API - Processes 3 3 * Add a ZOO-API section to the howtos documentation -
branches/branch-1.8/zoo-project/zoo-kernel/Makefile.in
r979 r981 4 4 5 5 version.h: Makefile 6 echo "#define ZOO_VERSION \"1.8.0 -rc1`svnversion`\"" > version.h6 echo "#define ZOO_VERSION \"1.8.0 `svnversion`\"" > version.h 7 7 echo "@ETC_DEF@" >> version.h 8 8 echo "#define LOCALEDIR \"@localedir@\"" >> version.h -
branches/branch-1.8/zoo-project/zoo-kernel/configure.ac
r968 r981 1 AC_INIT([ZOO Kernel], [1.8.0 -rc1], [bugs@zoo-project.org])1 AC_INIT([ZOO Kernel], [1.8.0], [bugs@zoo-project.org]) 2 2 3 3 AC_CONFIG_MACRO_DIR([macros]) -
branches/branch-1.8/zoo-project/zoo-services/cgal/voronoi.c
r917 r981 198 198 int nr = 0; 199 199 int nf = 0; 200 Face_iterator fit =T.faces_begin();201 FILE* f=fopen("/tmp/toto.log","w+");202 for ( ; fit !=T.faces_end(); ++fit) {203 fprintf(stderr," *** %s %d %d %d\n",__FILE__,__LINE__,nf,fit.info());204 fflush(stderr);205 206 nf++;207 }208 fclose(f);209 200 Edge_iterator eit =T.edges_begin(); 210 201 for ( ; eit !=T.edges_end(); ++eit) { -
branches/branch-1.8/zoo-project/zoo-services/gdal/profile/service.c
r961 r981 35 35 #include "cpl_conv.h" 36 36 #include "ogr_api.h" 37 #if GDAL_VERSION_MAJOR >= 238 #include <gdal_priv.h>39 #endif40 37 41 38 #ifdef ZOO_SERVICE -
branches/branch-1.8/zoo-project/zoo-services/utils/registry/makefile.vc
r757 r981 14 14 !ENDIF 15 15 !IFDEF MS_DIR 16 FILES=$(FILES) $(ZOOK_DIR)$(MS_FILE) 16 FILES=$(FILES) $(ZOOK_DIR)$(MS_FILE) $(ZOOK_DIR)/caching.obj $(ZOOK_DIR)/ulinet.obj 17 17 !ENDIF 18 18 19 19 cgi-env/wps_registry.zo: service.c 20 20 $(CPP) /D_CRT_NONSTDC_NO_DEPRECATE -DWIN32 -DZOO_SERVICE $(CFLAGS) /c service.c 21 link /dll /out:cgi-env/wps_registry.zo $(FILES) ./service.obj $( LDFLAGS) /FORCE:MULTIPLE21 link /dll /out:cgi-env/wps_registry.zo $(FILES) ./service.obj $(ZOOK_DIR)/service_json.obj $(JSONC_LIB) $(LDFLAGS) /FORCE:MULTIPLE 22 22 23 23 clean: -
tags/rel-1.8.0
-
tags/rel-1.8.0/zoo-project/HISTORY.txt
r967 r981 1 Version 1.8.0 -dev1 Version 1.8.0 2 2 * Support raw response in OGC API - Processes 3 3 * Add a ZOO-API section to the howtos documentation -
tags/rel-1.8.0/zoo-project/zoo-kernel/Makefile.in
r979 r981 4 4 5 5 version.h: Makefile 6 echo "#define ZOO_VERSION \"1.8.0 -rc1`svnversion`\"" > version.h6 echo "#define ZOO_VERSION \"1.8.0 `svnversion`\"" > version.h 7 7 echo "@ETC_DEF@" >> version.h 8 8 echo "#define LOCALEDIR \"@localedir@\"" >> version.h -
tags/rel-1.8.0/zoo-project/zoo-kernel/configure.ac
r968 r981 1 AC_INIT([ZOO Kernel], [1.8.0 -rc1], [bugs@zoo-project.org])1 AC_INIT([ZOO Kernel], [1.8.0], [bugs@zoo-project.org]) 2 2 3 3 AC_CONFIG_MACRO_DIR([macros]) -
tags/rel-1.8.0/zoo-project/zoo-services/cgal/voronoi.c
r917 r981 198 198 int nr = 0; 199 199 int nf = 0; 200 Face_iterator fit =T.faces_begin();201 FILE* f=fopen("/tmp/toto.log","w+");202 for ( ; fit !=T.faces_end(); ++fit) {203 fprintf(stderr," *** %s %d %d %d\n",__FILE__,__LINE__,nf,fit.info());204 fflush(stderr);205 206 nf++;207 }208 fclose(f);209 200 Edge_iterator eit =T.edges_begin(); 210 201 for ( ; eit !=T.edges_end(); ++eit) { -
tags/rel-1.8.0/zoo-project/zoo-services/gdal/profile/service.c
r961 r981 35 35 #include "cpl_conv.h" 36 36 #include "ogr_api.h" 37 #if GDAL_VERSION_MAJOR >= 238 #include <gdal_priv.h>39 #endif40 37 41 38 #ifdef ZOO_SERVICE -
tags/rel-1.8.0/zoo-project/zoo-services/utils/registry/makefile.vc
r757 r981 14 14 !ENDIF 15 15 !IFDEF MS_DIR 16 FILES=$(FILES) $(ZOOK_DIR)$(MS_FILE) 16 FILES=$(FILES) $(ZOOK_DIR)$(MS_FILE) $(ZOOK_DIR)/caching.obj $(ZOOK_DIR)/ulinet.obj 17 17 !ENDIF 18 18 19 19 cgi-env/wps_registry.zo: service.c 20 20 $(CPP) /D_CRT_NONSTDC_NO_DEPRECATE -DWIN32 -DZOO_SERVICE $(CFLAGS) /c service.c 21 link /dll /out:cgi-env/wps_registry.zo $(FILES) ./service.obj $( LDFLAGS) /FORCE:MULTIPLE21 link /dll /out:cgi-env/wps_registry.zo $(FILES) ./service.obj $(ZOOK_DIR)/service_json.obj $(JSONC_LIB) $(LDFLAGS) /FORCE:MULTIPLE 22 22 23 23 clean:
Note: See TracChangeset
for help on using the changeset viewer.