Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Replace std::unique<T>(new T()) with make_unique<T>(). | Logan Chien | 2016-08-26 | 1 | -3/+4 |
* | use WASM_UNUSED in some places to fix compiler warning/error on unused variab... | Alon Zakai | 2016-06-08 | 1 | -0/+2 |
* | refactor a getNumCores method | Alon Zakai | 2016-06-02 | 1 | -5/+9 |
* | Add missing algorithm and string headers | JF Bastien | 2016-04-23 | 1 | -0/+2 |
* | fix ThreadPool::size, we don't have any thread objects created if there is ju... | Alon Zakai | 2016-04-18 | 1 | -1/+1 |
* | allow limiting # of cores in thread pool, useful for debugging | Alon Zakai | 2016-04-18 | 1 | -0/+3 |
* | Function parallelism (#343) | Alon Zakai | 2016-04-15 | 1 | -0/+181 |