Skip to content

Commit 1402e32

Browse files
committed
website: stxxl.sourceforge.net -> stxxl.org
1 parent a1c6931 commit 1402e32

File tree

405 files changed

+412
-412
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

405 files changed

+412
-412
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
#
44
# Base CMake file for building stxxl with different options.
55
#
6-
# Part of the STXXL. See http://stxxl.sourceforge.net
6+
# Part of the STXXL. See http://stxxl.org
77
#
88
# Copyright (C) 2013-2014 Timo Bingmann <[email protected]>
99
#

INSTALL

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ BASIC INFORMATION
33
For detailed installation instructions, including instruction for installation
44
in a Linux or Windows based environment and application compilation hints
55
(including an example Makefile) please read the doxygen manual:
6-
http://stxxl.sourceforge.net/
6+
http://stxxl.org/
77

88

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

23-
* See http://stxxl.sourceforge.net/ for more details.
23+
* See http://stxxl.org/ for more details.

README

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ existing applications, another design priority is high performance.
1010
DOCUMENTATION
1111

1212
See the Doxygen documentation for installation manual and programmer
13-
documentation: http://stxxl.sourceforge.net
13+
documentation: http://stxxl.org
1414

1515

1616
LICENSE TERMS

compile.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
############################################################################
33
# compile.sh
44
#
5-
# Part of the STXXL. See http://stxxl.sourceforge.net
5+
# Part of the STXXL. See http://stxxl.org
66
#
77
# Copyright (C) 2017 Timo Bingmann <[email protected]>
88
#

doc/coding_style.dox

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
*
55
* Coding style guidelines of the STXXL.
66
*
7-
* Part of the STXXL. See http://stxxl.sourceforge.net
7+
* Part of the STXXL. See http://stxxl.org
88
*
99
* Copyright (C) 2013 Timo Bingmann <[email protected]>
1010
*

doc/common.dox

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
/***************************************************************************
33
* doc/common.dox
44
*
5-
* Part of the STXXL. See http://stxxl.sourceforge.net
5+
* Part of the STXXL. See http://stxxl.org
66
*
77
* Copyright (C) 2013 Timo Bingmann <[email protected]>
88
*

doc/design.dox

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
* Design of STXXL, all of this is from Roman's PhD thesis.
66
* Edited by Timo Bingmann
77
*
8-
* Part of the STXXL. See http://stxxl.sourceforge.net
8+
* Part of the STXXL. See http://stxxl.org
99
*
1010
* Copyright (C) 2007 Roman Dementiev <[email protected]>
1111
* Copyright (C) 2013 Timo Bingmann <[email protected]>

doc/faq.dox

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
*
55
* Frequently asked and answered questions
66
*
7-
* Part of the STXXL. See http://stxxl.sourceforge.net
7+
* Part of the STXXL. See http://stxxl.org
88
*
99
* Copyright (C) 2007 Andreas Beckmann <[email protected]>
1010
* Copyright (C) 2013 Timo Bingmann <[email protected]>
@@ -18,7 +18,7 @@
1818
1919
\section faq_latest Latest version of this FAQ
2020
21-
The most recent version of this FAQ can always be found <a href="http://stxxl.sourceforge.net">here</a>.
21+
The most recent version of this FAQ can always be found <a href="http://stxxl.org">here</a>.
2222
2323
\section faq_compilers Supported Compilers and Platforms
2424
@@ -62,7 +62,7 @@ msvc 2015 13.0 * | stxxl (c++11)
6262
- Rate STXXL at heise Software-Verzeichnis (German): http://www.heise.de/software/download/stxxl/76072
6363
- Rate STXXL at SourceForge: https://sourceforge.net/projects/stxxl/
6464
65-
- For scientific work: Cite the papers mentioned here: http://stxxl.sourceforge.net/
65+
- For scientific work: Cite the papers mentioned here: http://stxxl.org/
6666
6767
- For industrial users: Tell us the name of your company, so we can use it as a reference.
6868

doc/install.dox

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
*
55
* Installation and Linking Instruction for STXXL using CMake
66
*
7-
* Part of the STXXL. See http://stxxl.sourceforge.net
7+
* Part of the STXXL. See http://stxxl.org
88
*
99
* Copyright (C) 2013 Timo Bingmann <[email protected]>
1010
*
@@ -281,7 +281,7 @@ The gcov coverage report can be automatically created using the additional targe
281281
282282
## Unpack STXXL source code
283283
284-
- Download the STXXL archive from http://stxxl.sourceforge.net <br>
284+
- Download the STXXL archive from http://stxxl.org <br>
285285
or use your favorite git client to clone the development version: http://github.com/stxxl/stxxl.git
286286
- Unpack the archive at a convenient location.
287287

doc/introduction.dox

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* Most of this is from the old TeX tutorial and papers.
55
* Edited 2013 by Timo Bingmann <[email protected]>
66
*
7-
* Part of the STXXL. See http://stxxl.sourceforge.net
7+
* Part of the STXXL. See http://stxxl.org
88
*
99
* Copyright (C) 2007 Roman Dementiev <[email protected]>
1010
*

0 commit comments

Comments
 (0)