Changeset b5563e1 for src/libcfa


Ignore:
Timestamp:
Mar 27, 2018, 10:21:32 AM (8 years ago)
Author:
Rob Schluntz <rschlunt@…>
Branches:
ADT, aaron-thesis, arm-eh, ast-experimental, cleanup-dtors, deferred_resn, demangler, enum, forall-pointer-decay, jacob/cs343-translation, jenkins-sandbox, master, new-ast, new-ast-unique-expr, new-env, no_list, persistent-indexer, pthread-emulation, qualifiedEnum, with_gc
Children:
3d2b7bc
Parents:
a9b1b0c (diff), af1ed1ad (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Merge branch 'master' of plg.uwaterloo.ca:/u/cforall/software/cfa/cfa-cc

Location:
src/libcfa
Files:
1 added
2 edited

Legend:

Unmodified
Added
Removed
  • src/libcfa/Makefile.am

    ra9b1b0c rb5563e1  
    1111## Created On       : Sun May 31 08:54:01 2015
    1212## Last Modified By : Peter A. Buhr
    13 ## Last Modified On : Fri Feb  9 15:51:24 2018
    14 ## Update Count     : 223
     13## Last Modified On : Thu Mar 22 17:14:15 2018
     14## Update Count     : 224
    1515###############################################################################
    1616
     
    9999        ${stdhdr}                       \
    100100        math                            \
     101        time                            \
    101102        gmp                             \
    102103        bits/align.h            \
  • src/libcfa/Makefile.in

    ra9b1b0c rb5563e1  
    263263        containers/result containers/vector concurrency/coroutine \
    264264        concurrency/thread concurrency/kernel concurrency/monitor \
    265         ${shell find stdhdr -type f -printf "%p "} math gmp \
     265        ${shell find stdhdr -type f -printf "%p "} math time gmp \
    266266        bits/align.h bits/cfatime.h bits/containers.h bits/defs.h \
    267267        bits/debug.h bits/locks.h concurrency/invoke.h
     
    435435        ${stdhdr}                       \
    436436        math                            \
     437        time                            \
    437438        gmp                             \
    438439        bits/align.h            \
Note: See TracChangeset for help on using the changeset viewer.