1.13 15:28:02 Added include for cmath.
2004/10/19 mbalazin Mostly cleanup in my stuff after all the changes but I also wrapped TupleType into a structure. So we now have to use TupleType::INSERTION rather than INSERTION alone. We can also print tuple types with "<<" and they will print with their string equivalents. We can still compare them with == and !=.
2004/10/19 tatbul
- references to HEADER_SIZE fixed
- AggregateQBox and JoinQBox requires reassignment of the tuple header fields.
The assignment is done using default values for now so that the program
does not break. Relevant components who use these fields should fix the
assignments as they wish.
2004/10/08 mbalazin setPendingBoxState. No need to re-allocate. Changed to dynamic casts.
2004/10/08 yna Changed box packing interface to use smart pointers.
Updated any existing boxes that packs states.
2004/09/24 yna Moved most of the Aurora code into the Borealis namespace. There are still a few things in util/ that aren't
used that need to be moved.....
2004/09/17 bb Updated with Long, Single and Double schema.
2004/08/12 yna Fixed box state movement, and internal box movement.
2004/08/10 anurag packing and unpacking support for Aggregate box
filter box to make inheritance happy
2004/07/17 alexr
fixed some minor bugs
worked around empty box state problem
fixed up box-removing flow control
2004/07/09 anurag unpackState is implemented. Takes a pointer.
2004/07/08 anurag AbstractBoxState implemented for Aggregate.
Also, packState.
unpackState left to be done.
2004/04/14 mbalazin New dir structure