-
Notifications
You must be signed in to change notification settings - Fork 95
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #53 from sorenhein/master
Cumulative update from v2.8.2 to v2.8.3
- Loading branch information
Showing
79 changed files
with
19,465 additions
and
18,586 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
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
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
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 |
---|---|---|
|
@@ -6,11 +6,11 @@ DDS offers a wide range of functions, including par-score calculations. | |
|
||
Please refer to the [home page](http://privat.bahnhof.se/wb758135) for details. | ||
|
||
The current version is DDS 2.8.2 released in June 2015 and licensed under the Apache 2.0 license in the LICENSE FILE. | ||
The current version is DDS 2.8.3 released in January 2016 and licensed under the Apache 2.0 license in the LICENSE FILE. | ||
|
||
Release notes are in the ChangeLog file. | ||
|
||
(c) Bo Haglund 2006-2014, (c) Bo Haglund / Soren Hein 2014-2015. | ||
(c) Bo Haglund 2006-2014, (c) Bo Haglund / Soren Hein 2014-2016. | ||
|
||
|
||
Credits | ||
|
@@ -25,6 +25,8 @@ Brian Dickens found bugs in v2.7 and encouraged us to look at GitHub. He also s | |
|
||
Foppe Hemminga maintains DDS on ArchLinux. He also contributed a version of the documentation file completely in .md mark-up language. | ||
|
||
Pierre Cossard contributed the code for multi-threading on the Mac using GDS. | ||
|
||
Soren Hein made a number of contributions before becoming a co-author starting in v2.8 in 2014. | ||
|
||
|
||
|
@@ -59,16 +61,17 @@ The Windows versions use the Windows multi-threading. The code compiles on wind | |
We have also compiled the code and/or had help from other contributors on the following systems. | ||
|
||
* Linux Ubuntu with g++ and with OpenMP multi-threading. | ||
* Mac OS 10.9 with g++ and with OpenMP multi-threading. Also with clang without multi-threading. | ||
* Mac OS 10.9 with g++ and with OpenMP multi-threading. Also with clang without multi-threading. Also with GCD multi-threading compiling with LLVM. | ||
|
||
Here the libraries are `.a` files, not DLLs. We might also make `.so` libraries in the future. | ||
Here the libraries are `.a` files, not DLLs. There are also Makefiles for shared libraries available. | ||
|
||
Note that Apple stopped using g++ in Xcode a while back, DDS does compile using the clang compiler, but since DDS does not support pthreads multi-threading, DDS becomes single-threaded. To get OpenMP multi-threading you need to use the Homebrew installer and do: | ||
|
||
brew reinstall gcc --without-multilib | ||
|
||
The `without-multilib` is important because you won't get OpenMP otherwise, and that's the whole point. *(Thanks to Matthew Kidd for these instructions.)* | ||
|
||
Thanks for Pierre Cossard's contribution, the Mac port now also supports GCD multi-threading with LLVM. | ||
|
||
Usage | ||
===== | ||
|
@@ -83,7 +86,7 @@ The DDS library interface is very well documented. You find the docs, including | |
|
||
Bugs | ||
==== | ||
Version 2.8.2 has no known bugs. | ||
Version 2.8.3 has no known bugs. | ||
|
||
Please report bugs to [email protected] and [email protected]. | ||
|
0
doc/Alg-dds_28_x.pdf → doc/Alg-dds_x.pdf
100755 → 100644
File renamed without changes.
2,731 changes: 1,358 additions & 1,373 deletions
2,731
doc/Alg-dds_28_x.rtf → doc/Alg-dds_x.rtf
100755 → 100644
Large diffs are not rendered by default.
Oops, something went wrong.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion
2
doc/DLL-dds_28_x-Dateien/props002.xml → doc/DLL-dds_x-Dateien/props002.xml
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,2 +1,2 @@ | ||
<?xml version="1.0" encoding="UTF-8" standalone="no"?> | ||
<ds:datastoreItem ds:itemID="{7487D068-FB34-4361-96A0-93A6C877ED40}" xmlns:ds="http://schemas.openxmlformats.org/officeDocument/2006/customXml"><ds:schemaRefs><ds:schemaRef ds:uri="http://schemas.openxmlformats.org/officeDocument/2006/bibliography"/></ds:schemaRefs></ds:datastoreItem> | ||
<ds:datastoreItem ds:itemID="{DC9DCE06-2F64-40A8-8E51-C82C44EA71E3}" xmlns:ds="http://schemas.openxmlformats.org/officeDocument/2006/customXml"><ds:schemaRefs><ds:schemaRef ds:uri="http://schemas.openxmlformats.org/officeDocument/2006/bibliography"/></ds:schemaRefs></ds:datastoreItem> |
File renamed without changes.
Oops, something went wrong.