-
Notifications
You must be signed in to change notification settings - Fork 32
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added figtree-0.9.2 to git repository.
Signed-off-by: Vlad Morariu <[email protected]>
- Loading branch information
Showing
117 changed files
with
21,834 additions
and
4,112 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
all clean mostlyclean: | ||
cd external; $(MAKE) $@ | ||
cd src; $(MAKE) $@ | ||
cd samples; $(MAKE) $@ | ||
cd test; $(MAKE) $@ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
ifeq ($(FIGTREE_LIB_TYPE),static) | ||
LIBSUFFIX=.a | ||
MAKEOPT=linux-g++ | ||
else | ||
LIBSUFFIX=.so | ||
MAKEOPT=linux-g++-sl | ||
endif | ||
|
||
all: | ||
cd ann_1.1.1 ; $(MAKE) $(MAKEOPT) | ||
mv ann_1.1.1/lib/libann_figtree_version$(LIBSUFFIX) ../lib/libann_figtree_version$(LIBSUFFIX) | ||
|
||
clean: | ||
cd ann_1.1.1 ; $(MAKE) realclean | ||
rm -f ../lib/libann_figtree_version.so | ||
rm -f ../lib/libann_figtree_version.a | ||
|
||
mostlyclean: | ||
cd ann_1.1.1 ; $(MAKE) realclean | ||
rm -f ../lib/libann_figtree_version.so | ||
rm -f ../lib/libann_figtree_version.a | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,47 @@ | ||
ANN: Approximate Nearest Neighbors | ||
Version: 1.1.1 | ||
Release Date: Aug 4, 2006 | ||
---------------------------------------------------------------------------- | ||
Copyright (c) 1997-2005 University of Maryland and Sunil Arya and David | ||
Mount All Rights Reserved. | ||
|
||
This program is free software; you can redistribute it and/or modify it | ||
under the terms of the GNU Lesser Public License as published by the | ||
Free Software Foundation; either version 2.1 of the License, or (at your | ||
option) any later version. | ||
|
||
This program is distributed in the hope that it will be useful, but | ||
WITHOUT ANY WARRANTY; without even the implied warranty of | ||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU | ||
Lesser Public License for more details. | ||
|
||
A copy of the terms and conditions of the license can be found in | ||
License.txt or online at | ||
|
||
http://www.gnu.org/copyleft/lesser.html | ||
|
||
To obtain a copy, write to the Free Software Foundation, Inc., | ||
59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. | ||
|
||
Disclaimer | ||
---------- | ||
The University of Maryland and the authors make no representations about | ||
the suitability or fitness of this software for any purpose. It is | ||
provided "as is" without express or implied warranty. | ||
--------------------------------------------------------------------- | ||
|
||
Authors | ||
------- | ||
David Mount | ||
Dept of Computer Science | ||
University of Maryland, | ||
College Park, MD 20742 USA | ||
[email protected] | ||
http://www.cs.umd.edu/~mount/ | ||
|
||
Sunil Arya | ||
Dept of Computer Science | ||
Hong University of Science and Technology | ||
Clearwater Bay, HONG KONG | ||
[email protected] | ||
http://www.cs.ust.hk/faculty/arya/ |
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,46 @@ | ||
Microsoft Visual Studio Solution File, Format Version 9.00 | ||
# Visual Studio 2005 | ||
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "dll", "dll\dll.vcproj", "{A7D00B21-CB9C-4BBB-8DEE-51025104F867}" | ||
EndProject | ||
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "sample", "sample\sample.vcproj", "{C76F5A10-7A4A-4546-9414-296DB38BE825}" | ||
ProjectSection(ProjectDependencies) = postProject | ||
{A7D00B21-CB9C-4BBB-8DEE-51025104F867} = {A7D00B21-CB9C-4BBB-8DEE-51025104F867} | ||
EndProjectSection | ||
EndProject | ||
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "test", "test\test.vcproj", "{6AC673C7-7B3F-4520-A761-647B212A4BEF}" | ||
ProjectSection(ProjectDependencies) = postProject | ||
{A7D00B21-CB9C-4BBB-8DEE-51025104F867} = {A7D00B21-CB9C-4BBB-8DEE-51025104F867} | ||
EndProjectSection | ||
EndProject | ||
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "ann2fig", "ann2fig\ann2fig.vcproj", "{622DD7D8-0C0A-4303-9176-C9A8AF467E70}" | ||
ProjectSection(ProjectDependencies) = postProject | ||
{A7D00B21-CB9C-4BBB-8DEE-51025104F867} = {A7D00B21-CB9C-4BBB-8DEE-51025104F867} | ||
EndProjectSection | ||
EndProject | ||
Global | ||
GlobalSection(SolutionConfigurationPlatforms) = preSolution | ||
Debug|Win32 = Debug|Win32 | ||
Release|Win32 = Release|Win32 | ||
EndGlobalSection | ||
GlobalSection(ProjectConfigurationPlatforms) = postSolution | ||
{A7D00B21-CB9C-4BBB-8DEE-51025104F867}.Debug|Win32.ActiveCfg = Debug|Win32 | ||
{A7D00B21-CB9C-4BBB-8DEE-51025104F867}.Debug|Win32.Build.0 = Debug|Win32 | ||
{A7D00B21-CB9C-4BBB-8DEE-51025104F867}.Release|Win32.ActiveCfg = Release|Win32 | ||
{A7D00B21-CB9C-4BBB-8DEE-51025104F867}.Release|Win32.Build.0 = Release|Win32 | ||
{C76F5A10-7A4A-4546-9414-296DB38BE825}.Debug|Win32.ActiveCfg = Debug|Win32 | ||
{C76F5A10-7A4A-4546-9414-296DB38BE825}.Debug|Win32.Build.0 = Debug|Win32 | ||
{C76F5A10-7A4A-4546-9414-296DB38BE825}.Release|Win32.ActiveCfg = Release|Win32 | ||
{C76F5A10-7A4A-4546-9414-296DB38BE825}.Release|Win32.Build.0 = Release|Win32 | ||
{6AC673C7-7B3F-4520-A761-647B212A4BEF}.Debug|Win32.ActiveCfg = Debug|Win32 | ||
{6AC673C7-7B3F-4520-A761-647B212A4BEF}.Debug|Win32.Build.0 = Debug|Win32 | ||
{6AC673C7-7B3F-4520-A761-647B212A4BEF}.Release|Win32.ActiveCfg = Release|Win32 | ||
{6AC673C7-7B3F-4520-A761-647B212A4BEF}.Release|Win32.Build.0 = Release|Win32 | ||
{622DD7D8-0C0A-4303-9176-C9A8AF467E70}.Debug|Win32.ActiveCfg = Debug|Win32 | ||
{622DD7D8-0C0A-4303-9176-C9A8AF467E70}.Debug|Win32.Build.0 = Debug|Win32 | ||
{622DD7D8-0C0A-4303-9176-C9A8AF467E70}.Release|Win32.ActiveCfg = Release|Win32 | ||
{622DD7D8-0C0A-4303-9176-C9A8AF467E70}.Release|Win32.Build.0 = Release|Win32 | ||
EndGlobalSection | ||
GlobalSection(SolutionProperties) = preSolution | ||
HideSolutionNode = FALSE | ||
EndGlobalSection | ||
EndGlobal |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,48 @@ | ||
Microsoft Visual Studio Solution File, Format Version 8.00 | ||
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "dll", "dll\dll.vcproj", "{A7D00B21-CB9C-4BBB-8DEE-51025104F867}" | ||
ProjectSection(ProjectDependencies) = postProject | ||
EndProjectSection | ||
EndProject | ||
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "sample", "sample\sample.vcproj", "{C76F5A10-7A4A-4546-9414-296DB38BE825}" | ||
ProjectSection(ProjectDependencies) = postProject | ||
{A7D00B21-CB9C-4BBB-8DEE-51025104F867} = {A7D00B21-CB9C-4BBB-8DEE-51025104F867} | ||
EndProjectSection | ||
EndProject | ||
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "test", "test\test.vcproj", "{6AC673C7-7B3F-4520-A761-647B212A4BEF}" | ||
ProjectSection(ProjectDependencies) = postProject | ||
{A7D00B21-CB9C-4BBB-8DEE-51025104F867} = {A7D00B21-CB9C-4BBB-8DEE-51025104F867} | ||
EndProjectSection | ||
EndProject | ||
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "ann2fig", "ann2fig\ann2fig.vcproj", "{622DD7D8-0C0A-4303-9176-C9A8AF467E70}" | ||
ProjectSection(ProjectDependencies) = postProject | ||
{A7D00B21-CB9C-4BBB-8DEE-51025104F867} = {A7D00B21-CB9C-4BBB-8DEE-51025104F867} | ||
EndProjectSection | ||
EndProject | ||
Global | ||
GlobalSection(SolutionConfiguration) = preSolution | ||
Debug = Debug | ||
Release = Release | ||
EndGlobalSection | ||
GlobalSection(ProjectConfiguration) = postSolution | ||
{A7D00B21-CB9C-4BBB-8DEE-51025104F867}.Debug.ActiveCfg = Debug|Win32 | ||
{A7D00B21-CB9C-4BBB-8DEE-51025104F867}.Debug.Build.0 = Debug|Win32 | ||
{A7D00B21-CB9C-4BBB-8DEE-51025104F867}.Release.ActiveCfg = Release|Win32 | ||
{A7D00B21-CB9C-4BBB-8DEE-51025104F867}.Release.Build.0 = Release|Win32 | ||
{C76F5A10-7A4A-4546-9414-296DB38BE825}.Debug.ActiveCfg = Debug|Win32 | ||
{C76F5A10-7A4A-4546-9414-296DB38BE825}.Debug.Build.0 = Debug|Win32 | ||
{C76F5A10-7A4A-4546-9414-296DB38BE825}.Release.ActiveCfg = Release|Win32 | ||
{C76F5A10-7A4A-4546-9414-296DB38BE825}.Release.Build.0 = Release|Win32 | ||
{6AC673C7-7B3F-4520-A761-647B212A4BEF}.Debug.ActiveCfg = Debug|Win32 | ||
{6AC673C7-7B3F-4520-A761-647B212A4BEF}.Debug.Build.0 = Debug|Win32 | ||
{6AC673C7-7B3F-4520-A761-647B212A4BEF}.Release.ActiveCfg = Release|Win32 | ||
{6AC673C7-7B3F-4520-A761-647B212A4BEF}.Release.Build.0 = Release|Win32 | ||
{622DD7D8-0C0A-4303-9176-C9A8AF467E70}.Debug.ActiveCfg = Debug|Win32 | ||
{622DD7D8-0C0A-4303-9176-C9A8AF467E70}.Debug.Build.0 = Debug|Win32 | ||
{622DD7D8-0C0A-4303-9176-C9A8AF467E70}.Release.ActiveCfg = Release|Win32 | ||
{622DD7D8-0C0A-4303-9176-C9A8AF467E70}.Release.Build.0 = Release|Win32 | ||
EndGlobalSection | ||
GlobalSection(ExtensibilityGlobals) = postSolution | ||
EndGlobalSection | ||
GlobalSection(ExtensibilityAddIns) = postSolution | ||
EndGlobalSection | ||
EndGlobal |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,53 @@ | ||
#----------------------------------------------------------------------------- | ||
# Makefile for Windows Versions. | ||
# | ||
# ANN: Approximate Nearest Neighbors | ||
# Version: 1.1.1 08/04/06 | ||
#----------------------------------------------------------------------------- | ||
# Copyright (c) 1997-2005 University of Maryland and Sunil Arya and | ||
# David Mount. All Rights Reserved. | ||
# | ||
# This software and related documentation is part of the Approximate | ||
# Nearest Neighbor Library (ANN). This software is provided under | ||
# the provisions of the Lesser GNU Public License (LGPL). See the | ||
# file ../ReadMe.txt for further information. | ||
# | ||
# The University of Maryland (U.M.) and the authors make no | ||
# representations about the suitability or fitness of this software for | ||
# any purpose. It is provided "as is" without express or implied | ||
# warranty. | ||
#----------------------------------------------------------------------------- | ||
# Revision 1.0 05/03/05 | ||
# Initial release | ||
# Revision 1.1.1 08/04/06 | ||
# Added copyright/license | ||
#----------------------------------------------------------------------------- | ||
|
||
#----------------------------------------------------------------------------- | ||
# This is not used for compiling the dll. It is just used for cleaning | ||
# things up for distribution. For compilcation, open the Ann.sln | ||
# solution file in Microsoft Windows Visual Studio.NET. | ||
#----------------------------------------------------------------------------- | ||
|
||
default: | ||
@echo "Enter one of the following:" | ||
@echo " make clean remove object files" | ||
@echo " make realclean remove library and executable files" | ||
@echo " " | ||
@echo "See file Makefile for other compilation options." | ||
|
||
#----------------------------------------------------------------------------- | ||
# Remove .o files and core files | ||
#----------------------------------------------------------------------------- | ||
clean: | ||
-rm -f -r ann2fig/Debug ann2fig/Release | ||
-rm -f -r dll/Debug dll/Release | ||
-rm -f -r sample/Debug sample/Release | ||
-rm -f -r test/Debug test/Release | ||
-rm -f Ann.ncb Ann.suo | ||
|
||
#----------------------------------------------------------------------------- | ||
# Remove everthing that can be remade | ||
#----------------------------------------------------------------------------- | ||
realclean: clean | ||
-rm -f bin/* |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.