Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use Libraries in the RocksDB Makefile Build #6660

Closed
wants to merge 19 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
19 commits
Select commit Hold shift + click to select a range
21e5bf0
Change the linking of tests/tools to be against a library rather than…
mrambacher Apr 6, 2020
9c526c7
Enable building of tests etc against shared libraries
mrambacher Jun 4, 2020
a94cd46
Enable debug binaries can find shared libraries in build location
pdillinger Jun 4, 2020
b94b715
Fix AM_LINK
pdillinger Jun 19, 2020
482638e
Fix after merge
pdillinger Jun 20, 2020
75677e7
gflags namespace detection fix
pdillinger Jun 20, 2020
6c632e6
Fix buckifier and some in src.mk
pdillinger Jun 20, 2020
a73d90f
Fix rocksdbjava and rocksdbjavastatic targets
mrambacher Jun 22, 2020
3d545c9
Fix up TARGET after merge
mrambacher Jun 23, 2020
021611f
Use ROCKSDB_NAMESPACE in a test
pdillinger Jun 24, 2020
5c0cea4
Simplify Makefile and fix bug for .cpp files, with .cc wrappers
pdillinger Jun 24, 2020
7eab4c1
Revert "Simplify Makefile and fix bug for .cpp files, with .cc wrappers"
mrambacher Jun 24, 2020
da33556
Use ROCKSDB_NAMESPACE in a test (missed a case)
pdillinger Jun 24, 2020
63c0970
Update Makefile with better rules for building rocksdbjava/static
mrambacher Jun 24, 2020
04f8d5c
Merge branch 'Makefile' of https://github.com/mrambacher/rocksdb into…
mrambacher Jun 24, 2020
0314fa8
Fix .cpp vs. .cc handling mismatch (fixes non-fatal "fatal error" out…
pdillinger Jun 24, 2020
7ad5e0f
Merge remote-tracking branch 'origin/master' into pr/6660
pdillinger Jun 29, 2020
91c3fdb
Revert special handling of transaction_test_util to fix buck build
pdillinger Jun 30, 2020
acb5953
Use rpath=$ORIGIN for LIB_MODE=shared
pdillinger Jun 30, 2020
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Loading