Skip to content

Commit

Permalink
Formal release of v1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sorenhein committed Dec 1, 2014
1 parent 3ea90c8 commit 0885445
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dds
Submodule dds updated 85 files
+11 −0 .gitignore
+11 −1 INSTALL
+12 −6 README.md
+1 −1 doc/DLL-dds_28_x-Dateien/header.htm
+1 −1 doc/DLL-dds_28_x-Dateien/props002.xml
+74 −45 doc/DLL-dds_28_x.htm
+ doc/DLL-dds_28_x.pdf
+441 −427 doc/DLL-dds_28_x.rtf
+8 −9 examples/AnalyseAllPlaysBin.cpp
+8 −9 examples/AnalyseAllPlaysPBN.cpp
+11 −12 examples/AnalysePlayBin.cpp
+11 −12 examples/AnalysePlayPBN.cpp
+12 −12 examples/CalcAllTables.cpp
+13 −13 examples/CalcAllTablesPBN.cpp
+9 −9 examples/CalcDDtable.cpp
+8 −8 examples/CalcDDtablePBN.cpp
+6 −6 examples/DealerPar.cpp
+1 −1 examples/Makefiles/Makefile_Mac_clang
+2 −2 examples/Makefiles/Makefile_Mac_gcc
+13 −2 examples/Makefiles/Makefile_Visual
+10 −1 examples/Makefiles/Makefile_cygwin
+1 −1 examples/Makefiles/Makefile_linux
+13 −2 examples/Makefiles/Makefile_mingw
+7 −7 examples/Par.cpp
+12 −12 examples/SolveAllBoards.cpp
+21 −21 examples/SolveBoard.cpp
+18 −18 examples/SolveBoardPBN.cpp
+115 −96 examples/hands.cpp
+8 −8 examples/hands.h
+470 −445 include/dll.h
+71 −63 include/portab.h
+1,634 −1,634 src/ABsearch.cpp
+113 −113 src/ABsearch.h
+336 −336 src/ABstats.cpp
+77 −77 src/ABstats.h
+213 −213 src/CalcTables.cpp
+632 −627 src/DealerPar.cpp
+806 −775 src/Init.cpp
+30 −30 src/Init.h
+286 −286 src/LaterTricks.cpp
+25 −25 src/LaterTricks.h
+18 −19 src/Makefiles/Makefile_Mac_clang
+18 −19 src/Makefiles/Makefile_Mac_gcc
+44 −42 src/Makefiles/Makefile_Visual
+43 −42 src/Makefiles/Makefile_cygwin
+43 −42 src/Makefiles/Makefile_linux
+43 −42 src/Makefiles/Makefile_mingw
+2,621 −2,541 src/Moves.cpp
+305 −302 src/Moves.h
+184 −177 src/PBN.cpp
+6 −6 src/PBN.h
+1,438 −1,205 src/Par.cpp
+464 −464 src/PlayAnalyser.cpp
+1,209 −1,210 src/QuickTricks.cpp
+27 −27 src/QuickTricks.h
+1,086 −1,087 src/Scheduler.cpp
+113 −105 src/Scheduler.h
+566 −541 src/SolveBoard.cpp
+6 −6 src/SolveBoard.h
+1,261 −1,236 src/SolverIF.cpp
+12 −12 src/SolverIF.h
+283 −285 src/Stats.cpp
+38 −38 src/Stats.h
+387 −387 src/Timer.cpp
+63 −63 src/Timer.h
+1,875 −1,874 src/TransTable.cpp
+156 −156 src/TransTable.h
+71 −71 src/dds.cpp
+196 −191 src/dds.h
+142 −143 src/debug.h
+0 −67 src/portab.h
+82 −80 src/threadmem.h
+18 −18 test/Makefiles/Makefile_Mac_clang
+19 −19 test/Makefiles/Makefile_Mac_gcc
+25 −25 test/Makefiles/Makefile_Visual
+28 −25 test/Makefiles/Makefile_cygwin
+27 −24 test/Makefiles/Makefile_linux
+28 −25 test/Makefiles/Makefile_mingw
+2 −2 test/dtest.cpp
+99 −99 test/dtest.h
+3 −3 test/itest.cpp
+296 −295 test/testStats.cpp
+38 −38 test/testStats.h
+280 −279 test/testcommon.cpp
+2 −2 test/testcommon.h

0 comments on commit 0885445

Please sign in to comment.