qianmoQ
96e04c62c2
Merge branch 'ClickHouse:master' into pr-fix
2021-11-16 10:34:46 +08:00
Alexey Milovidov
2d57bba4ca
Fix typo
2021-11-14 00:47:23 +03:00
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
qianmoQ
c04510d864
Resolve conversation
2021-11-01 13:09:11 +08:00
qianmoQ
538d89a7eb
pr continuous integration
2021-10-27 20:27:28 +08:00
alexey-milovidov
44ac1b76d1
Update build-osx.md
2021-10-23 07:05:24 +03:00
Alexey Milovidov
2cef9983fa
Remove recursive submodules
2021-10-18 02:29:04 +03:00
alexey-milovidov
f2d97e3225
Update build-cross-arm.md
2021-10-11 14:53:12 +03:00
alexey-milovidov
467b45f3b5
Update build-cross-arm.md
2021-10-11 14:52:44 +03:00
alexey-milovidov
0ca8660af6
Update build-cross-arm.md
2021-10-11 14:52:31 +03:00
Alexey Milovidov
e9e77b4403
.tech -> .com
2021-09-22 03:22:57 +03:00
Ken MacInnis
3193a5f660
Update build-osx.md
...
update instructions for `maxfiles` plist file use
2021-09-21 08:55:52 -07: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
Sergei Semin
12e24a23d3
Merge branch 'master' into fix-build-clang-13-2
2021-09-12 19:30:55 +03:00
Sergei Semin
b739d1cc92
make changes analog to https://github.com/ClickHouse/ClickHouse/pull/20495/files but for clang-13
2021-09-09 23:51:47 +03:00
Nikita Mikhaylov
107710e618
save
2021-09-08 15:06:15 +00:00
Ilya Yatsishin
7f7ecb0c60
Merge branch 'master' into try-llvm-12
2021-08-26 18:58:49 +03: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
mergify[bot]
bde834a8c0
Merge branch 'master' into try-llvm-12
2021-08-19 18:21:29 +00:00
Raúl Marín
4545cc91fc
Add a note about split build drawbacks
2021-08-11 11:26:18 +02:00
Yatsishin Ilya
9145dd3fd0
Merge branch 'master' into try-llvm-12
2021-08-06 19:14:01 +03:00
Alexey Milovidov
d87d833691
Remove trailing whitespaces from docs
2021-07-29 18:20:55 +03:00
Raúl Marín
99fb09530e
Document how to run gtest individually
2021-07-28 12:15:05 +02:00
romanzhukov
dfa6e207d7
DOCSUP-11551: Add ru contrib info.
2021-07-24 20:27:06 +03:00
romanzhukov
781513e8c2
DOCSUP-11551: Add ru contrib info.
2021-07-21 18:04:41 +03:00
alexey-milovidov
05066ef815
Update developer-instruction.md
2021-07-19 16:14:35 +03:00
Nikita Mikhaylov
625576796c
final fix
2021-07-13 10:51:35 +00:00
alexey-milovidov
c88efb85ac
Merge pull request #26105 from myrrc/docs/test-naming-rules
...
WIP mark subset of tests that depend on specific config modifications
2021-07-13 04:50:58 +03:00
alexey-milovidov
1d86a995a1
Update adding_test_queries.md
2021-07-13 04:50:41 +03:00
alexey-milovidov
f30e614165
Update build.md
2021-07-12 19:21:13 +03:00
Mike Kot
d01af70a00
Idea of adding another test group with possibly broken invariants
2021-07-09 03:02:19 +03:00
Alexey Milovidov
7b94573506
Remove obsolete trash about libraries
2021-07-06 03:31:39 +03:00
alexey-milovidov
575dfa18e1
Update contrib.md
2021-07-06 01:26:11 +03:00
Denis Glazachev
f4fc1d0807
Minor fixes
2021-07-06 01:05:30 +04:00
Denis Glazachev
0241253a8e
Guidelines for adding new third-party libraries
2021-07-06 01:05:12 +04:00
Denis Glazachev
9788b0e38a
Fix locating objcopy in macOS
...
Rework clickhouse_embed_binaries() to compile asm files properly and avoid duplicate symbols when linking in macOS
2021-06-26 17:39:02 +04:00
Nikolay Degterinsky
22de14be3f
Fixed docs
2021-06-22 14:10:34 +00:00
Nickita
ee7169e547
fix typos in docs
2021-06-14 16:29:07 +03:00
Yatsishin Ilya
46023c4b99
merge remote-tracking branch 'origin' into try-llvm-12
2021-06-03 15:32:22 +03:00
Romain Neutron
dbcd573018
Fix some typos
2021-05-27 21:48:20 +02:00
Romain Neutron
7b515c7235
Avoid short syntax
2021-05-27 21:44:11 +02:00
Yatsishin Ilya
a2e107c0be
Merge remote-tracking branch 'origin' into try-llvm-12
2021-05-21 17:42:08 +03:00
wzl
025d65b143
Fix typo in adding_test_queries.md
2021-05-16 15:40:44 +08:00
Yatsishin Ilya
d3b59509b9
Merge remote-tracking branch 'origin' into try-llvm-12
2021-05-12 14:31:58 +03:00
ice1x
d748560991
Update build-osx.md
2021-05-05 19:56:20 +05:00
ice1x
dc595f391e
Add run options with default config path
...
Add run options with default config path.
Checked on Catalina 10.15.7
2021-05-05 19:35:28 +05:00
Yatsishin Ilya
e523162eda
Merge remote-tracking branch 'origin' into try-llvm-12
2021-04-30 13:11:18 +03:00
alexey-milovidov
f552cf7cc6
Update build.md
2021-04-29 06:56:36 +03:00
alexey-milovidov
5d08e20141
Update build.md
2021-04-29 06:54:31 +03:00
Nikolai Kochetov
77233bbdbb
Ignore cmake-in-clickhouse
2021-04-28 18:10:12 +03:00
Kseniia Sumarokova
882050cd71
Merge pull request #23519 from adevyatova/annadevyatova-DOCSUP-5911-limit
...
DOCSUP-5911: Docs for limit and offset settings
2021-04-26 00:25:22 +03:00
Alexey Milovidov
5ae547a61a
Remove pbuilder
2021-04-25 06:32:15 +03:00
adevyatova
8dd2335126
remove symbolic link
2021-04-23 19:41:02 +00:00
Alexey Milovidov
8cb0e5579a
Remove gcc from docs
2021-04-22 04:20:03 +03:00
Denis Glazachev
9398238f2f
ARM to arm64
2021-04-08 19:07:48 +04:00
Denis Glazachev
01d688b154
Remove -DENABLE_JEMALLOC=OFF everywhere as the default value should work
...
Remove extra '$' in the bach command list to ease copy-pasteing
Adjust comments for alternatives in commands
Add note about ARM (Apple Silicon) support
2021-04-08 19:05:04 +04:00
alexey-milovidov
ca2171695f
Update contrib.md
2021-04-07 17:20:18 +03:00
alexey-milovidov
8e35873f99
Update contrib.md
2021-04-07 17:17:31 +03:00
alexey-milovidov
c19482f4d2
Update contrib.md
2021-04-07 17:17:21 +03:00
alexey-milovidov
fe13708cb0
Update build-osx.md
2021-04-02 21:09:12 +03:00
Denis Glazachev
ea45779f0c
Adjust wording
2021-04-02 17:38:17 +04:00
Denis Glazachev
9e342bf9f0
Revisit macOS build instructions
2021-04-02 17:31:20 +04:00
Yatsishin Ilya
7e6cd00cee
Try to switch to llvm-12/clang-12
2021-03-24 17:17:59 +03:00
Andrey
34ad5dca53
Merge branch 'master' into docs_kerberos_support
2021-03-19 15:31:55 +03:00
Alexander Kuzmenkov
89e79185a0
Update tests.md
2021-03-17 20:09:29 +03:00
Yatsishin Ilya
68ef0c0b5b
better linker flag
2021-03-10 18:06:32 +03:00
zvonand
fbb6a931cc
Upd ldap translation
2021-02-24 17:59:47 +05:00
Mc.Spring
1517decf4a
fix cmake command issue
...
add missing space for cmake command line
2021-02-01 13:43:39 +08:00
Maksim Kita
e06383e0ae
Darwin fixed build issues
2021-01-21 22:32:17 +03:00
Danila Kutenin
e5ec4e21b6
Fix Darwin build
2021-01-11 09:04:34 +00:00
alexey-milovidov
9b4160bbd0
Update tests.md
2021-01-07 16:31:50 +03:00
alexey-milovidov
c69931d352
Update tests.md
2021-01-07 16:22:28 +03:00
alexey-milovidov
263c0a9408
Update tests.md
2021-01-07 16:17:00 +03:00
alexey-milovidov
8d3e50ae1d
Update tests.md
2021-01-07 16:15:44 +03:00
alexey-milovidov
bb4adf0293
Update tests.md
2021-01-07 16:15:00 +03:00
alexey-milovidov
80bdc76a23
Update tests.md
2021-01-07 16:13:48 +03:00
alexey-milovidov
99fa3cbd34
Update tests.md
2021-01-07 16:06:03 +03:00
alexey-milovidov
d0c72f83cc
Update tests.md
2021-01-07 16:04:41 +03:00
alexey-milovidov
9de3a2f892
Update tests.md
2021-01-07 16:01:54 +03:00
alexey-milovidov
025ade6ef5
Update tests.md
2021-01-07 16:00:54 +03:00
alexey-milovidov
c4c10fddb2
Update tests.md
2021-01-07 15:59:59 +03:00
alexey-milovidov
10478811f9
Update tests.md
2021-01-07 15:59:05 +03:00
alexey-milovidov
c6c2536a2a
Update tests.md
2021-01-07 15:37:18 +03:00
alexey-milovidov
c920a57097
Update tests.md
2021-01-07 15:35:20 +03:00
alexey-milovidov
970356f13c
Update build.md
2020-12-31 15:17:27 +03:00
filimonov
96a1d6d3ca
Update build.md
2020-12-30 17:38:20 +01:00
filimonov
c8978d4ef9
Update build.md
2020-12-30 17:34:21 +01:00
filimonov
f6bdb67909
Update build.md
2020-12-30 16:12:12 +01:00
filimonov
76c08d97ea
Update build.md
...
Bit better. #18562 . llvm auto installation also install lld.
2020-12-30 16:10:46 +01:00
Alexey Milovidov
6d87743b0e
CDN for datasets
2020-12-13 21:06:27 +03:00
chang.chen
b394487d4f
update Mac-OS build documentation
2020-12-13 16:10:07 +08:00
ocadaruma
1d7cab0223
Fix corrupted markdowns
2020-12-12 10:59:34 +09:00
alexey-milovidov
d716d97583
Merge pull request #15878 from kevinchiang/master
...
Documentation Cleanup. Formatting on Creating secondary indexes. Update documentation to remove section saying that there are no secondary indexes.
2020-12-11 01:55:30 +03:00
vdimir
e2fac19686
Remove libbtrie
2020-11-21 21:31:15 +03:00
alexey-milovidov
a000a6b41a
Update adding_test_queries.md
2020-11-10 01:37:00 +03:00
alexey-milovidov
258d0549cd
Update adding_test_queries.md
2020-11-10 01:34:19 +03:00
filimonov
14b4c19919
Create adding_test_queries.md
2020-11-09 20:00:00 +01:00
alexey-milovidov
caa1bf9bcd
Merge pull request #16687 from hrissan/hrissan/dev_instructions_gcc_9_to_gcc_10
...
Hrissan/dev instructions gcc 9 to gcc 10
2020-11-05 14:07:58 +03:00
Alexey Milovidov
4c6819c26f
Fix misleading info
2020-11-04 17:41:16 +03:00