summaryrefslogtreecommitdiff
path: root/Makefile
AgeCommit message (Expand)Author
2015-06-10Link all libraries when building shared librariesIgor Canadi
2015-06-02Allow EventListener::OnCompactionCompleted to return CompactionJobStats.Yueh-Hsuan Chiang
2015-05-29Optimistic Transactionsagiardullo
2015-05-29Decrease number of jobs in make releaseIgor Canadi
2015-05-22Run tests sequentally if J=1Igor Canadi
2015-05-19Add LDFLAGS to Java static libraryDerekSchenk
2015-05-19FORCE_GIT_SHAIgor Canadi
2015-05-15Use version defined in Makefile in rocksdb_build_git_shasdong
2015-05-08Don't treat warnings as error when building rocksdbjavastaticYueh-Hsuan Chiang
2015-05-07rm -rf in make cleanIgor Canadi
2015-05-05Don't treat warnings as error when building releaseIgor Canadi
2015-04-20One last fix to MakefileIgor Canadi
2015-04-20Fix make install when there is no shared libIgor Canadi
2015-04-20Fix MakefileIgor Canadi
2015-04-13Add Xfunc to makefileVenkatesh Radhakrishnan
2015-04-13Kill benchharnessIgor Canadi
2015-04-09MemTableList testsagiardullo
2015-04-09"make commit-prereq" doesn't really build ROCKSDB_LITEsdong
2015-04-09Remove use of whole-archive to include jemallocIgor Canadi
2015-04-08Fix MakefileIgor Canadi
2015-04-08build: create .o files specifically for java-related targetsJim Meyering
2015-04-07build: don't use a glob for java/rocksjni/*Jim Meyering
2015-04-07Fix github issue #563Igor Canadi
2015-04-06run 'make check's rules (and even subtests) in parallelJim Meyering
2015-03-30Makefile minor cleanupIgor Canadi
2015-03-27build: always attempt to update util/build_version.ccJim Meyering
2015-03-25TSAN: avoid new link failure with -pgv3.10Jim Meyering
2015-03-24build: cause the "check" rule to depend on $(PROGRAMS)Jim Meyering
2015-03-24Added static lz4 support for roccksjavastaticPooya Shareghi
2015-03-18rocksdb: fix make unityIgor Sugak
2015-03-18A build option to run through all check-in requirements.sdong
2015-03-16rocksdb: Add gtestIgor Sugak
2015-03-13EventLoggerIgor Canadi
2015-03-11Fixed a bug where CompactFiles won't delete obsolete files until flush.Yueh-Hsuan Chiang
2015-03-06build: fix missing dependency problemsJim Meyering
2015-02-27Fix compile on MacIgor Canadi
2015-02-26RocksDB on FreeBSD supportIslam AbdelRahman
2015-02-24Introduce DISABLE_WARNING_AS_ERROR in MakefileIgor Canadi
2015-02-23rocksdb: changes to support 'make analyze' in JenkinsIgor Sugak
2015-02-20build: enable more compiler warningsJim Meyering
2015-02-19build: do not relink every single binary just for a timestampJim Meyering
2015-02-19build: abbreviate AR command, tooJim Meyering
2015-02-18build: factor out AM_LINK command (trivial)Jim Meyering
2015-02-18build: make "make" output readable by defaultJim Meyering
2015-02-18build: fix Makefile inconsistencies (trivial)Jim Meyering
2015-02-18build: remove unused rules: rocksdb_shell, DBClientProxy_testJim Meyering
2015-02-17build: running "make" with no arguments must not "uninstall"Jim Meyering
2015-02-13build: fix unportable Makefile syntaxJim Meyering
2015-02-13build: remove unportable use of sed in favor of $(CXX)'s -MTJim Meyering
2015-02-09Merge pull request #483 from adamretter/restructure-java-buildYueh-Hsuan Chiang