From 0918255bdf655efeaeda20dfeef96ac79ca650bd Mon Sep 17 00:00:00 2001 From: "lperron@google.com" Date: Fri, 1 Nov 2013 11:35:45 +0000 Subject: [PATCH] fix dependencies in make third_party on unix; bump tinyThread to 1.1 --- .../TinyThread++-1.0/doc/html/classes.html | 44 -- ...tthread_1_1chrono_1_1duration-members.html | 36 -- .../html/classtthread_1_1ratio-members.html | 34 -- .../doc/html/classtthread_1_1ratio.html | 53 -- .../classtthread_1_1thread_1_1id-members.html | 35 -- .../TinyThread++-1.0/doc/html/doxygen.png | Bin 1281 -> 0 bytes .../doc/html/fast__mutex_8h.html | 48 -- .../doc/html/namespacetthread.html | 67 --- .../TinyThread++-1.0/doc/html/tab_b.gif | Bin 35 -> 0 bytes .../TinyThread++-1.0/doc/html/tab_l.gif | Bin 706 -> 0 bytes .../TinyThread++-1.0/doc/html/tab_r.gif | Bin 2585 -> 0 bytes .../TinyThread++-1.0/doc/html/tabs.css | 105 ---- .../doc/html/tinythread_8h_source.html | 517 ----------------- .../README.txt | 14 +- .../doc/Doxyfile | 2 +- .../doc/html/annotated.html | 41 +- .../TinyThread++-1.1/doc/html/bc_s.png | Bin 0 -> 677 bytes .../TinyThread++-1.1/doc/html/classes.html | 59 ++ ...tthread_1_1chrono_1_1duration-members.html | 58 ++ .../classtthread_1_1chrono_1_1duration.html | 71 ++- ...thread_1_1condition__variable-members.html | 43 +- .../classtthread_1_1condition__variable.html | 95 +-- .../classtthread_1_1fast__mutex-members.html | 43 +- .../doc/html/classtthread_1_1fast__mutex.html | 89 +-- .../classtthread_1_1lock__guard-members.html | 43 +- .../doc/html/classtthread_1_1lock__guard.html | 70 ++- .../html/classtthread_1_1mutex-members.html | 43 +- .../doc/html/classtthread_1_1mutex.html | 89 +-- .../html/classtthread_1_1ratio-members.html | 55 ++ .../doc/html/classtthread_1_1ratio.html | 72 +++ ...sstthread_1_1recursive__mutex-members.html | 43 +- .../classtthread_1_1recursive__mutex.html | 89 +-- .../html/classtthread_1_1thread-members.html | 44 +- .../doc/html/classtthread_1_1thread.html | 176 ++++-- .../classtthread_1_1thread_1_1id-members.html | 57 ++ .../html/classtthread_1_1thread_1_1id.html | 70 ++- .../TinyThread++-1.1/doc/html/closed.png | Bin 0 -> 126 bytes .../doc/html/doxygen.css | 380 ++++++++++-- .../TinyThread++-1.1/doc/html/doxygen.png | Bin 0 -> 3942 bytes .../doc/html/fast__mutex_8h.html | 68 +++ .../doc/html/fast__mutex_8h_source.html | 364 ++++++------ .../doc/html/files.html | 41 +- .../doc/html/functions.html | 80 +-- .../doc/html/functions_func.html | 80 +-- .../doc/html/globals.html | 41 +- .../doc/html/globals_defs.html | 41 +- .../doc/html/index.html | 51 +- .../doc/html/namespacemembers.html | 41 +- .../doc/html/namespacemembers_func.html | 41 +- .../doc/html/namespacemembers_type.html | 41 +- .../doc/html/namespaces.html | 41 +- .../doc/html/namespacetthread.html | 87 +++ .../doc/html/namespacetthread_1_1chrono.html | 92 +-- .../namespacetthread_1_1this__thread.html | 87 +-- .../TinyThread++-1.1/doc/html/nav_f.png | Bin 0 -> 159 bytes .../TinyThread++-1.1/doc/html/nav_h.png | Bin 0 -> 97 bytes .../TinyThread++-1.1/doc/html/open.png | Bin 0 -> 118 bytes .../TinyThread++-1.1/doc/html/tab_a.png | Bin 0 -> 140 bytes .../TinyThread++-1.1/doc/html/tab_b.png | Bin 0 -> 178 bytes .../TinyThread++-1.1/doc/html/tab_h.png | Bin 0 -> 192 bytes .../TinyThread++-1.1/doc/html/tab_s.png | Bin 0 -> 189 bytes .../TinyThread++-1.1/doc/html/tabs.css | 59 ++ .../doc/html/tinythread_8h.html | 166 +++--- .../doc/html/tinythread_8h_source.html | 544 ++++++++++++++++++ .../source/fast_mutex.h | 13 +- .../source/tinythread.cpp | 24 +- .../source/tinythread.h | 90 +-- .../test/Makefile | 5 +- .../test/Makefile.msvc | 3 +- .../test/fractal.cpp | 210 +++---- .../test/hello.cpp | 4 +- .../test/test.cpp | 49 +- examples/tests/cpp11_test.cc | 2 +- makefiles/Makefile.third_party.unix | 15 +- makefiles/Makefile.unix | 2 +- makefiles/Makefile.win | 4 +- 76 files changed, 3053 insertions(+), 2018 deletions(-) delete mode 100644 dependencies/sources/TinyThread++-1.0/doc/html/classes.html delete mode 100644 dependencies/sources/TinyThread++-1.0/doc/html/classtthread_1_1chrono_1_1duration-members.html delete mode 100644 dependencies/sources/TinyThread++-1.0/doc/html/classtthread_1_1ratio-members.html delete mode 100644 dependencies/sources/TinyThread++-1.0/doc/html/classtthread_1_1ratio.html delete mode 100644 dependencies/sources/TinyThread++-1.0/doc/html/classtthread_1_1thread_1_1id-members.html delete mode 100644 dependencies/sources/TinyThread++-1.0/doc/html/doxygen.png delete mode 100644 dependencies/sources/TinyThread++-1.0/doc/html/fast__mutex_8h.html delete mode 100644 dependencies/sources/TinyThread++-1.0/doc/html/namespacetthread.html delete mode 100644 dependencies/sources/TinyThread++-1.0/doc/html/tab_b.gif delete mode 100644 dependencies/sources/TinyThread++-1.0/doc/html/tab_l.gif delete mode 100644 dependencies/sources/TinyThread++-1.0/doc/html/tab_r.gif delete mode 100644 dependencies/sources/TinyThread++-1.0/doc/html/tabs.css delete mode 100644 dependencies/sources/TinyThread++-1.0/doc/html/tinythread_8h_source.html rename dependencies/sources/{TinyThread++-1.0 => TinyThread++-1.1}/README.txt (93%) rename dependencies/sources/{TinyThread++-1.0 => TinyThread++-1.1}/doc/Doxyfile (99%) rename dependencies/sources/{TinyThread++-1.0 => TinyThread++-1.1}/doc/html/annotated.html (65%) create mode 100644 dependencies/sources/TinyThread++-1.1/doc/html/bc_s.png create mode 100644 dependencies/sources/TinyThread++-1.1/doc/html/classes.html create mode 100644 dependencies/sources/TinyThread++-1.1/doc/html/classtthread_1_1chrono_1_1duration-members.html rename dependencies/sources/{TinyThread++-1.0 => TinyThread++-1.1}/doc/html/classtthread_1_1chrono_1_1duration.html (50%) rename dependencies/sources/{TinyThread++-1.0 => TinyThread++-1.1}/doc/html/classtthread_1_1condition__variable-members.html (62%) rename dependencies/sources/{TinyThread++-1.0 => TinyThread++-1.1}/doc/html/classtthread_1_1condition__variable.html (69%) rename dependencies/sources/{TinyThread++-1.0 => TinyThread++-1.1}/doc/html/classtthread_1_1fast__mutex-members.html (60%) rename dependencies/sources/{TinyThread++-1.0 => TinyThread++-1.1}/doc/html/classtthread_1_1fast__mutex.html (72%) rename dependencies/sources/{TinyThread++-1.0 => TinyThread++-1.1}/doc/html/classtthread_1_1lock__guard-members.html (50%) rename dependencies/sources/{TinyThread++-1.0 => TinyThread++-1.1}/doc/html/classtthread_1_1lock__guard.html (53%) rename dependencies/sources/{TinyThread++-1.0 => TinyThread++-1.1}/doc/html/classtthread_1_1mutex-members.html (60%) rename dependencies/sources/{TinyThread++-1.0 => TinyThread++-1.1}/doc/html/classtthread_1_1mutex.html (68%) create mode 100644 dependencies/sources/TinyThread++-1.1/doc/html/classtthread_1_1ratio-members.html create mode 100644 dependencies/sources/TinyThread++-1.1/doc/html/classtthread_1_1ratio.html rename dependencies/sources/{TinyThread++-1.0 => TinyThread++-1.1}/doc/html/classtthread_1_1recursive__mutex-members.html (61%) rename dependencies/sources/{TinyThread++-1.0 => TinyThread++-1.1}/doc/html/classtthread_1_1recursive__mutex.html (68%) rename dependencies/sources/{TinyThread++-1.0 => TinyThread++-1.1}/doc/html/classtthread_1_1thread-members.html (63%) rename dependencies/sources/{TinyThread++-1.0 => TinyThread++-1.1}/doc/html/classtthread_1_1thread.html (54%) create mode 100644 dependencies/sources/TinyThread++-1.1/doc/html/classtthread_1_1thread_1_1id-members.html rename dependencies/sources/{TinyThread++-1.0 => TinyThread++-1.1}/doc/html/classtthread_1_1thread_1_1id.html (53%) create mode 100644 dependencies/sources/TinyThread++-1.1/doc/html/closed.png rename dependencies/sources/{TinyThread++-1.0 => TinyThread++-1.1}/doc/html/doxygen.css (52%) create mode 100644 dependencies/sources/TinyThread++-1.1/doc/html/doxygen.png create mode 100644 dependencies/sources/TinyThread++-1.1/doc/html/fast__mutex_8h.html rename dependencies/sources/{TinyThread++-1.0 => TinyThread++-1.1}/doc/html/fast__mutex_8h_source.html (52%) rename dependencies/sources/{TinyThread++-1.0 => TinyThread++-1.1}/doc/html/files.html (53%) rename dependencies/sources/{TinyThread++-1.0 => TinyThread++-1.1}/doc/html/functions.html (73%) rename dependencies/sources/{TinyThread++-1.0 => TinyThread++-1.1}/doc/html/functions_func.html (74%) rename dependencies/sources/{TinyThread++-1.0 => TinyThread++-1.1}/doc/html/globals.html (58%) rename dependencies/sources/{TinyThread++-1.0 => TinyThread++-1.1}/doc/html/globals_defs.html (61%) rename dependencies/sources/{TinyThread++-1.0 => TinyThread++-1.1}/doc/html/index.html (67%) rename dependencies/sources/{TinyThread++-1.0 => TinyThread++-1.1}/doc/html/namespacemembers.html (69%) rename dependencies/sources/{TinyThread++-1.0 => TinyThread++-1.1}/doc/html/namespacemembers_func.html (62%) rename dependencies/sources/{TinyThread++-1.0 => TinyThread++-1.1}/doc/html/namespacemembers_type.html (67%) rename dependencies/sources/{TinyThread++-1.0 => TinyThread++-1.1}/doc/html/namespaces.html (60%) create mode 100644 dependencies/sources/TinyThread++-1.1/doc/html/namespacetthread.html rename dependencies/sources/{TinyThread++-1.0 => TinyThread++-1.1}/doc/html/namespacetthread_1_1chrono.html (62%) rename dependencies/sources/{TinyThread++-1.0 => TinyThread++-1.1}/doc/html/namespacetthread_1_1this__thread.html (61%) create mode 100644 dependencies/sources/TinyThread++-1.1/doc/html/nav_f.png create mode 100644 dependencies/sources/TinyThread++-1.1/doc/html/nav_h.png create mode 100644 dependencies/sources/TinyThread++-1.1/doc/html/open.png create mode 100644 dependencies/sources/TinyThread++-1.1/doc/html/tab_a.png create mode 100644 dependencies/sources/TinyThread++-1.1/doc/html/tab_b.png create mode 100644 dependencies/sources/TinyThread++-1.1/doc/html/tab_h.png create mode 100644 dependencies/sources/TinyThread++-1.1/doc/html/tab_s.png create mode 100644 dependencies/sources/TinyThread++-1.1/doc/html/tabs.css rename dependencies/sources/{TinyThread++-1.0 => TinyThread++-1.1}/doc/html/tinythread_8h.html (59%) create mode 100644 dependencies/sources/TinyThread++-1.1/doc/html/tinythread_8h_source.html rename dependencies/sources/{TinyThread++-1.0 => TinyThread++-1.1}/source/fast_mutex.h (95%) rename dependencies/sources/{TinyThread++-1.0 => TinyThread++-1.1}/source/tinythread.cpp (95%) rename dependencies/sources/{TinyThread++-1.0 => TinyThread++-1.1}/source/tinythread.h (86%) rename dependencies/sources/{TinyThread++-1.0 => TinyThread++-1.1}/test/Makefile (96%) rename dependencies/sources/{TinyThread++-1.0 => TinyThread++-1.1}/test/Makefile.msvc (98%) rename dependencies/sources/{TinyThread++-1.0 => TinyThread++-1.1}/test/fractal.cpp (94%) rename dependencies/sources/{TinyThread++-1.0 => TinyThread++-1.1}/test/hello.cpp (92%) rename dependencies/sources/{TinyThread++-1.0 => TinyThread++-1.1}/test/test.cpp (90%) diff --git a/dependencies/sources/TinyThread++-1.0/doc/html/classes.html b/dependencies/sources/TinyThread++-1.0/doc/html/classes.html deleted file mode 100644 index 4806f635da..0000000000 --- a/dependencies/sources/TinyThread++-1.0/doc/html/classes.html +++ /dev/null @@ -1,44 +0,0 @@ - - - - -TinyThread++: Alphabetical List - - - - - - -
-

