Commit Graph

149 Commits

Author SHA1 Message Date
Vladimir Smirnov
48451182f8 Initial support for risc-v
Make ClickHouse compilable and runnable on risc-v 64

So far only basic functionality was tested (on real hw),
clickhouse server runs, exceptions works, client works,
simple tests works.

What doesn't work:
 1. traces - they are always empty
 2. system.stack_trace only have first frame
2021-11-11 19:23:34 +01:00
Alexey Milovidov
2cef9983fa Remove recursive submodules 2021-10-18 02:29:04 +03:00
Alexey Milovidov
e9e77b4403 .tech -> .com 2021-09-22 03:22:57 +03:00
Alexander Tokmakov
571dd3acfb fix style check 2021-09-21 10:28:33 +03:00
Ivan Blinkov
6a293d73f9 make_links.sh 2021-09-20 09:51:41 +03:00
Ivan Blinkov
f429db1ee9 find . -type f -name '*.md'| xargs -I{} perl -pi -e 's|https://clickhouse.tech|https://clickhouse.com|g' {} 2021-09-19 23:05:54 +03:00
Nikita Mikhaylov
107710e618 save 2021-09-08 15:06:15 +00:00
gyuton
efeefcb437
DOCSUP-11587: Edited and translated to Russian (#27066)
* First Draft.

* Apply suggestions from code review

Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>

* Edited conrib.md

* Edited configuration-files.md

* Minor fixes

* Apply suggestions from code review

Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>

* Update docs/ru/development/contrib.md

Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>

* Small changes

Co-authored-by: George <gyuton@yandex-team.ru>
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
2021-08-25 13:23:18 +03:00
Sergei Semin
ac8c6e0847
fix some typos 2021-08-23 22:59:33 +03:00
Sergei Semin
bf0ccd14de specify the advantages of shared build more accurately 2021-08-12 23:47:12 +03:00
Nikita Mikhaylov
b6ff2fbf9b
Update developer-instruction.md 2021-08-12 20:20:54 +03:00
Sergei Semin
599cb22061
add info about speedy shared build
from tg chat `ClickHouse developers, public`
```
prll, [06.02.19 12:54]
есть специальное заклинание для разработчиков увеличивающее скорость и снижающее жручесть памяти - 
cmake -DUSE_DEBUG_HELPERS=1 -DUSE_STATIC_LIBRARIES=0 -DSPLIT_SHARED_LIBRARIES=1 -DCLICKHOUSE_SPLIT_BINARY=1
```
2021-08-09 23:51:05 +03:00
Sergei Semin
9b28fb464e
add info about ninja usage in clion instead of default make 2021-08-09 22:36:01 +03:00
alexey-milovidov
7b11e11645
Merge pull request #27438 from syominsergey/patch-6
add info about clang version choice
2021-08-09 02:44:25 +03:00
alexey-milovidov
a090bfc494
Merge pull request #27435 from syominsergey/patch-3
remove extra english text already translated to russian
2021-08-09 00:35:46 +03:00
alexey-milovidov
2d251abda3
Merge pull request #27434 from syominsergey/patch-2
fix description of changing url when cloning project
2021-08-09 00:35:13 +03:00
Sergei Semin
578e55184e
add info about clang version choice 2021-08-09 00:32:36 +03:00
Sergei Semin
8b0cfdda68
translate some text from english to russian in developer-instruction.md 2021-08-08 23:40:45 +03:00
Sergei Semin
f55e113755
remove extra english text already translated to russian 2021-08-08 23:36:02 +03:00
Sergei Semin
8a320967e6
fix description of changing url when cloning project 2021-08-08 23:26:35 +03:00
Alexey Milovidov
d87d833691 Remove trailing whitespaces from docs 2021-07-29 18:20:55 +03:00
Georgy Ginzburg
feeb278b65
fixed grammar typo in developer-instruction.md (#26943) 2021-07-29 08:01:33 +03:00
Roman Bug
33799507ff
Update docs/ru/development/contrib.md
Co-authored-by: Nikolai Kochetov <KochetovNicolai@users.noreply.github.com>
2021-07-26 14:17:29 +03:00
Roman Bug
9382a97933
Update docs/ru/development/contrib.md
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
2021-07-25 12:24:40 +03:00
Roman Bug
5479638b83
Update docs/ru/development/contrib.md
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
2021-07-25 12:24:23 +03:00
Roman Bug
8535c5ce40
Update docs/ru/development/style.md
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
2021-07-25 12:24:11 +03:00
Roman Bug
de14f16159
Update docs/ru/development/contrib.md
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
2021-07-25 12:23:59 +03:00
romanzhukov
59a2d70e4e DOCSUP-11551: Minor fix. 2021-07-24 22:35:01 +03:00
romanzhukov
7587bd047c DOCSUP-11551: Minor fix. 2021-07-24 22:25:56 +03:00
Roman Bug
1ecdff4aea
Update docs/ru/development/contrib.md
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
2021-07-24 14:43:01 +03:00
Roman Bug
6a832366fa
Update docs/ru/development/contrib.md
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
2021-07-24 14:42:55 +03:00
Roman Bug
2036ab8d63
Update docs/ru/development/contrib.md
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
2021-07-24 14:42:30 +03:00
Roman Bug
9ddd6616f5
Update docs/ru/development/contrib.md
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
2021-07-24 14:34:28 +03:00
Roman Bug
9441054ee4
Update docs/ru/development/contrib.md
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
2021-07-24 14:33:15 +03:00
Roman Bug
2421b3b5a5
Update docs/ru/development/contrib.md
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
2021-07-24 14:33:04 +03:00
Roman Bug
e61e36beeb
Update docs/ru/development/contrib.md
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
2021-07-24 14:32:47 +03:00
Roman Bug
6252251351
Update docs/ru/development/style.md
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
2021-07-24 14:32:23 +03:00
Roman Bug
194f3318f6
Update docs/ru/development/contrib.md
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
2021-07-24 14:23:59 +03:00
romanzhukov
d624e22b2a DOCSUP-11551: Add ru contrib info. 2021-07-23 11:48:59 +03:00
romanzhukov
4fc1613577 DOCSUP-11551: Add ru contrib info. 2021-07-23 11:25:46 +03:00
romanzhukov
492af9332c DOCSUP-11551: Add ru contrib info. 2021-07-22 20:53:30 +03:00
romanzhukov
d723ac560d DOCSUP-11551: Add ru contrib info. 2021-07-22 13:14:25 +03:00
romanzhukov
781513e8c2 DOCSUP-11551: Add ru contrib info. 2021-07-21 18:04:41 +03:00
ivoleg
f26b912945
Update developer-instruction.md 2021-07-19 14:14:43 +01:00
Maksim Kita
b7cb28a519
Merge pull request #25722 from AnaUvarova/ana-uvarova-DOCSUP-8653-build-osx-translate
DOCSUP-8653: build-osx translation
2021-07-15 11:07:06 +03:00
Maksim Kita
3e88c83619
Update build-osx.md 2021-07-15 11:06:25 +03:00
ana-uvarova
927cea2c60 + 2021-07-13 22:04:49 +03:00
ana-uvarova
c772d7ee98 test 2021-07-13 22:02:47 +03:00
ana-uvarova
6507a7f35f fix symbolic link 2021-07-13 20:57:21 +03:00
ana-uvarova
b4214ed05a test 2021-07-06 21:17:07 +03:00