Alexey Milovidov
|
14c8003081
|
Normalized formatting [#CLICKHOUSE-3].
Apply in a loop:
find dbms -name '*.h' -or -name '*.cpp' | xargs grep -l -P '^(\t*) ' | xargs sed -i -r -e 's/^(\t*) /\1\t/'
|
2017-03-26 04:28:07 +03:00 |
|
proller
|
a08714105b
|
Simpler vercorclass
|
2017-03-16 13:51:41 +04:00 |
|
proller
|
28ed324702
|
add cmake option USE_VECTORIZED_MATH_FUNCTIONS, reorganize auto configs
|
2017-03-16 13:51:41 +04:00 |
|
alexey-milovidov
|
6d5bfc8c6f
|
Refactoring of numeric DataTypes (#581)
* Better code [#CLICKHOUSE-2].
* Addition to prev. revision [#CLICKHOUSE-2].
* Addition to prev. revision [#CLICKHOUSE-2].
* Addition to prev. revision [#CLICKHOUSE-2].
|
2017-03-12 14:13:45 +04:00 |
|
Alexey Milovidov
|
ca37f28b5f
|
Renamed methods Block::rows and Block::rowsInFirstColumn [#METR-2944].
|
2017-01-02 23:45:27 +03:00 |
|
Alexey Milovidov
|
2b4f3b5d34
|
Renamed method (less confusion) [#METR-2944].
|
2017-01-02 23:12:12 +03:00 |
|
Alexey Milovidov
|
3f678a3042
|
Functions: little better [#METR-2944].
|
2016-12-29 22:38:10 +03:00 |
|
proller
|
4bc003c4c1
|
Porting to freebsd: initial, compile ok, most tests ok.
|
2016-12-24 01:03:10 +00:00 |
|
Alexey Arno
|
f52403f623
|
dbms: Server: Feature development. [#METR-19266]
|
2016-07-06 12:47:55 +03:00 |
|
Alexey Milovidov
|
8c4abcdd43
|
Using std::shared_ptr for functions and AST [#METR-21503].
|
2016-05-28 18:42:22 +03:00 |
|
Alexey Milovidov
|
be394f2c84
|
Using std::shared_ptr for data types [#METR-21503].
|
2016-05-28 10:48:40 +03:00 |
|
Alexey Milovidov
|
4b7f461e46
|
Using std::shared_ptr for columns [#METR-21503].
|
2016-05-28 08:31:36 +03:00 |
|
Alexey Milovidov
|
10e325574c
|
Disabled usage of vectorclass library [#METR-20000].
|
2016-03-30 23:27:32 +03:00 |
|
Alexey Milovidov
|
5f3cbc60f1
|
Fixing warnings on clang [#METR-2807].
|
2016-03-07 09:13:54 +03:00 |
|
Alexey Milovidov
|
061f2038b8
|
dbms: porting to aarch64 [#METR-19609].
|
2016-01-14 05:05:01 +03:00 |
|
Alexey Milovidov
|
203d7b0886
|
dbms: porting to aarch64 [#METR-19609].
|
2016-01-14 04:44:21 +03:00 |
|
Andrey Mironov
|
728d367d34
|
dbms: FunctionsMath: use Vec2d::store for faster stores
|
2015-05-21 15:26:29 +03:00 |
|
Alexey Milovidov
|
86e9e77eae
|
Fixed errors in clang (part 5, final) [#METR-2807].
|
2015-01-22 04:13:13 +03:00 |
|
Andrey Mironov
|
c6134124f6
|
dbms: remove square function, alter tests. [#METR-13613]
|
2014-12-02 20:25:10 +03:00 |
|
Andrey Mironov
|
ea9472312e
|
dbms: implement range(n) function, add tests. [#METR-13613]
|
2014-12-02 20:25:10 +03:00 |
|
Andrey Mironov
|
682bfb46a5
|
dbms: vectorize math functions. [#METR-13613]
|
2014-12-02 20:25:10 +03:00 |
|
Andrey Mironov
|
8062844eed
|
dbms: add math functions without SSE. [#METR-13613]
|
2014-12-02 20:25:09 +03:00 |
|