Xavier Del Campo Romero
94800874a8
A CVS to Git conversion was made via the cvs2git tool [1], following the documentation provided by SourceForge. [2] These were the commands used to perform the conversion: $ rsync -av rsync://freesolid.cvs.sourceforge.net/cvsroot/freesolid/\* cvs $ cvs2git --blobfile=blob.dat --dumpfile=dump.dat \ --username=xavi --default-eol=native \ --encoding=utf8 --encoding=latin1 --fallback-encoding=ascii \ cvs/backup $ mkdir new_git $ git init new_git $ cat blob.dat dump.dat | git --git-dir=new_git/.git fast-import After the conversion, two directories were available: CVSROOT and freesolid, where the latter included the project files. Therefore, CVSROOT was filtered out with git-filter-repo [3], and the contents of the freesolid directory were moved to the root directory: $ git-filter-repo -f --path freesolid/ $ git mv -- freesolid/* . [1]: https://www.mcs.anl.gov/~jacob/cvs2svn/cvs2git.html [2]: https://sourceforge.net/p/forge/documentation/CVS/ [3]: https://github.com/newren/git-filter-repo
11 lines
335 B
Text
11 lines
335 B
Text
GvdB Fix linkage against qhull. Uncomment '#include <config.h>' in
|
|
Polyhedron.cpp
|
|
|
|
Fix automake/autoconf files such that 'make dist' works.
|
|
|
|
NB: libmoto can not be mixed with the 3D classes from SOLID
|
|
2.0, since SOLID 2.0 GJK relies on 64-bit float accuracy.
|
|
|
|
Update headers to reflect the LGPL status of the new files.
|
|
|
|
|