summaryrefslogtreecommitdiffstats
path: root/src/gallium/state_trackers/clover/util
Commit message (Expand)AuthorAgeFilesLines
* clover/llvm: Implement the -create-library linker option.Francisco Jerez2016-07-111-0/+21
* clover: remove util/compatEdB2015-04-291-313/+0
* clover: remove compat::stringEdB2015-04-291-104/+0
* clover: remove compat classes that match std oneEdB2015-04-292-65/+0
* clover: use correct typenames for compat::pair's first/secondEmil Velikov2014-10-231-2/+2
* clover: Add a simple compat::pair.EdB2014-10-201-0/+9
* clover/util: Allow using key_equals with pair-like objects other than std::pair.Francisco Jerez2014-10-201-2/+2
* clover/util: Define equality operators for a couple of compat classes.Francisco Jerez2014-10-201-13/+30
* clover/util: Fix construction of compat::vector with a general container as a...Francisco Jerez2014-10-201-2/+4
* clover/util: Null-terminate the result of compat::string::c_str().Francisco Jerez2014-09-051-1/+3
* clover/util: Implement compat::string using aggregation instead of inheritance.Francisco Jerez2014-09-051-5/+71
* clover/util: Have compat::vector track separate size and capacity.Francisco Jerez2014-09-051-25/+42
* clover/util: Pass initial count value to ref_counter constructor.Francisco Jerez2014-08-181-2/+2
* clover/util: Implement minimalist reference to clover::ref_counter object.Francisco Jerez2014-08-181-0/+45
* clover: Fix not setting build log if the build succeeds v2Matt Arsenault2014-07-021-0/+3
* clover: Have compat::string allocate its own memory.Francisco Jerez2014-07-021-4/+4
* clover: Replace the transfer(new ...) idiom with a safer create(...) helper f...Francisco Jerez2014-02-211-19/+7
* clover: Migrate a bunch of pointers and references in the object tree to smar...Francisco Jerez2014-02-211-0/+8
* clover: Allow storing a range into a container of different (but compatible) ...Francisco Jerez2014-02-211-7/+7
* clover: Define an intrusive smart reference class.Francisco Jerez2014-02-211-0/+66
* clover: Some improvements for the intrusive pointer class.Francisco Jerez2014-02-211-18/+35
* clover: Fix clover::keys and ::values to deal with r-value references properly.Francisco Jerez2014-01-151-6/+6
* clover: Fix missing minus sign in 'iterator_adaptor::operator-='.Francisco Jerez2013-12-021-1/+1
* clover: Fix the const variant of adaptor_range::end to deal with mismatching ...Francisco Jerez2013-11-121-1/+2
* clover: Calculate optimal work group size when it's not specified by the user.Francisco Jerez2013-11-041-0/+131
* clover: Workaround compiler bug present in GCC 4.7.0-4.7.2.Francisco Jerez2013-11-041-16/+13
* clover: Query maximum kernel block size from the device instead of the kernel...Francisco Jerez2013-10-241-0/+12
* clover: Import new utility library.Francisco Jerez2013-10-2110-0/+2146