2016-06-29 |
Niels Nes |
also partition under a sample operator
|
2016-06-29 |
Sjoerd Mullender |
New BBP.dir format: only store head seqbase, no other head column properties.
|
2016-06-29 |
Romulo Goncalves |
Fix compilation in other platforms
sfcgal
|
2016-06-29 |
Sjoerd Mullender |
Dead code (and compiliation issue): bid is positive.
|
2016-06-29 |
Sjoerd Mullender |
Compilation issues: unused variable.
|
2016-06-28 |
Sjoerd Mullender |
Merge with Jun2016 branch.
|
2016-06-28 |
Sjoerd Mullender |
Cleanup: consistently use macros to hide complexity of H, T, and S structs.
|
2016-06-28 |
Sjoerd Mullender |
Cleanup: remove some macros, remove code for non-existing head structures.
|
2016-06-28 |
Sjoerd Mullender |
Since BAT ids are now always positive, we can get rid of calls to abs.
|
2016-06-28 |
Sjoerd Mullender |
More cleanup due to VOID head columns.
|
2016-06-28 |
Sjoerd Mullender |
We only need a single "next" pointer in the BBP.
|
2016-06-28 |
Sjoerd Mullender |
BATs now only have a single (logical) name.
|
2016-06-28 |
Sjoerd Mullender |
Get rid of the mirror BAT structure.
|
2016-06-28 |
Sjoerd Mullender |
BATmirror is gone.
|
2016-06-28 |
Sjoerd Mullender |
More accurately set revsorted property.
|
2016-06-27 |
Sjoerd Mullender |
BATkey now works on the TAIL column instead of the HEAD column.
|
2016-06-27 |
Sjoerd Mullender |
Removed unused function BKCappend_reverse_val_wrap.
|
2016-06-27 |
Sjoerd Mullender |
Search in correct column.
|
2016-06-27 |
Sjoerd Mullender |
Use correct type (bat).
|
2016-06-27 |
Sjoerd Mullender |
Get rid of unnecessary calls to BATmirror.
|
2016-06-28 |
Sjoerd Mullender |
BATassertProps demands head column is VOID with non-nil seqbase.
|
2016-06-27 |
Sjoerd Mullender |
We can avoid setting properties on the head column most of the time.
|
2016-06-27 |
Sjoerd Mullender |
Move setting some properties around.
|
2016-06-27 |
Sjoerd Mullender |
HEAD columns are always VOID, so we can simplify some code.
|
2016-06-27 |
Sjoerd Mullender |
Removed some unnecessary calls to BAThseqbase.
|
2016-06-27 |
Sjoerd Mullender |
Replaced BATseqbase with BAThseqbase and BATtseqbase.
|
2016-06-27 |
Sjoerd Mullender |
Replaced function BATnew with COLnew with slightly different arguments.
|
2016-06-27 |
Sjoerd Mullender |
Unnecessary #undef.
|
2016-06-27 |
Sjoerd Mullender |
Use BATconstant's first argument for what it is for.
|
2016-06-24 |
Sjoerd Mullender |
Removed old upgrade code.
|