Class Index

C | D | F | I | L | M | R | T
- -
  C  
-
  F  
-
  L  
-
mutex (tthread)   recursive_mutex (tthread)   
condition_variable (tthread)   fast_mutex (tthread)   lock_guard (tthread)   
  R  
-
  T  
-
  D  
-
  I  
-
  M  
-
ratio (tthread)   thread (tthread)   
duration (tthread::chrono)   thread::id (tthread)   
C | D | F | I | L | M | R | T
-
-
Generated on Fri Oct 1 21:49:33 2010 for TinyThread++ by  - -doxygen 1.6.3
- - diff --git a/dependencies/sources/TinyThread++-1.0/doc/html/classtthread_1_1chrono_1_1duration-members.html b/dependencies/sources/TinyThread++-1.0/doc/html/classtthread_1_1chrono_1_1duration-members.html deleted file mode 100644 index b6da961910..0000000000 --- a/dependencies/sources/TinyThread++-1.0/doc/html/classtthread_1_1chrono_1_1duration-members.html +++ /dev/null @@ -1,36 +0,0 @@ - - - - -TinyThread++: Member List - - - - - - -
-

duration< _Rep, _Period > Member List

This is the complete list of members for duration< _Rep, _Period >, including all inherited members. - - -
count() const duration< _Rep, _Period > [inline]
duration(const _Rep2 &r)duration< _Rep, _Period > [inline, explicit]
-
Generated on Fri Oct 1 21:49:34 2010 for TinyThread++ by  - -doxygen 1.6.3
- - diff --git a/dependencies/sources/TinyThread++-1.0/doc/html/classtthread_1_1ratio-members.html b/dependencies/sources/TinyThread++-1.0/doc/html/classtthread_1_1ratio-members.html deleted file mode 100644 index 06d9bb914d..0000000000 --- a/dependencies/sources/TinyThread++-1.0/doc/html/classtthread_1_1ratio-members.html +++ /dev/null @@ -1,34 +0,0 @@ - - - - -TinyThread++: Member List - - - - - - -
-

