Skip to content

Commit

Permalink
website: stxxl.sourceforge.net -> stxxl.org
Browse files Browse the repository at this point in the history
  • Loading branch information
bingmann committed Feb 16, 2017
1 parent a1c6931 commit 1402e32
Show file tree
Hide file tree
Showing 405 changed files with 412 additions and 412 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#
# Base CMake file for building stxxl with different options.
#
# Part of the STXXL. See http://stxxl.sourceforge.net
# Part of the STXXL. See http://stxxl.org
#
# Copyright (C) 2013-2014 Timo Bingmann <[email protected]>
#
Expand Down
4 changes: 2 additions & 2 deletions INSTALL
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ BASIC INFORMATION
For detailed installation instructions, including instruction for installation
in a Linux or Windows based environment and application compilation hints
(including an example Makefile) please read the doxygen manual:
http://stxxl.sourceforge.net/
http://stxxl.org/


QUICK INSTALLATION INSTRUCTIONS FOR POSIX COMPATIBLE SYSTEMS
Expand All @@ -20,4 +20,4 @@ QUICK INSTALLATION INSTRUCTIONS FOR POSIX COMPATIBLE SYSTEMS
* Check cmake's output for errors, then run build the library:
- make

* See http://stxxl.sourceforge.net/ for more details.
* See http://stxxl.org/ for more details.
2 changes: 1 addition & 1 deletion README
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ existing applications, another design priority is high performance.
DOCUMENTATION

See the Doxygen documentation for installation manual and programmer
documentation: http://stxxl.sourceforge.net
documentation: http://stxxl.org


