rocksdb/db
Tamir Duberstein 107c5f6a60 CMake: more MinGW fixes
Summary:
siying this is a resubmission of #2081 with the 4th commit fixed. From that commit message:

> Note that the previous use of quotes in PLATFORM_{CC,CXX}FLAGS was
incorrect and caused GCC to produce the incorrect define:
>
>  #define ROCKSDB_JEMALLOC -DJEMALLOC_NO_DEMANGLE 1
>
> This was the cause of the Linux build failure on the previous version
of this change.

I've tested this locally, and the Linux build succeeds now.
Closes https://github.com/facebook/rocksdb/pull/2097

Differential Revision: D4839964

Pulled By: siying

fbshipit-source-id: cc51322
2017-04-06 14:09:13 -07:00
..
builder.cc Move some files under util/ to separate dirs 2017-04-05 19:09:16 -07:00
builder.h Move some files under util/ to separate dirs 2017-04-05 19:09:16 -07:00
c.cc Add C API functions (and tests) for WriteBatchWithIndex 2017-03-23 15:54:13 -07:00
c_test.c Add C API functions (and tests) for WriteBatchWithIndex 2017-03-23 15:54:13 -07:00
column_family.cc Move some files under util/ to separate dirs 2017-04-05 19:09:16 -07:00
column_family.h Move some files under util/ to separate dirs 2017-04-05 19:09:16 -07:00
column_family_test.cc Move some files under util/ to separate dirs 2017-04-05 19:09:16 -07:00
compact_files_test.cc Windows thread 2017-02-06 14:54:18 -08:00
compacted_db_impl.cc Add macros to include file name and line number during Logging 2017-03-15 19:39:12 -07:00
compacted_db_impl.h Pinnableslice (2nd attempt) 2017-03-13 11:54:10 -07:00
compaction.cc Level-based L0->L0 compaction 2017-04-04 18:09:11 -07:00
compaction.h Move some files under util/ to separate dirs 2017-04-05 19:09:16 -07:00
compaction_iteration_stats.h
compaction_iterator.cc update IterKey that can get user key and internal key explicitly 2017-04-04 14:24:20 -07:00
compaction_iterator.h
compaction_iterator_test.cc [rocksdb][PR] Remove option min_partial_merge_operands and verify_checksums_in_comp… 2017-02-23 15:09:12 -08:00
compaction_job.cc Move some files under util/ to separate dirs 2017-04-05 19:09:16 -07:00
compaction_job.h Move some files under util/ to separate dirs 2017-04-05 19:09:16 -07:00
compaction_job_stats_test.cc Move some files under util/ to separate dirs 2017-04-05 19:09:16 -07:00
compaction_job_test.cc
compaction_picker.cc Move some files under util/ to separate dirs 2017-04-05 19:09:16 -07:00
compaction_picker.h Move some files under util/ to separate dirs 2017-04-05 19:09:16 -07:00
compaction_picker_test.cc Level-based L0->L0 compaction 2017-04-04 18:09:11 -07:00
comparator_db_test.cc
convenience.cc
corruption_test.cc Move auto_roll_logger and filename out of db/ 2017-04-03 18:39:14 -07:00
cuckoo_table_db_test.cc
db_basic_test.cc Separate small subset tests in DBTest 2017-02-27 12:24:11 -08:00
db_block_cache_test.cc Move some files under util/ to separate dirs 2017-04-05 19:09:16 -07:00
db_bloom_filter_test.cc Configure index partition size 2017-03-28 12:09:12 -07:00
db_compaction_filter_test.cc
db_compaction_test.cc Level-based L0->L0 compaction 2017-04-04 18:09:11 -07:00
db_dynamic_level_test.cc Fix some bugs in MockEnv 2017-03-13 09:54:11 -07:00
db_filesnapshot.cc Move auto_roll_logger and filename out of db/ 2017-04-03 18:39:14 -07:00
db_flush_test.cc Fix some bugs in MockEnv 2017-03-13 09:54:11 -07:00
db_impl.cc CMake: more MinGW fixes 2017-04-06 14:09:13 -07:00
db_impl.h Move some files under util/ to separate dirs 2017-04-05 19:09:16 -07:00
db_impl_compaction_flush.cc Move some files under util/ to separate dirs 2017-04-05 19:09:16 -07:00
db_impl_debug.cc Move some files under util/ to separate dirs 2017-04-05 19:09:16 -07:00
db_impl_experimental.cc Add macros to include file name and line number during Logging 2017-03-15 19:39:12 -07:00
db_impl_files.cc Divide db/db_impl.cc 2017-04-05 17:24:19 -07:00
db_impl_open.cc Move some files under util/ to separate dirs 2017-04-05 19:09:16 -07:00
db_impl_readonly.cc Move some files under util/ to separate dirs 2017-04-05 19:09:16 -07:00
db_impl_readonly.h Pinnableslice (2nd attempt) 2017-03-13 11:54:10 -07:00
db_impl_write.cc Move some files under util/ to separate dirs 2017-04-05 19:09:16 -07:00
db_info_dumper.cc Move auto_roll_logger and filename out of db/ 2017-04-03 18:39:14 -07:00
db_info_dumper.h Move some files under util/ to separate dirs 2017-04-05 19:09:16 -07:00
db_inplace_update_test.cc
db_io_failure_test.cc
db_iter.cc Move some files under util/ to separate dirs 2017-04-05 19:09:16 -07:00
db_iter.h Move some files under util/ to separate dirs 2017-04-05 19:09:16 -07:00
db_iter_test.cc Option to fail a request as incomplete when skipping too many internal keys 2017-03-30 12:09:21 -07:00
db_iterator_test.cc Fix some bugs in MockEnv 2017-03-13 09:54:11 -07:00
db_log_iter_test.cc
db_memtable_test.cc Fix some bugs in MockEnv 2017-03-13 09:54:11 -07:00
db_merge_operator_test.cc Fix some bugs in MockEnv 2017-03-13 09:54:11 -07:00
db_options_test.cc Move some files under util/ to separate dirs 2017-04-05 19:09:16 -07:00
db_properties_test.cc Fix some bugs in MockEnv 2017-03-13 09:54:11 -07:00
db_range_del_test.cc Level-based L0->L0 compaction 2017-04-04 18:09:11 -07:00
db_sst_test.cc Level-based L0->L0 compaction 2017-04-04 18:09:11 -07:00
db_table_properties_test.cc Fix some bugs in MockEnv 2017-03-13 09:54:11 -07:00
db_tailing_iter_test.cc Fix some bugs in MockEnv 2017-03-13 09:54:11 -07:00
db_test.cc Move some files under util/ to separate dirs 2017-04-05 19:09:16 -07:00
db_test2.cc Readers for partition filter 2017-03-22 09:24:15 -07:00
db_test_util.cc Configure index partition size 2017-03-28 12:09:12 -07:00
db_test_util.h Move some files under util/ to separate dirs 2017-04-05 19:09:16 -07:00
db_universal_compaction_test.cc Fix flaky DBTestUniversalCompaction.UniversalCompactionTrivialMoveTest2 2017-02-23 18:39:13 -08:00
db_wal_test.cc Move some files under util/ to separate dirs 2017-04-05 19:09:16 -07:00
dbformat.cc Move some files under util/ to separate dirs 2017-04-05 19:09:16 -07:00
dbformat.h update IterKey that can get user key and internal key explicitly 2017-04-04 14:24:20 -07:00
dbformat_test.cc update IterKey that can get user key and internal key explicitly 2017-04-04 14:24:20 -07:00
deletefile_test.cc Move auto_roll_logger and filename out of db/ 2017-04-03 18:39:14 -07:00
event_helpers.cc
event_helpers.h
experimental.cc
external_sst_file_basic_test.cc Add a new SstFileWriter constructor without explicit comparator 2017-03-13 11:39:13 -07:00
external_sst_file_ingestion_job.cc Add macros to include file name and line number during Logging 2017-03-15 19:39:12 -07:00
external_sst_file_ingestion_job.h Move some files under util/ to separate dirs 2017-04-05 19:09:16 -07:00
external_sst_file_test.cc Add a new SstFileWriter constructor without explicit comparator 2017-03-13 11:39:13 -07:00
fault_injection_test.cc Move some files under util/ to separate dirs 2017-04-05 19:09:16 -07:00
file_indexer.cc
file_indexer.h
file_indexer_test.cc
filename_test.cc Move auto_roll_logger and filename out of db/ 2017-04-03 18:39:14 -07:00
flush_job.cc Move some files under util/ to separate dirs 2017-04-05 19:09:16 -07:00
flush_job.h Move some files under util/ to separate dirs 2017-04-05 19:09:16 -07:00
flush_job_test.cc
flush_scheduler.cc
flush_scheduler.h
forward_iterator.cc update IterKey that can get user key and internal key explicitly 2017-04-04 14:24:20 -07:00
forward_iterator.h
forward_iterator_bench.cc Windows thread 2017-02-06 14:54:18 -08:00
inlineskiplist.h
inlineskiplist_test.cc
internal_stats.cc Use a human readable size for level report 2017-04-05 17:24:19 -07:00
internal_stats.h Use a human readable size for level report 2017-04-05 17:24:19 -07:00
job_context.h
listener_test.cc Move some files under util/ to separate dirs 2017-04-05 19:09:16 -07:00
log_format.h
log_reader.cc
log_reader.h
log_test.cc
log_writer.cc
log_writer.h
managed_iterator.cc update IterKey that can get user key and internal key explicitly 2017-04-04 14:24:20 -07:00
managed_iterator.h
manual_compaction_test.cc
memtable.cc Move some files under util/ to separate dirs 2017-04-05 19:09:16 -07:00
memtable.h Move some files under util/ to separate dirs 2017-04-05 19:09:16 -07:00
memtable_allocator.cc
memtable_allocator.h
memtable_list.cc Move some files under util/ to separate dirs 2017-04-05 19:09:16 -07:00
memtable_list.h Move some files under util/ to separate dirs 2017-04-05 19:09:16 -07:00
memtable_list_test.cc
memtablerep_bench.cc Windows thread 2017-02-06 14:54:18 -08:00
merge_context.h
merge_helper.cc Move some files under util/ to separate dirs 2017-04-05 19:09:16 -07:00
merge_helper.h [rocksdb][PR] Remove option min_partial_merge_operands and verify_checksums_in_comp… 2017-02-23 15:09:12 -08:00
merge_helper_test.cc [rocksdb][PR] Remove option min_partial_merge_operands and verify_checksums_in_comp… 2017-02-23 15:09:12 -08:00
merge_operator.cc
merge_test.cc [rocksdb][PR] Remove option min_partial_merge_operands and verify_checksums_in_comp… 2017-02-23 15:09:12 -08:00
options_file_test.cc
perf_context_test.cc Move some files under util/ to separate dirs 2017-04-05 19:09:16 -07:00
pinned_iterators_manager.h
plain_table_db_test.cc Move auto_roll_logger and filename out of db/ 2017-04-03 18:39:14 -07:00
prefix_test.cc Move some files under util/ to separate dirs 2017-04-05 19:09:16 -07:00
range_del_aggregator.cc Fix DeleteRange including sentinels in output files 2017-01-25 11:09:12 -08:00
range_del_aggregator.h
range_del_aggregator_test.cc
repair.cc Move some files under util/ to separate dirs 2017-04-05 19:09:16 -07:00
repair_test.cc avoid direct io in rocksdb_lite 2017-02-16 10:39:13 -08:00
skiplist.h
skiplist_test.cc
snapshot_impl.cc
snapshot_impl.h
table_cache.cc Move some files under util/ to separate dirs 2017-04-05 19:09:16 -07:00
table_cache.h Move some files under util/ to separate dirs 2017-04-05 19:09:16 -07:00
table_properties_collector.cc
table_properties_collector.h
table_properties_collector_test.cc Move some files under util/ to separate dirs 2017-04-05 19:09:16 -07:00
transaction_log_impl.cc
transaction_log_impl.h Move some files under util/ to separate dirs 2017-04-05 19:09:16 -07:00
version_builder.cc Windows thread 2017-02-06 14:54:18 -08:00
version_builder.h
version_builder_test.cc
version_edit.cc
version_edit.h
version_edit_test.cc
version_set.cc Move some files under util/ to separate dirs 2017-04-05 19:09:16 -07:00
version_set.h Move some files under util/ to separate dirs 2017-04-05 19:09:16 -07:00
version_set_test.cc
wal_manager.cc Move auto_roll_logger and filename out of db/ 2017-04-03 18:39:14 -07:00
wal_manager.h Move some files under util/ to separate dirs 2017-04-05 19:09:16 -07:00
wal_manager_test.cc Move some files under util/ to separate dirs 2017-04-05 19:09:16 -07:00
write_batch.cc Move some files under util/ to separate dirs 2017-04-05 19:09:16 -07:00
write_batch_base.cc
write_batch_internal.h
write_batch_test.cc Fix build with MinGW 2017-03-30 16:54:52 -07:00
write_callback.h
write_callback_test.cc Windows thread 2017-02-06 14:54:18 -08:00
write_controller.cc Break stalls when no bg work is happening 2017-03-16 18:24:17 -07:00
write_controller.h Expose the stalling information through DB::GetProperty() 2017-03-29 11:54:20 -07:00
write_controller_test.cc Use monotonic time points in write_controller.cc and rate_limiter.cc 2017-02-14 18:24:24 -08:00
write_thread.cc Refactor WriteImpl (pipeline write part 1) 2017-04-04 10:24:32 -07:00
write_thread.h Move some files under util/ to separate dirs 2017-04-05 19:09:16 -07:00