ratio< N, D > Member List

This is the complete list of members for ratio< N, D >, including all inherited members. -
-
Generated on Fri Oct 1 21:49:34 2010 for TinyThread++ by  - -doxygen 1.6.3
- - diff --git a/dependencies/sources/TinyThread++-1.0/doc/html/classtthread_1_1ratio.html b/dependencies/sources/TinyThread++-1.0/doc/html/classtthread_1_1ratio.html deleted file mode 100644 index 7cf4560621..0000000000 --- a/dependencies/sources/TinyThread++-1.0/doc/html/classtthread_1_1ratio.html +++ /dev/null @@ -1,53 +0,0 @@ - - - - -TinyThread++: ratio< N, D > Class Template Reference - - - - - - -
-

ratio< N, D > Class Template Reference

-

Minimal implementation of the ratio class. -More...

- -

#include <tinythread.h>

- -

List of all members.

- -
-

Detailed Description

-

template<__intmax_t N, __intmax_t D = 1>
- class tthread::ratio< N, D >

- -

Minimal implementation of the ratio class.

-

This class provides enough functionality to implement some basic chrono classes.

-
The documentation for this class was generated from the following file: -
-
Generated on Fri Oct 1 21:49:34 2010 for TinyThread++ by  - -doxygen 1.6.3
- - diff --git a/dependencies/sources/TinyThread++-1.0/doc/html/classtthread_1_1thread_1_1id-members.html b/dependencies/sources/TinyThread++-1.0/doc/html/classtthread_1_1thread_1_1id-members.html deleted file mode 100644 index a1ee0d7e59..0000000000 --- a/dependencies/sources/TinyThread++-1.0/doc/html/classtthread_1_1thread_1_1id-members.html +++ /dev/null @@ -1,35 +0,0 @@ - - - - -TinyThread++: Member List - - - - - - -
-

