Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-07-13 | build: verify that the assembler can handle crc32 functions | Cory Fields | |
Also, enable crc32 even if -msse4.2 wasn't added by us, as long as it works. This allows custom flags (such as -march=native) to work as expected. | |||
2017-06-09 | Add extra LevelDB source to Makefile | MarcoFalke | |
2017-06-09 | leveldb: enable runtime-detected crc32 instructions | Cory Fields | |
2016-09-29 | Merge #8826: Do not include env_win.cc on non-Windows systems | Wladimir J. van der Laan | |
7e5fd71 Do not include env_win.cc on non-Windows systems (Pavel Janík) | |||
2016-09-28 | Do not include env_win.cc on non-Windows systems | Pavel Janík | |
2016-09-21 | Add MIT license to Makefiles | Luke Dashjr | |
2016-06-01 | build: out-of-tree fixups | Cory Fields | |
Don't glob the leveldb for dist. That means we need to enumerate the headers. | |||
2016-04-30 | build: No need to check for leveldb atomics | Cory Fields | |
They're guaranteed with c++11 | |||
2016-04-19 | leveldb: integrate leveldb into our buildsystem | Cory Fields | |
leveldb's buildsystem causes us a few problems: - breaks out-of-tree builds - forces flags used for some tools - limits cross builds Rather than continuing to add wrappers around it, simply integrate it into our build. |