Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2014-04-19 | fixincludeguards.sh: sc | Thomas Arnhold | 1 | -2/+2 |
2014-03-03 | remove unused code in sc::CompareFunc | Noel Grandin | 1 | -1/+0 |
2013-10-20 | Reduce branching on empty matrix elements as well. | Kohei Yoshida | 1 | -0/+5 |
2013-10-20 | Reduce branching in CompareMatrix(). This makes a big difference. | Kohei Yoshida | 1 | -0/+3 |
2013-10-20 | Pass cells to CompareFunc, rather than the whole Compare struct. | Kohei Yoshida | 1 | -2/+1 |
2013-10-20 | Store SharedString in Compare::Cell. | Kohei Yoshida | 1 | -4/+3 |
2013-10-20 | Better way to organize 2 compared cell values. | Kohei Yoshida | 1 | -13/+13 |
2013-10-19 | Generate boolean comparison result array in one step. | Kohei Yoshida | 1 | -0/+2 |
2013-10-18 | Reduce the number of arguments. The first argument can go now. | Kohei Yoshida | 1 | -1/+4 |
2013-10-18 | Move the compare-matrix code to ScMatrix, for much faster execution. | Kohei Yoshida | 1 | -1/+4 |
2013-10-18 | Initial attempt to speed up matrix comparison. | Kohei Yoshida | 1 | -0/+68 |