id Member List

This is the complete list of members for id, including all inherited members. - -
id()id [inline]
-
Generated on Fri Oct 1 21:49:34 2010 for TinyThread++ by  - -doxygen 1.6.3
- - diff --git a/dependencies/sources/TinyThread++-1.0/doc/html/doxygen.png b/dependencies/sources/TinyThread++-1.0/doc/html/doxygen.png deleted file mode 100644 index f0a274bbaffdd67f6d784c894d9cf28729db0e14..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 1281 zcmaJ>ZA?>F7(Vx-ms?uoS`b@hdRtpo6o^%HU>M$hfGrBvQnk$LE?p^P!kn&ikhyq! zX~V@&tPF5Qt@V?oTL96Bi%aRiwbe1)9DWQI#?)=HxS7QSw`J`5fAJ*eJbB;uNuKA& zdERDo*{Y<(If(#(B$Lr#;nB(8Y#ia=ZCeW?JfPLuQY`=@cW$k}Rivq|vbxGrRq1Tl9;+(gNt?}UtVKM2`T5t1jLzuL@0UIs`S#vlhl4)^ zLgSYrPj@$+`|j?eSbXTmiHGkWxV8V}BzNR?pl9k_s4pDu9vd5a_UzZEPk)}Ad{AV_ zzddrjrh4=Imr`E06;LY{)YYt?o}L~H@7C}F^WB!Ra=v`Q0bj{>5&$66CWF>mf6vjP z2N>RRY6ZYa=K`76>+|_)Xdwko+7wv}7cN|btOhWb(*{sta~6b?S8Omrxw}!4`NhGr zZVpNqpu1@BE`QGWNTpEpcJVW5izu~2B^GlM?1(OPg)zwW;QcP@Ltcclm>XbJL9C|j z=9!2?ua=uIlf0%AndzHsRC}IyTL$EhAee(fdKB`?27KeS^2M8M_7b~PiCFO&r5LC7 z7gl1*a<8;SjNaw#h=843_AV9iZbWQOAp5YOC^&_F*9K0> zB|6%IDb?aM#3viTxkLU4aXg&@+CkNTOnQ1iMP*^?b|^lJy$4C)Zk4isV!|RZ*XhXh zw8q3$=*0LeGC!XI_Wc?dkT~3+*Gu%%yIqP+Wr3H$=&ROMQU6q}Ag^P~>c5vAEO;a- z_dK-3PPeKar%)6$j~vI2#*-YH!1h6HYVtwCX5_wM`iF#UKz&&@9Oo5w3%XGYrX zW>dY~)SG-((Yim%`InwgTvyRC?e=Wh^8KCao!R6Eg&TpVWUY1sN~4G}V?nFnEGo-; zHZ_$eW9-GnC%^WS9b z@p;-$oH#MtC0v>Q$HX%4^JdFdO$0cbv-W)Q TtK}Eh@>>I#ipmV1>S*>q-hkC} diff --git a/dependencies/sources/TinyThread++-1.0/doc/html/fast__mutex_8h.html b/dependencies/sources/TinyThread++-1.0/doc/html/fast__mutex_8h.html deleted file mode 100644 index ef2a8c7cf5..0000000000 --- a/dependencies/sources/TinyThread++-1.0/doc/html/fast__mutex_8h.html +++ /dev/null @@ -1,48 +0,0 @@ - - - - -TinyThread++: fast_mutex.h File Reference - - - - - - -
-

