- Timestamp:
 - Mar 14, 2023, 10:57:41 AM (3 years ago)
 - Branches:
 - ADT, ast-experimental, master
 - Children:
 - b2f3880
 - Parents:
 - 50f3f3a
 - Location:
 - libcfa/src
 - Files:
 - 
      
- 8 edited
 
- 
          
  algorithms/range_iterator.hfa (modified) (1 diff)
 - 
          
  concurrency/channel.hfa (modified) (1 diff)
 - 
          
  concurrency/clib/cfathread.h (modified) (1 diff)
 - 
          
  concurrency/future.hfa (modified) (1 diff)
 - 
          
  concurrency/invoke.h (modified) (1 diff)
 - 
          
  concurrency/mutex_stmt.hfa (modified) (1 diff)
 - 
          
  concurrency/select.hfa (modified) (1 diff)
 - 
          
  containers/vector2.hfa (modified) (1 diff)
 
 
Legend:
- Unmodified
 - Added
 - Removed
 
- 
      
libcfa/src/algorithms/range_iterator.hfa
r50f3f3a r5e4a830 9 9 // Author : Thierry Delisle 10 10 // Created On : Tue Nov 30 13:06:22 2021 11 // Last Modified By : 12 // Last Modified On : 13 // Update Count : 11 // Last Modified By : Peter A. Buhr 12 // Last Modified On : Mon Mar 13 23:10:35 2023 13 // Update Count : 1 14 14 // 15 16 #pragma once 15 17 16 18 generator RangeIter {  - 
      
libcfa/src/concurrency/channel.hfa
r50f3f3a r5e4a830 1 #pragma once 2 1 3 #include <locks.hfa> 2 4  - 
      
libcfa/src/concurrency/clib/cfathread.h
r50f3f3a r5e4a830 10 10 // Created On : Tue Sep 22 15:31:20 2020 11 11 // Last Modified By : Peter A. Buhr 12 // Last Modified On : Sat Feb 25 17:39:20 202313 // Update Count : 612 // Last Modified On : Mon Mar 13 23:48:40 2023 13 // Update Count : 7 14 14 // 15 16 #pragma once 15 17 16 18 #if defined(__cforall) || defined(__cplusplus)  - 
      
libcfa/src/concurrency/future.hfa
r50f3f3a r5e4a830 14 14 // 15 15 16 //#pragma once16 #pragma once 17 17 18 18 #include "bits/locks.hfa"  - 
      
libcfa/src/concurrency/invoke.h
r50f3f3a r5e4a830 10 10 // Created On : Tue Jan 17 12:27:26 2016 11 11 // Last Modified By : Peter A. Buhr 12 // Last Modified On : Tue Nov 29 20:42:21 2022 13 // Update Count : 56 14 // 12 // Last Modified On : Mon Mar 13 23:51:03 2023 13 // Update Count : 57 14 // 15 16 #pragma once 15 17 16 18 #include "bits/containers.hfa"  - 
      
libcfa/src/concurrency/mutex_stmt.hfa
r50f3f3a r5e4a830 1 #pragma once 2 1 3 #include "bits/algorithm.hfa" 2 4 #include "bits/defs.hfa"  - 
      
libcfa/src/concurrency/select.hfa
r50f3f3a r5e4a830 1 #pragma once 2 1 3 #include "containers/list.hfa" 2 4 #include <stdint.h>  - 
      
libcfa/src/containers/vector2.hfa
r50f3f3a r5e4a830 9 9 // Author : Michael Brooks 10 10 // Created On : Thu Jun 23 22:00:00 2021 11 // Last Modified By : Michael Brooks 12 // Last Modified On : Thu Jun 23 22:00:00 2021 13 // Update Count : 1 14 // 11 // Last Modified By : Peter A. Buhr 12 // Last Modified On : Tue Mar 14 08:40:53 2023 13 // Update Count : 2 14 // 15 16 #pragma once 15 17 16 18 #include <stdlib.hfa>  
  Note:
 See   TracChangeset
 for help on using the changeset viewer.