changeset 11008:236029eb728f octave-forge

Remove ChangeLog file from OctCLIP and OctPROJ
author jgpallero
date Wed, 03 Oct 2012 09:59:47 +0000
parents aa4dfba6ee0b
children b7750d822982
files main/octclip/ChangeLog main/octproj/ChangeLog
diffstat 2 files changed, 0 insertions(+), 419 deletions(-) [+]
line wrap: on
line diff
--- a/main/octclip/ChangeLog	Tue Oct 02 22:27:08 2012 +0000
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,169 +0,0 @@
-2012-10-01  José Luis García Pallero  <jgpallero@gmail.com>
-
-	* DESCRIPTION:
-	Update version number and date in DESCRIPTION file
-	[f06e99c0b026] [tip]
-
-	* .hgtags:
-	Version 1.0.2
-	[a38b95e66500]
-
-	* doc/octclip.pdf, doc/octclip.tex:
-	Update documentation
-	[2310bc775bea] [OctCLIP-1.0.2]
-
-2012-09-30  José Luis García Pallero  <jgpallero@gmail.com>
-
-	* inst/oc_polybool.m, src/_oc_polybool.cc:
-	Fix function help text
-	[ca8c9ba38288]
-
-	* src/Makefile:
-	Supression of compiler flag not common to all archs
-	[e5d734f4c6d0]
-
-2012-04-17  José Luis García Pallero  <jgpallero@gmail.com>
-
-	* src/Makefile:
-	Changes in src/Makefile in ordert to pass warning and optimisation
-	flags to mkoctfile
-	[ec407713d9ac]
-
-	* .hgignore:
-	Update .hgignore file in mercurial repo
-	[e493dfb8efb7]
-
-2012-04-13  José Luis García Pallero  <jgpallero@gmail.com>
-
-	* doc/octclip.pdf, doc/octclip.tex:
-	Change author's affiliation and dates in the reference manual
-	[6292fc806330]
-
-2011-11-21  José Luis García Pallero  <jgpallero@gmail.com>
-
-	* .hgtags:
-	Version 1.0.1
-	[c77ff2bf09d4]
-
-	* DESCRIPTION:
-	Change version number and date
-	[406c40e732a5] [OctCLIP-1.0.1]
-
-	* src/_oc_polybool.cc:
-	Minor changes due to changes in the Greiner-Hormann API
-	[ecd2084e9cea]
-
-	* src/Makefile:
-	Update Makefile with the new files
-	[9c07e48ee665]
-
-	* src/calctopo.c, src/compilador.c, src/dpeucker.c, src/errores.c,
-	src/eucli.c, src/fgeneral.c, src/geocnan.c, src/geocomp.c,
-	src/greiner.c, src/libgeoc/calctopo.h, src/libgeoc/compilador.h,
-	src/libgeoc/constantes.h, src/libgeoc/dpeucker.h,
-	src/libgeoc/errores.h, src/libgeoc/eucli.h, src/libgeoc/fgeneral.h,
-	src/libgeoc/general.h, src/libgeoc/geocnan.h, src/libgeoc/geocomp.h,
-	src/libgeoc/geom.h, src/libgeoc/greiner.h, src/libgeoc/polig.h,
-	src/libgeoc/polil.h, src/libgeoc/ptopol.h, src/libgeoc/recpolil.h,
-	src/libgeoc/segmento.h, src/libgeoc/ventorno.h, src/polig.c,
-	src/polil.c, src/ptopol.c, src/recpolil.c, src/segmento.c,
-	src/ventorno.c:
-	Add changes and new files fron the original source of my Greiner-
-	Hormann implementation. OctCLIP code comes from a personal library
-	not yet published
-	[fccf93621aa8]
-
-2011-06-12  José Luis García Pallero  <jgpallero@gmail.com>
-
-	* doc/octclip.pdf, doc/octclip.tex:
-	LaTeX documentation update
-	[9c92a3d8fd20]
-
-2011-06-07  José Luis García Pallero  <jgpallero@gmail.com>
-
-	* inst/oc_polybool.m:
-	Fix documentation
-	[f970d69207fd]
-
-	* INDEX:
-	Remove test_octclip from 'INDEX' file
-	[5e2dd1fd23fc]
-
-	* inst/oc_polybool.m:
-	Add the content of old 'test_octclip.m' program into 'oc_polybool.m'
-	function via the '%!demo' block
-	[13657d8e19c2]
-
-	* inst/test_octclip.m:
-	Remove 'test_octclip.m' test program
-	[bd457310ee35]
-
-2011-06-06  José Luis García Pallero  <jgpallero@gmail.com>
-
-	* src/Makefile:
-	Update include path in the Makefile
-	[ad4c659778fc]
-
-2011-05-26  José Luis García Pallero  <jgpallero@gmail.com>
-
-	* doc/octclip.pdf, doc/octclip.tex:
-	Update general documentation
-	[c92173ff0cfa]
-
-	* INDEX, inst/test_octclip.m:
-	Update test script
-	[e8e240b6156a]
-
-2011-05-25  José Luis García Pallero  <jgpallero@gmail.com>
-
-	* inst/test_octclip.m:
-	Rewrite the test script
-	[dc05adf39fd7]
-
-	* inst/oc_polybool.m:
-	Manage the new output arguments
-	[b31892460542]
-
-	* src/_oc_polybool.cc:
-	Adding number of polygons output argument and rearrange the
-	sentences of the function
-	[4a7dc86280e9]
-
-2011-05-24  José Luis García Pallero  <jgpallero@gmail.com>
-
-	* src/greiner.c, src/libgeoc/greiner.h:
-	Correct the way of calculation of the minumum perturbation number
-	[be062b52838d]
-
-	* inst/oc_polybool.m:
-	Fix number of input arguments control
-	[47bbcb38dd31]
-
-	* inst/test_octclip.m:
-	Add test script
-	[51ddc256aaf5]
-
-	* .hgtags:
-	Version 1.0.0
-	[39df102c277c]
-
-	* doc/octclip.pdf, doc/octclip.tex:
-	Starting general documentation about the package
-	[26a79c7b76ae] [OctCLIP-1.0.0]
-
-	* .hgignore:
-	Add '.hgignore' file
-	[85599f3bc399]
-
-	* COPYING, DESCRIPTION, INDEX, inst/oc_polybool.m, src/Makefile,
-	src/_oc_polybool.cc, src/compilador.c, src/errores.c, src/eucli.c,
-	src/fgeneral.c, src/greiner.c, src/libgeoc/compilador.h,
-	src/libgeoc/constantes.h, src/libgeoc/errores.h,
-	src/libgeoc/eucli.h, src/libgeoc/fgeneral.h, src/libgeoc/general.h,
-	src/libgeoc/geom.h, src/libgeoc/greiner.h, src/libgeoc/polig.h,
-	src/libgeoc/ptopol.h, src/libgeoc/segmento.h,
-	src/libgeoc/ventorno.h, src/octclip.h, src/polig.c, src/ptopol.c,
-	src/segmento.c, src/ventorno.c:
-	Creating Mercurial repository for OctCLIP
-	[63a589ce04ed]
-
--- a/main/octproj/ChangeLog	Tue Oct 02 22:27:08 2012 +0000
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,250 +0,0 @@
-2012-10-01  José Luis García Pallero  <jgpallero@gmail.com>
-
-	* .hgtags:
-	Version 1.1.1
-	[7d540b58610e] [tip]
-
-	* DESCRIPTION:
-	Update version number and date in DESCRIPTION file
-	[9de75e122f32] [OctCLIP-1.1.1]
-
-	* doc/octproj.pdf, doc/octproj.tex:
-	Update documentation
-	[2cb2101efed4]
-
-2012-09-30  José Luis García Pallero  <jgpallero@gmail.com>
-
-	* src/Makefile:
-	Supression of compiler flag not common to all archs
-	[a72af8414d08]
-
-2012-04-17  José Luis García Pallero  <jgpallero@gmail.com>
-
-	* Merging branches (I forgot push the last changes to
-	www.bitbucket.org)
-	[91322cd2aecc]
-
-	* src/Makefile:
-	Changes in src/Makefile in ordert to pass warning and optimisation
-	flags to mkoctfile
-	[b21b21074393]
-
-	* .hgignore:
-	Update .hgignore file in mercurial repo
-	[22cd13e4c60f]
-
-2012-04-13  José Luis García Pallero  <jgpallero@gmail.com>
-
-	* doc/octproj.pdf, doc/octproj.tex:
-	Change author's affiliation and dates in the reference manual
-	[59d7aac9e4bb]
-
-	* .hgtags:
-	Version 1.1.0
-	[12956dd625ba]
-
-	* src/projwrap.c:
-	Fix bug with return of pj_transform (this bug was introduced in the
-	previous commit)
-	[37daef7c6a9f] [OctPROJ-1.1.0]
-
-	* DESCRIPTION:
-	Change DESCRIPTION file for the new version
-	[be913864a259]
-
-	* doc/octproj.pdf, doc/octproj.tex:
-	Put the date of different releases in the reference manual
-	[b08517c90fe3]
-
-	* src/projwrap.c, src/projwrap.h:
-	Changes for working with PROJ >= 4.8.0: include proj_api.h instead
-	of projects.h and change detection for inverse step in projections.
-	Remains backward compatible until PROJ 4.5.0
-	[b102562a313b]
-
-2011-05-13  José Luis García Pallero  <jgpallero@gmail.com>
-
-	* .hgtags:
-	version 1.0.2
-	[9f5db47ce5c1]
-
-	* DESCRIPTION:
-	Update the DESCRIPTION file with the new version number
-	[eb30fc53c157] [OctPROJ-1.0.2]
-
-	* src/_op_fwd.cc, src/_op_inv.cc, src/_op_transform.cc:
-	Update the C++ functions in order to work with the modified PROJ.4
-	wrapper functions
-	[95cf6373e173]
-
-	* src/projwrap.c, src/projwrap.h:
-	Added new variables to the wrapper functions in order to allow the
-	possibility of work with arrays whose elements are not contiguous in
-	memory and use new internal variables
-	[22a510622b4b]
-
-2010-11-29  José Luis García Pallero  <jgpallero@gmail.com>
-
-	* .hgtags:
-	Version 1.0.1
-	[debd482d705d]
-
-	* DESCRIPTION:
-	Change the date in DESCRIPTION file
-	[e6a0252bfc2a] [OctPROJ-1.0.1]
-
-2010-11-28  José Luis García Pallero  <jgpallero@gmail.com>
-
-	* src/Makefile:
-	Update CC variable in Makefile
-	[639149f94f76]
-
-2010-11-26  José Luis García Pallero  <jgpallero@gmail.com>
-
-	* DESCRIPTION:
-	Update version number
-	[963c366cf9ad]
-
-	* inst/op_fwd.m, inst/op_geoc2geod.m, inst/op_geod2geoc.m,
-	inst/op_inv.m, inst/op_transform.m:
-	Put '||' and '&&' operators instead of '|' and '&' in *.m files in
-	order to prevent warnings in testing versions (>=3.3.53) of GNU
-	Octave
-	[a9e87b3e7ca1]
-
-	* src/Makefile:
-	Use $(CC) instead of 'cc' command and add '-rf' flags to 'rm'
-	command in 'make clean' option of Makefile
-	[8cf100676021]
-
-2010-11-25  José Luis García Pallero  <jgpallero@gmail.com>
-
-	* src/Makefile:
-	Add coding information to the Makefile
-	[afffeac83cf8]
-
-2010-10-03  José Luis García Pallero  <jgpallero@gmail.com>
-
-	* .hgignore:
-	Adición del fichero de archivos ignorados
-	[1d3fe6664b87]
-
-	* doc/octproj.pdf:
-	Adición del pdf de documentación
-	[9eb45004d3e5]
-
-2010-02-09  José Luis García Pallero  <jgpallero@gmail.com>
-
-	* src/_op_fwd.cc, src/_op_geoc2geod.cc, src/_op_geod2geoc.cc,
-	src/_op_inv.cc, src/_op_transform.cc:
-	Use fortran_vec() method instead const_cast<double*> to obtain
-	pointers and improve the use of warning function
-	[1ff84dc91041]
-
-2010-02-06  José Luis García Pallero  <jgpallero@gmail.com>
-
-	* DESCRIPTION:
-	Date change
-	[2f1c7488eace]
-
-	* src/_op_fwd.cc, src/_op_inv.cc:
-	Change criteria for catching errors
-	[671ddf3e2a77]
-
-	* doc/octproj.tex:
-	Update documentation
-	[bcdb32b735f9]
-
-	* src/projwrap.c:
-	Change criteria for catching errors
-	[a402765a20b8]
-
-	* inst/op_fwd.m, inst/op_inv.m, inst/op_transform.m:
-	Changes in test sentences and auxiliary subfunctions
-	[56e3823d72cf]
-
-	* inst/op_transform.m:
-	Changes in test sentences
-	[045b046bc43a]
-
-	* inst/op_fwd.m, inst/op_geoc2geod.m, inst/op_geod2geoc.m,
-	inst/op_inv.m, inst/op_transform.m:
-	Testing input arguments with auxiliary subfunctions
-	[91f6ea5161f7]
-
-	* src/projwrap.h:
-	Comment correction
-	[13ef8e3568c5]
-
-2010-01-19  José Luis García Pallero  <jgpallero@gmail.com>
-
-	* doc/octproj.tex:
-	Documentation update
-	[6cf0c2c16261]
-
-2009-12-22  José Luis García Pallero  <jgpallero@gmail.com>
-
-	* inst/op_fwd.m:
-	Changes in parsing input arguments
-	[8e2c9f00c63c]
-
-	* doc/octproj.tex:
-	Update general documentation
-	[56d5916bed60]
-
-2009-12-18  José Luis García Pallero  <jgpallero@gmail.com>
-
-	* doc/octproj.tex:
-	Change in general documentation
-	[1391300aa003]
-
-2009-12-17  José Luis García Pallero  <jgpallero@gmail.com>
-
-	* doc/octproj.tex:
-	Add tex documentation file
-	[d41ef12f4913]
-
-2009-12-15  José Luis García Pallero  <jgpallero@gmail.com>
-
-	* inst/op_transform.m:
-	Correction in documentation
-	[3bcfd7da0c87]
-
-	* src/_op_transform.cc:
-	Comment the function and small changes
-	[4ea6a2cb26ba]
-
-	* src/projwrap.c:
-	Style correction
-	[39501324d391]
-
-	* inst/op_transform.m:
-	Creation of op_transform.m
-	[791641326573]
-
-	* src/_op_fwd.cc, src/_op_inv.cc:
-	Comment corrections
-	[6ccec5b0b0b5]
-
-	* inst/op_fwd.m, inst/op_inv.m:
-	Add support to check if input arguments are both scalars or vectors
-	and add support to convert scalars in column vectors if neccessary
-	[63eb65628b12]
-
-	* inst/op_geoc2geod.m, inst/op_geod2geoc.m:
-	Comments corrections and add support to convert scalars in column
-	vectors if neccessary
-	[29774e2ea3b5]
-
-	* DESCRIPTION:
-	Change date
-	[6b515a6b5933]
-
-	* COPYING, DESCRIPTION, INDEX, inst/op_fwd.m, inst/op_geoc2geod.m,
-	inst/op_geod2geoc.m, inst/op_inv.m, inst/op_transform.m,
-	src/Makefile, src/_op_fwd.cc, src/_op_geoc2geod.cc,
-	src/_op_geod2geoc.cc, src/_op_inv.cc, src/_op_transform.cc,
-	src/projwrap.c, src/projwrap.h:
-	Creating Mercurial repository for OctPROJ
-	[d89be78337c2]
-