LICENSE TERMS
Expand Down
2 changes: 1 addition & 1 deletion compile.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
############################################################################
# compile.sh
#
# Part of the STXXL. See http://stxxl.sourceforge.net
# Part of the STXXL. See http://stxxl.org
#
# Copyright (C) 2017 Timo Bingmann <[email protected]>
#
Expand Down
2 changes: 1 addition & 1 deletion doc/coding_style.dox
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
*
* Coding style guidelines of the STXXL.
*
* Part of the STXXL. See http://stxxl.sourceforge.net
* Part of the STXXL. See http://stxxl.org
*
* Copyright (C) 2013 Timo Bingmann <[email protected]>
*
Expand Down
2 changes: 1 addition & 1 deletion doc/common.dox
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
/***************************************************************************
* doc/common.dox
*
* Part of the STXXL. See http://stxxl.sourceforge.net
* Part of the STXXL. See http://stxxl.org
*
* Copyright (C) 2013 Timo Bingmann <[email protected]>
*
Expand Down
2 changes: 1 addition & 1 deletion doc/design.dox
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* Design of STXXL, all of this is from Roman's PhD thesis.
* Edited by Timo Bingmann
*
* Part of the STXXL. See http://stxxl.sourceforge.net
* Part of the STXXL. See http://stxxl.org
*
* Copyright (C) 2007 Roman Dementiev <[email protected]>
* Copyright (C) 2013 Timo Bingmann <[email protected]>
Expand Down
6 changes: 3 additions & 3 deletions doc/faq.dox
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
*
* Frequently asked and answered questions
*
* Part of the STXXL. See http://stxxl.sourceforge.net
* Part of the STXXL. See http://stxxl.org
*
* Copyright (C) 2007 Andreas Beckmann <[email protected]>
* Copyright (C) 2013 Timo Bingmann <[email protected]>
Expand All @@ -18,7 +18,7 @@
\section faq_latest Latest version of this FAQ
The most recent version of this FAQ can always be found <a href="http://stxxl.sourceforge.net">here</a>.
The most recent version of this FAQ can always be found <a href="http://stxxl.org">here</a>.
\section faq_compilers Supported Compilers and Platforms
Expand Down Expand Up @@ -62,7 +62,7 @@ msvc 2015 13.0 * | stxxl (c++11)
- Rate STXXL at heise Software-Verzeichnis (German): http://www.heise.de/software/download/stxxl/76072
- Rate STXXL at SourceForge: https://sourceforge.net/projects/stxxl/
- For scientific work: Cite the papers mentioned here: http://stxxl.sourceforge.net/
- For scientific work: Cite the papers mentioned here: http://stxxl.org/
- For industrial users: Tell us the name of your company, so we can use it as a reference.
Expand Down
4 changes: 2 additions & 2 deletions doc/install.dox
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
*
* Installation and Linking Instruction for STXXL using CMake
*
* Part of the STXXL. See http://stxxl.sourceforge.net
* Part of the STXXL. See http://stxxl.org
*
* Copyright (C) 2013 Timo Bingmann <[email protected]>
*
Expand Down Expand Up @@ -281,7 +281,7 @@ The gcov coverage report can be automatically created using the additional targe
## Unpack STXXL source code
- Download the STXXL archive from http://stxxl.sourceforge.net <br>
- Download the STXXL archive from http://stxxl.org <br>
or use your favorite git client to clone the development version: http://github.com/stxxl/stxxl.git
- Unpack the archive at a convenient location.
Expand Down
2 changes: 1 addition & 1 deletion doc/introduction.dox
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* Most of this is from the old TeX tutorial and papers.
* Edited 2013 by Timo Bingmann <[email protected]>
*
* Part of the STXXL. See http://stxxl.sourceforge.net
* Part of the STXXL. See http://stxxl.org
*
* Copyright (C) 2007 Roman Dementiev <[email protected]>
*
Expand Down
2 changes: 1 addition & 1 deletion doc/mainpage.dox
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
*
* Main page of STXXL doxygen tree. All doc pages should be linked here.
*
* Part of the STXXL. See http://stxxl.sourceforge.net
* Part of the STXXL. See http://stxxl.org
*
* Copyright (C) 2013 Timo Bingmann <[email protected]>
*
Expand Down
2 changes: 1 addition & 1 deletion doc/stxxl_tool.dox
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
/***************************************************************************
* doc/stxxl_tool.dox
*
* Part of the STXXL. See http://stxxl.sourceforge.net
* Part of the STXXL. See http://stxxl.org
*
* Copyright (C) 2013 Timo Bingmann <[email protected]>
*
Expand Down
2 changes: 1 addition & 1 deletion doc/tutorial.dox
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
*
* Usage Tutorial for STXXL
*
* Part of the STXXL. See http://stxxl.sourceforge.net
* Part of the STXXL. See http://stxxl.org
*
* Copyright (C) 2013 Timo Bingmann <[email protected]>
*
Expand Down
2 changes: 1 addition & 1 deletion doc/tutorial_deque.dox
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
*
* Usage Tutorial for STXXL
*
* Part of the STXXL. See http://stxxl.sourceforge.net
* Part of the STXXL. See http://stxxl.org
*
* Copyright (C) 2013 Timo Bingmann <[email protected]>
* Copyright (C) 2013 Daniel Feist <[email protected]>
Expand Down
2 changes: 1 addition & 1 deletion doc/tutorial_map.dox
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
*
* Usage Tutorial for STXXL
*
* Part of the STXXL. See http://stxxl.sourceforge.net
* Part of the STXXL. See http://stxxl.org
*
* Copyright (C) 2013 Timo Bingmann <[email protected]>
* Copyright (C) 2013 Daniel Feist <[email protected]>
Expand Down
2 changes: 1 addition & 1 deletion doc/tutorial_matrix.dox
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
*
* Usage Tutorial for STXXL
*
* Part of the STXXL. See http://stxxl.sourceforge.net
* Part of the STXXL. See http://stxxl.org
*
* Copyright (C) 2013 Daniel Feist <[email protected]>
*
Expand Down
2 changes: 1 addition & 1 deletion doc/tutorial_ppq.dox
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
*
* Usage Tutorial for STXXL
*
* Part of the STXXL. See http://stxxl.sourceforge.net
* Part of the STXXL. See http://stxxl.org
*
* Copyright (C) 2015 Thomas Keh <[email protected]>
*
Expand Down
2 changes: 1 addition & 1 deletion doc/tutorial_pqueue.dox
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
*
* Usage Tutorial for STXXL
*
* Part of the STXXL. See http://stxxl.sourceforge.net
* Part of the STXXL. See http://stxxl.org
*
* Copyright (C) 2013 Timo Bingmann <[email protected]>
*
Expand Down
2 changes: 1 addition & 1 deletion doc/tutorial_queue.dox
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
*
* Usage Tutorial for STXXL
*
* Part of the STXXL. See http://stxxl.sourceforge.net
* Part of the STXXL. See http://stxxl.org
*
* Copyright (C) 2013 Timo Bingmann <[email protected]>
* Copyright (C) 2013 Daniel Feist <[email protected]>
Expand Down
2 changes: 1 addition & 1 deletion doc/tutorial_sequence.dox
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
*
* Usage Tutorial for STXXL
*
* Part of the STXXL. See http://stxxl.sourceforge.net
* Part of the STXXL. See http://stxxl.org
*
* Copyright (C) 2013 Daniel Feist <[email protected]>
*
Expand Down
2 changes: 1 addition & 1 deletion doc/tutorial_sorter.dox
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
*
* Usage Tutorial for STXXL
*
* Part of the STXXL. See http://stxxl.sourceforge.net
* Part of the STXXL. See http://stxxl.org
*
* Copyright (C) 2013 Timo Bingmann <[email protected]>
*
Expand Down
2 changes: 1 addition & 1 deletion doc/tutorial_stack.dox
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
*
* Usage Tutorial for STXXL
*
* Part of the STXXL. See http://stxxl.sourceforge.net
* Part of the STXXL. See http://stxxl.org
*
* Copyright (C) 2013 Timo Bingmann <[email protected]>
* Copyright (C) 2013 Daniel Feist <[email protected]>
Expand Down
2 changes: 1 addition & 1 deletion doc/tutorial_stream.dox
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
*
* Usage Tutorial for STXXL
*
* Part of the STXXL. See http://stxxl.sourceforge.net
* Part of the STXXL. See http://stxxl.org
*
* Copyright (C) 2013 Timo Bingmann <[email protected]>
*
Expand Down
2 changes: 1 addition & 1 deletion doc/tutorial_unordered_map.dox
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
*
* Usage Tutorial for STXXL
*
* Part of the STXXL. See http://stxxl.sourceforge.net
* Part of the STXXL. See http://stxxl.org
*
* Copyright (C) 2013 Timo Bingmann <[email protected]>
* Copyright (C) 2013 Daniel Feist <[email protected]>
Expand Down
2 changes: 1 addition & 1 deletion doc/tutorial_vector.dox
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
*
* Usage Tutorial for STXXL
*
* Part of the STXXL. See http://stxxl.sourceforge.net
* Part of the STXXL. See http://stxxl.org
*
* Copyright (C) 2013 Timo Bingmann <[email protected]>
* Copyright (C) 2013 Daniel Feist <[email protected]>
Expand Down
2 changes: 1 addition & 1 deletion doc/tutorial_vector_billing.dox
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
/***************************************************************************
* doc/tutorial_vector_billing.dox
*
* Part of the STXXL. See http://stxxl.sourceforge.net
* Part of the STXXL. See http://stxxl.org
*
* Copyright (C) 2006 Roman Dementiev <[email protected]>
*
Expand Down
2 changes: 1 addition & 1 deletion doc/tutorial_vector_buf.dox
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
/***************************************************************************
* doc/tutorial_vector_buf.dox
*
* Part of the STXXL. See http://stxxl.sourceforge.net
* Part of the STXXL. See http://stxxl.org
*
* Copyright (C) 2013 Timo Bingmann <[email protected]>
*
Expand Down
2 changes: 1 addition & 1 deletion examples/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
############################################################################
# examples/CMakeLists.txt
#
# Part of the STXXL. See http://stxxl.sourceforge.net
# Part of the STXXL. See http://stxxl.org
#
# Copyright (C) 2013 Timo Bingmann <[email protected]>
#
Expand Down
2 changes: 1 addition & 1 deletion examples/algo/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
############################################################################
# examples/algo/CMakeLists.txt
#
# Part of the STXXL. See http://stxxl.sourceforge.net
# Part of the STXXL. See http://stxxl.org
#
# Copyright (C) 2013 Timo Bingmann <[email protected]>
#
Expand Down
2 changes: 1 addition & 1 deletion examples/algo/copy_and_sort_file.cpp
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/***************************************************************************
* examples/algo/copy_and_sort_file.cpp
*
* Part of the STXXL. See http://stxxl.sourceforge.net
* Part of the STXXL. See http://stxxl.org
*
* Copyright (C) 2010 Andreas Beckmann <[email protected]>
*
Expand Down
2 changes: 1 addition & 1 deletion examples/algo/phonebills.cpp
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/***************************************************************************
* examples/algo/phonebills.cpp
*
* Part of the STXXL. See http://stxxl.sourceforge.net
* Part of the STXXL. See http://stxxl.org
*
* Copyright (C) 2004 Roman Dementiev <[email protected]>
*
Expand Down
2 changes: 1 addition & 1 deletion examples/algo/phonebills_genlog.cpp
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/***************************************************************************
* examples/algo/phonebills_genlog.cpp
*
* Part of the STXXL. See http://stxxl.sourceforge.net
* Part of the STXXL. See http://stxxl.org
*
* Copyright (C) 2004 Roman Dementiev <[email protected]>
*
Expand Down
2 changes: 1 addition & 1 deletion examples/algo/sort_file.cpp
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/***************************************************************************
* examples/algo/sort_file.cpp
*
* Part of the STXXL. See http://stxxl.sourceforge.net
* Part of the STXXL. See http://stxxl.org
*
* Copyright (C) 2002-2003 Roman Dementiev <[email protected]>
* Copyright (C) 2009 Andreas Beckmann <[email protected]>
Expand Down
2 changes: 1 addition & 1 deletion examples/applications/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
############################################################################
# examples/applications/CMakeLists.txt
#
# Part of the STXXL. See http://stxxl.sourceforge.net
# Part of the STXXL. See http://stxxl.org
#
# Copyright (C) 2013 Timo Bingmann <[email protected]>
#
Expand Down
2 changes: 1 addition & 1 deletion examples/applications/skew3-lcp.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
* Peter Sanders and Stefan Burkhardt. "Linear work suffix array construction".
* Journal of the ACM, Volume 53 Issue 6, November 2006, Pages 918-936.
*
* Part of the STXXL. See http://stxxl.sourceforge.net
* Part of the STXXL. See http://stxxl.org
*
* Copyright (C) 2004 Jens Mehnert <[email protected]>
* Copyright (C) 2012-2015 Timo Bingmann <[email protected]>
Expand Down
2 changes: 1 addition & 1 deletion examples/applications/skew3.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
* Peter Sanders. "Better External Memory Suffix Array Construction". Journal
* of Experimental Algorithmics (JEA), volume 12, 2008.
*
* Part of the STXXL. See http://stxxl.sourceforge.net
* Part of the STXXL. See http://stxxl.org
*
* Copyright (C) 2004 Jens Mehnert <[email protected]>
* Copyright (C) 2012-2013 Timo Bingmann <[email protected]>
Expand Down
2 changes: 1 addition & 1 deletion examples/common/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
############################################################################
# examples/common/CMakeLists.txt
#
# Part of the STXXL. See http://stxxl.sourceforge.net
# Part of the STXXL. See http://stxxl.org
#
# Copyright (C) 2013 Timo Bingmann <[email protected]>
#
Expand Down
2 changes: 1 addition & 1 deletion examples/common/cmdline.cpp
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/***************************************************************************
* examples/common/cmdline.cpp
*
* Part of the STXXL. See http://stxxl.sourceforge.net
* Part of the STXXL. See http://stxxl.org
*
* Copyright (C) 2013 Timo Bingmann <[email protected]>
*
Expand Down
2 changes: 1 addition & 1 deletion examples/containers/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
############################################################################
# examples/containers/CMakeLists.txt
#
# Part of the STXXL. See http://stxxl.sourceforge.net
# Part of the STXXL. See http://stxxl.org
#
# Copyright (C) 2013-2014 Timo Bingmann <[email protected]>
#
Expand Down
2 changes: 1 addition & 1 deletion examples/containers/copy_file.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* This example shows three methods to copy a file to another file using
* stxxl:vectors.
*
* Part of the STXXL. See http://stxxl.sourceforge.net
* Part of the STXXL. See http://stxxl.org
*
* Copyright (C) 2004-2006 Roman Dementiev <[email protected]>
* Copyright (C) 2013 Timo Bingmann <[email protected]>
Expand Down
Loading

0 comments on commit 1402e32

Please sign in to comment.