fast_mutex.h File Reference

#include <pthread.h>
- -

Go to the source code of this file.

- - - - - - - -

-

-

Classes

class  fast_mutex
 Fast mutex class. More...

Namespaces

namespace  tthread
 

Main name space for TinyThread++.

-
-

Detailed Description

-
-
Generated on Fri Oct 1 21:49:33 2010 for TinyThread++ by  - -doxygen 1.6.3
- - diff --git a/dependencies/sources/TinyThread++-1.0/doc/html/namespacetthread.html b/dependencies/sources/TinyThread++-1.0/doc/html/namespacetthread.html deleted file mode 100644 index 66d62312bd..0000000000 --- a/dependencies/sources/TinyThread++-1.0/doc/html/namespacetthread.html +++ /dev/null @@ -1,67 +0,0 @@ - - - - -TinyThread++: tthread Namespace Reference - - - - - - -
-

tthread Namespace Reference

-

Main name space for TinyThread++. -More...

- - - - -

-

- - -

-

- - - - - - - - - - - - - - - -

Namespaces

namespace  chrono
 

Minimal implementation of the chrono namespace.

-
namespace  this_thread
 

The namespace this_thread provides methods for dealing with the calling thread.

-

Classes

class  fast_mutex
 Fast mutex class. More...
class  mutex
 Mutex class. More...
class  recursive_mutex
 Recursive mutex class. More...
