diff options
author | jimfcarroll <thecarrolls@jiminger.com> | 2011-06-23 12:15:31 -0700 |
---|---|---|
committer | jimfcarroll <thecarrolls@jiminger.com> | 2011-06-23 12:15:31 -0700 |
commit | bb8858364ce3fcc64b87cdf1e08136fd5f8cb3dd (patch) | |
tree | f64a9aebca68232d5e72fef46af02adbe36ccba9 /.gitignore | |
parent | bc4931a5e144354b139105c42cd3a9629e75d26c (diff) | |
parent | 995bea06cfa77e1f71363b63568cdc4c9db9c71e (diff) |
Merge pull request #209 from jimfcarroll/remove-circ-deps
Step-by-step refactor all threading synchronization mechanisms.
This is a significant change that collapses all threading synchronization mechanisms the ThreadLocal down to a small set of boost based classes. It removes the circular dependencies from the threading library with the exception of the Thread class itself, which is next.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 115ce32207..ac4a4bb876 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,5 @@ # global patterns +testMain # commonly used editors # vim |