summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-10-19fileacc is not a separate component any moreTor Lillqvist
2013-10-19these are in external nowDavid Tardon
2013-10-19fdo#70393: move moz to a subdir of externalKhaled Hosny
2013-10-19fdo#70393: move more_fonts to a subdir of externalKhaled Hosny
2013-10-19fdo#70393: move mdds to a subdir of externalKhaled Hosny
2013-10-19fileacc is not a separate component any moreTor Lillqvist
2013-10-19fdo#70393: move neon to a subdir of externalKhaled Hosny
2013-10-19fix path after move to externalDavid Tardon
2013-10-19fdo#70393: move mythes to a subdir of externalKhaled Hosny
2013-10-19fdo#70393: move mysqlcppconn to a subdir of externalKhaled Hosny
2013-10-19fdo#70393: move libmariadb to a subdir of externalKhaled Hosny
2013-10-19fdo#70393: move lpsolve to a subdir of externalKhaled Hosny
2013-10-19fdo#70393: move libxslt to a subdir of externalKhaled Hosny
2013-10-19fdo#70393: move libxml2 to a subdir of externalKhaled Hosny
2013-10-19fdo#70393: move libwps to a subdir of externalKhaled Hosny
2013-10-19fdo#70393: move libwpg to a subdir of externalKhaled Hosny
2013-10-19fdo#70393: move libwpd to a subdir of externalKhaled Hosny
2013-10-19fdo#70393: move libvisio to a subdir of externalKhaled Hosny
2013-10-19fdo#70393: move liborcus to a subdir of externalKhaled Hosny
2013-10-19fdo#70393: move libodfgen to a subdir of externalKhaled Hosny
2013-10-19fdo#70393: move libmwaw to a subdir of externalKhaled Hosny
2013-10-19fdo#70393: move libmspub to a subdir of externalKhaled Hosny
2013-10-19fdo#70393: move liblangtag to a subdir of externalKhaled Hosny
2013-10-19fdo#70393: move libexttextcat to a subdir of externalKhaled Hosny
2013-10-19fdo#70393: move libcdr to a subdir of externalKhaled Hosny
2013-10-19fdo#70393: move lcms2 to a subdir of externalKhaled Hosny
2013-10-19fdo#70393: move libcmis to a subdir of externalKhaled Hosny
2013-10-19fdo#70393: move jfreereport to a subdir of externalKhaled Hosny
2013-10-19Bail out early.Kohei Yoshida
2013-10-18Remove obsolete patches.Kohei Yoshida
2013-10-18Update mdds to 0.9.1.Kohei Yoshida
2013-10-18Try constructing & initializing the matrix in one step.Kohei Yoshida
2013-10-18Remove all uses of Pos and ConstPos. They are slow.Kohei Yoshida
2013-10-18vector with reserve() is slightly faster than deque here.Kohei Yoshida
2013-10-18Slightly optimize matrix value traversal.Kohei Yoshida
2013-10-18Faster way to add two result matrices.Kohei Yoshida
2013-10-18No need to fill zeros here. The matrix is initialized with zeros.Kohei Yoshida
2013-10-18Re-write CompareEqual etc. to make it run faster.Kohei Yoshida
2013-10-18A little cleanup. Derive block types from multi_type_matrix.Kohei Yoshida
2013-10-18Reduce the number of arguments. The first argument can go now.Kohei Yoshida
2013-10-18Move the compare-matrix code to ScMatrix, for much faster execution.Kohei Yoshida
2013-10-18Fix brace styles.Kohei Yoshida
2013-10-18Initial attempt to speed up matrix comparison.Kohei Yoshida
2013-10-18Enable group calculation on SUMIFS.Kohei Yoshida
2013-10-18We actually don't want to allow group-calc on matrix inverse.Kohei Yoshida
2013-10-18Redo vector ref array fetching for ranges starting with a numeric cell.Kohei Yoshida
2013-10-18Add helper functions for unit test & add new test that currently fails.Kohei Yoshida
2013-10-18Cleanup.Kohei Yoshida
2013-10-18Re-do fetching of vector ref array to support number / string mixture.Kohei Yoshida
2013-10-18New constructor that takes both numeric and string arrays.Kohei Yoshida