summary refs log tree commit diff stats
path: root/lib/genode_cpp
ModeNameSize
-rw-r--r--syslocks.h1107log stats plain blame
-rw-r--r--threads.h1638log stats plain blame
='alt'>
825873bd ^
b3707a6f ^
da388212 ^
b589f25a ^
b31aaa21 ^
6e01b890 ^
b31aaa21 ^
99a2c1a7 ^
6e01b890 ^





1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18

           
               
  
                                        
               
                                     
    
 
                     
        
                                   





                                                      
#!/bin/bash

for f in [0-9]*
do
  if [ "$f" \< "$1" ]; then continue; fi
  echo "=== $f"
  ./build_and_test_until $f || exit 0
done

echo "=== chessboard"
rm mu.cc
CXX=clang++ ./mu test chessboard.mu

for f in edit/[0-9]*
do
  echo "=== edit: until $f"
  ./mu test `echo edit/[0-9]* |perl -pwe "s,$f.*,$f,"`
done