class  lock_guard
 Lock guard class. More...
class  condition_variable
 Condition variable class. More...
class  thread
 Thread class. More...
class  ratio
 Minimal implementation of the ratio class. More...
-

Detailed Description

-

Main name space for TinyThread++.

-

This namespace is more or less equivalent to the std namespace for the C++0x thread classes. For instance, the tthread::mutex class corresponds to the std::mutex class.

-
-
Generated on Fri Oct 1 21:49:33 2010 for TinyThread++ by  - -doxygen 1.6.3
- - diff --git a/dependencies/sources/TinyThread++-1.0/doc/html/tab_b.gif b/dependencies/sources/TinyThread++-1.0/doc/html/tab_b.gif deleted file mode 100644 index 0d623483ffdf5f9f96900108042a7ab0643fe2a3..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 35 ncmZ?wbhEHbWMp7uXkcJy*>IeJfk6j|fqX^=1|}vKMh0sDa2W*H diff --git a/dependencies/sources/TinyThread++-1.0/doc/html/tab_l.gif b/dependencies/sources/TinyThread++-1.0/doc/html/tab_l.gif deleted file mode 100644 index 9b1e6337c9299a700401a2a78a2c6ffced475216..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 706 zcmZ?wbhEHbZT`}F1e&(Gg}Y(8=I;HA5#Z$3JI=gGB)FQ#odI(O&E^@q;x zK6mr*m3xOS-#u~t!I@i+u0DKm^U160k6t`|^WpV}&n+8{U%dD9&a>B#U%!9-@yol< zU%&tQ{rk_K|NsC0`}dE5ET99@1@a36+kb~?0UJ*yc&I3X_m z!ND^5$O7$#8OFRuDhG}!?8z?cdZK&!`PWjdR;Aj^wZ` zeK{IEYHBJ)6K8VIp1`BVt++swf6j+=L{p1*nO(VhE`pFexG@5$|>uaCcd z`0m=9m+yak{QmXN#Sc$^{$X9h9&q2jiKAI|&T)a;PPx2K9p`YIdw8HtR5k2Q$2-O2 z*;3y{MQ-RnJTgJfI&R5|O)AHxDf_00XbPvDZPy4t=hHd)nfLPvms&O`Ok(sD()5v$ z5U@&h;a=#xbxVbo2~X&Xj0Ie(f{v>vERH+qC+nTG=B8Nca=wU-O$?1&vUgV~9=!H; zx>3p9Yn%*<>t~sk+&0xfyS8RsPfYBd<~wWK%j-LmpU>O7yX^h#UCp1x-p#i7@bE;py8XI6 zmY<)m>~)W~yIWcMVoiPg{duuf<*)9qZ9l$m*Ph&W&$jlv*Vpa+{pH@n=IQ$L?0$ax ec60Ul|8o2P|NVbd{6P)#weSbE3}s?04AuZvx_~SI diff --git a/dependencies/sources/TinyThread++-1.0/doc/html/tab_r.gif b/dependencies/sources/TinyThread++-1.0/doc/html/tab_r.gif deleted file mode 100644 index ce9dd9f533cb5486d6941844f442b59d4a9e9175..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 2585 zcmbV}`9Bkk1ILFF--w5zJc=ZZT(zjE=;2|_S)Qm~rCWz1Pc)KPl;jv%A#&v2*x}yc zmf2~Jm~&=xjJY?PqwIN}f8qQ2{r$uH{c*nJbmr{cR5??*egHrs-B=MzCF`3%e{FAW z{oL5xTHn~5TM{jaB;@|_Ue5F&Zb@p(kMyG{*;gWDg zyeL|eZf7Qd8=#bXzSiR{yzRgLSj-fJS8>lBjVHN z^o-0eS=nE6a`W;LChBs=`+QAJP~{b93>H^eRb5kCSC1zUNezun%`L5M?RDzv#%jk7 zYVRX=vATPD`+oEfum^{RM@GjuP?-r=yh0!p;Vx^T9G7~`7%5ydH%70=jyJ;;`d;hv92x3R=z{xp+Lg2!*@OK*K15-t&okoPtSED)h&$RLxdbA zseWm^C3d%-yRNi-ryk^!ek+C`n&~cd$#ZWct_cUL{l~i+Nzx^5d!n94(>bW-iL~Rl z&8r)?q|1DIo=0=judQ{FaGcfLERz8gfn3-Qt<2lksh{mzpT}DXxUuR^z=^key&q4! z+wWI45vL0k$R^(F#{qfqhUsN@WA+w-V?LPH33!Q?WFSB3)WBojE@hK41Nb?KfS+Qo zXgrzfsP$wr4Qzy*{OD>uJBjdgGM@VMml5)2f~_}lD*YyOb}Hjeobhz#4c`w(l^>KK zr?Ud;W~Z}*w;%hZ|2^p^+f06gJDJQD zeIhGADbDmm&6arh(q>EZ<7mjzg7l|z$hRL8=1>)Nv=S7CY$B}iYJ&*T_-T_OG*L1q ztZ3Lana33?y3AKnyq^YCF|4x%Rb5WU&2qcl{TFKey%QJeMxn^SdT!hZ5+0i1zeusiYVp-phBl7b5+Px-X&LhByq z0F&<;K0l2+v>qiHlXb#$jXMv$uK-dEGE9L~qtdU(XeRXmvu*K2Q&6!fD**JxYP4b4BR7FdJ$Qx9G9`J%-_X!a#LGpp3g9)VWytGCa;7`S1_e8F~!R+aSJ zOF17p2`H?2kPs8Q`_;U}+D%3p zs2-0BTqFwpUoBk`?P;iPQ(IbEA|JmMx!P&YYG|R@S=5Mnw;-?A6rEEVyV%d7{iU4a zNk`i!%F(Ykpm`}#oH;BjY->@b8vQedv;pza2FL&*6ufjd+*3Ute&>kes~TU?^KkojsTh(o~(3tk1Y6>4(yn( z#U*ID9@eg-beKo1B;HXe+}{Z%n@7m0+yxivuqk9~;!1LGQlah)xYK4>wgL}l6dsaN zIxlRlq`*`j9PG4*0hD6YV_b_2w5b#)o7J?`q#{GjvvKlD`T*dWcZx<-s(ZvLB44E# z=!|sw!?)@%y$oRNL#25WS3lzdii}TuQ3?CLnvQ1_n};2sT_;Y;#d3=+-(O% zMN$>O!3;ke(UuLR%h_&)N zs^!-@A>QR}4yB1bPp`9S19ikTbZ~O{&FF-yHK{En;mmShDUIEw03`j(DBIsM}Rjki2J#SQa3gFZTKBPDeIiLt9Z z%bL3(B@Qw%(B`wSMS~dPh$=R`(}lBoFXKy(s|*{#ru$wjsBc_O#zxNk9w+UUHmx(U zmJ8+M+ndtnZ<7|VU9Mbt61zpo9T&3%Wx&XII=#QJxjR`CZf22ac3d51Z?GD%LEe_&*t46Qf;4`bZ7p2K(Ab5>GfT^}4! zBT&HZD`^PEgWoI&{~o-ID0F?O`75sm(87x%A{(}Ch1)QlzdJ)1B-eqe5a(weg0`4lQIf1evjvbBY50DVbzO7CLf|vP z2#0(U-|jZ`H{y5N^o7%iK6H>_HEGN->U6^!)1{XpJV!!4(Ig7wzZQ*9WYF4X1rG0x z=1uA@i`rIAciubDC{;~b(|&|A@xkjRP5aRcvRU9tvIm}jDB6J eQ0-6-y)mpwdT=ayS0tBxKDA*~;EWmo diff --git a/dependencies/sources/TinyThread++-1.0/doc/html/tabs.css b/dependencies/sources/TinyThread++-1.0/doc/html/tabs.css deleted file mode 100644 index a444163416..0000000000 --- a/dependencies/sources/TinyThread++-1.0/doc/html/tabs.css +++ /dev/null @@ -1,105 +0,0 @@ -/* tabs styles, based on http://www.alistapart.com/articles/slidingdoors */ - -DIV.tabs -{ - float : left; - width : 100%; - background : url("tab_b.gif") repeat-x bottom; - margin-bottom : 4px; -} - -DIV.tabs UL -{ - margin : 0px; - padding-left : 10px; - list-style : none; -} - -DIV.tabs LI, DIV.tabs FORM -{ - display : inline; - margin : 0px; - padding : 0px; -} - -DIV.tabs FORM -{ - float : right; -} - -DIV.tabs A -{ - float : left; - background : url("tab_r.gif") no-repeat right top; - border-bottom : 1px solid #84B0C7; - font-size : 80%; - font-weight : bold; - text-decoration : none; -} - -DIV.tabs A:hover -{ - background-position: 100% -150px; -} - -DIV.tabs A:link, DIV.tabs A:visited, -DIV.tabs A:active, DIV.tabs A:hover -{ - color: #1A419D; -} - -DIV.tabs SPAN -{ - float : left; - display : block; - background : url("tab_l.gif") no-repeat left top; - padding : 5px 9px; - white-space : nowrap; -} - -DIV.tabs #MSearchBox -{ - float : right; - display : inline; - font-size : 1em; -} - -DIV.tabs TD -{ - font-size : 80%; - font-weight : bold; - text-decoration : none; -} - - - -/* Commented Backslash Hack hides rule from IE5-Mac \*/ -DIV.tabs SPAN {float : none;} -/* End IE5-Mac hack */ - -DIV.tabs A:hover SPAN -{ - background-position: 0% -150px; -} - -DIV.tabs LI.current A -{ - background-position: 100% -150px; - border-width : 0px; -} - -DIV.tabs LI.current SPAN -{ - background-position: 0% -150px; - padding-bottom : 6px; -} - -DIV.navpath -{ - background : none; - border : none; - border-bottom : 1px solid #84B0C7; - text-align : center; - margin : 2px; - padding : 2px; -} diff --git a/dependencies/sources/TinyThread++-1.0/doc/html/tinythread_8h_source.html b/dependencies/sources/TinyThread++-1.0/doc/html/tinythread_8h_source.html deleted file mode 100644 index b99cc797d3..0000000000 --- a/dependencies/sources/TinyThread++-1.0/doc/html/tinythread_8h_source.html +++ /dev/null @@ -1,517 +0,0 @@ - - - - -TinyThread++: tinythread.h Source File - - - - - - -
Generated on Fri Oct 1 21:49:33 2010 for TinyThread++ by  - -doxygen 1.6.3
- - diff --git a/dependencies/sources/TinyThread++-1.0/README.txt b/dependencies/sources/TinyThread++-1.1/README.txt similarity index 93% rename from dependencies/sources/TinyThread++-1.0/README.txt rename to dependencies/sources/TinyThread++-1.1/README.txt index 2055a1f254..6b16d86886 100644 --- a/dependencies/sources/TinyThread++-1.0/README.txt +++ b/dependencies/sources/TinyThread++-1.1/README.txt @@ -1,7 +1,7 @@ -TinyThread++ v1.0 +TinyThread++ v1.1 ================= -http://tinythread.sourceforge.net +http://tinythreadpp.bitsnbites.eu About @@ -10,8 +10,8 @@ About TinyThread++ is a minimalist, portable, threading library for C++, intended to make it easy to create multi threaded C++ applications. -The library is closesly modeled after the current C++0x standard (draft), but -only a subset is implemented at the moment. +The library is closesly modeled after the C++11 standard, but only a subset is +implemented at the moment. See the documentation in the doc/html directory for more information. @@ -48,6 +48,9 @@ Windows/MS Visual Studio: History ------- +v1.1 - 2012.05.07 + - Added thread::detach(). + v1.0 - 2010.10.01 - First non-beta release. - Made mutex non-recursive (according to spec), and added recursive_mutex. @@ -104,7 +107,7 @@ v0.1 - 2010.03.21 License ------- -Copyright (c) 2010 Marcus Geelnard +Copyright (c) 2010-2012 Marcus Geelnard This software is provided 'as-is', without any express or implied warranty. In no event will the authors be held liable for any damages @@ -124,3 +127,4 @@ freely, subject to the following restrictions: 3. This notice may not be removed or altered from any source distribution. + diff --git a/dependencies/sources/TinyThread++-1.0/doc/Doxyfile b/dependencies/sources/TinyThread++-1.1/doc/Doxyfile similarity index 99% rename from dependencies/sources/TinyThread++-1.0/doc/Doxyfile rename to dependencies/sources/TinyThread++-1.1/doc/Doxyfile index 3af0770b92..9a4fd18a04 100644 --- a/dependencies/sources/TinyThread++-1.0/doc/Doxyfile +++ b/dependencies/sources/TinyThread++-1.1/doc/Doxyfile @@ -31,7 +31,7 @@ PROJECT_NAME = TinyThread++ # This could be handy for archiving the generated documentation or # if some version control system is used. -PROJECT_NUMBER = 1.0 +PROJECT_NUMBER = 1.1 # The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute) # base path where the generated documentation will be put. diff --git a/dependencies/sources/TinyThread++-1.0/doc/html/annotated.html b/dependencies/sources/TinyThread++-1.1/doc/html/annotated.html similarity index 65% rename from dependencies/sources/TinyThread++-1.0/doc/html/annotated.html rename to dependencies/sources/TinyThread++-1.1/doc/html/annotated.html index 4cc6217561..a645376f60 100644 --- a/dependencies/sources/TinyThread++-1.0/doc/html/annotated.html +++ b/dependencies/sources/TinyThread++-1.1/doc/html/annotated.html @@ -7,29 +7,44 @@ - -