|
|
@e49c308
|
3 months |
pabuhr |
remove unused parameter name from function Countof, add period to end …
|
|
|
@5f210c0
|
3 months |
j82liang |
Change enum pos to signed int to avoid underflow; operator on enum …
|
|
|
@b12e4ad
|
3 months |
pabuhr |
add stream parameter to OSTYPE_VOID_IMPL macro and update all macro calls
|
|
|
@876739f
|
3 months |
pabuhr |
formatting
|
|
|
@f90c092
|
4 months |
pabuhr |
formatting
|
|
|
@0097d08
|
4 months |
pabuhr |
formatting, comments, use break in for-else
|
|
|
@97f9619
|
4 months |
j82liang |
Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
|
|
|
@68ea8d2
|
4 months |
j82liang |
Seperate CfaEnum? and Serial.
|
|
|
@d796be70
|
4 months |
pabuhr |
commenting
|
|
|
@2e6b2a0
|
4 months |
pabuhr |
change assert to abort, second attempt to read enumerators
|
|
|
@0c327ce
|
4 months |
j82liang |
1. Add bound check to Serial function: now compiler generates the …
|
|
|
@236f133
|
4 months |
j82liang |
Remove quasi_void for enums. The idea of quasi_void from Mike was to …
|
|
|
@d287f3e
|
4 months |
pabuhr |
fix selecting wrong input operator for enumeration, first attempt at …
|
|
|
@6d2b3dc
|
4 months |
j82liang |
Change (enum) range loop so that it works on any type that define …
|
|
|
@062467b
|
4 months |
pabuhr |
inline enum relational and increment operators, comment out loop …
|
|
|
@64eeb06
|
4 months |
pabuhr |
change basic_ostream to ostream, first attempt of enumeration input
|
|
|
@73d0e3f4
|
4 months |
j82liang |
Current enum has bug when use as a reference as in ?++. Change …
|
|
|
@259012e
|
4 months |
pabuhr |
put back quasi_void print
|
|
|
@d5efcb7
|
4 months |
pabuhr |
first attempt at updating enum auxiliary operations
|
|
|
@5eb3f65
|
4 months |
pabuhr |
change enumeration function names labelE, valueE, posE to label, …
|
|
|
@525f7ad
|
5 months |
j82liang |
1. Add count_e( enum_name ), a pseudo function that return the …
|
|
|
@85855b0
|
5 months |
j82liang |
1. Implement enum cast; 2. Change valueE so that opague enum returns …
|
|
|
@41c8312
|
6 months |
pabuhr |
small cleanups
|
|
|
@03ac869
|
6 months |
j82liang |
Add GCC visibility push(default); Fix trait satisfaction problem
|
|
|
@c333ed2
|
6 months |
j82liang |
Remove intermeidate type (enum attribute type); remove …
|
|
|
@c5c123f
|
6 months |
j82liang |
Missing changes for the last commit
|