index
:
bdlib
gh-pages
master
scripting
BDLIB repository
bryan@shatow.net
summary
refs
log
tree
commit
diff
log msg
author
committer
Age
Commit message (
Expand
)
Author
Files
Lines
2012-03-11
Explicitly define copy/move assignment operators in String/Array to fix GCC 4...
github/master
github-org/master
master
Bryan Drewery
2
-1/+22
2012-03-11
Add tests to cover move semantics in ReferenceCountedArray/String
Bryan Drewery
1
-0/+16
2012-03-11
Use std::move() where move semantics expected
Bryan Drewery
4
-9/+9
2012-03-11
Implement move assignment operators
Bryan Drewery
1
-4/+21
2012-03-11
Add missing alloc swapping
Bryan Drewery
1
-0/+1
2012-03-11
Use std::move() when move constructing an Array
Bryan Drewery
1
-1/+1
2012-03-11
Use more effecient Move Constructors
Bryan Drewery
5
-10/+22
2012-03-06
Run autoconf for c++98 standard fix
Bryan Drewery
1
-0/+2
2012-03-04
Cleanup logic for calling Reserve
Bryan Drewery
1
-7/+10
2012-03-04
Fix more cases of NULL Ref usage
Bryan Drewery
1
-7/+8
2012-03-04
Fix crash on empty String
Bryan Drewery
2
-5/+17
2012-02-28
* Use c++98 standard if C++11 is not available
Bryan Drewery
1
-0/+2
2012-02-28
* Avoid copying/freeing buf if NULL
Bryan Drewery
1
-4/+10
2012-02-28
* Fix BinaryTreeIterator::operator bool() not working properly, causing crashes
Bryan Drewery
2
-3/+18
2012-02-28
* Disable memory pooling when running in valgrind
Bryan Drewery
1
-4/+5
2012-02-28
* Fix build failure on older gcc
Bryan Drewery
1
-0/+2
2012-02-28
* Clear old SUFFIXES before adding new
Bryan Drewery
1
-0/+1
2012-02-28
* Improve make portability
Bryan Drewery
1
-23/+23
2012-02-28
* Ensure gmake is installed for 'make test'
Bryan Drewery
1
-3/+3
2012-02-28
* Ignore buildbot directory
Bryan Drewery
1
-0/+1
2012-02-28
* Add BSDMakefile for BSD systems as GNU Make is required
Bryan Drewery
1
-0/+22
2012-02-28
* Rename 'make check' to 'make test'
Bryan Drewery
1
-7/+7
2012-02-28
* Inline the dependency checking to avoid depcomp
Bryan Drewery
1
-1/+14
2012-02-28
* Avoid needing `basename`
Bryan Drewery
1
-2/+2
2012-02-28
* Don't auto enable caching in configure
Bryan Drewery
2
-3/+1
2012-02-20
* Add Cref copy constructor back as some older gcc don't optimize it away
Bryan Drewery
1
-1/+1
2012-02-20
* Compile UnitRunner with the CPPUNIT_CFLAGS to fix compiling on FreeBSD
Bryan Drewery
1
-1/+1
2012-02-20
* Only enable C++11 features on gcc 4.6 and higher
Bryan Drewery
2
-10/+18
2012-02-20
* Make C++11 features optional dependent on __GXX_EXPERIMENTAL_CXX0X__
Bryan Drewery
8
-10/+51
2012-02-19
* Use AS_HELP_STRING for cppunit
Bryan Drewery
2
-4/+6
2011-12-27
* Cleanup HashTable including / forward declarations
Bryan Drewery
3
-4/+5
2011-12-27
* Only allocate an ArrayRef if needed
Bryan Drewery
1
-3/+7
2011-12-25
* Support allocator in String
Bryan Drewery
1
-14/+15
2011-12-25
* Use std::allocator for ReferenceCountedArray allocating
Bryan Drewery
1
-35/+37
2011-12-25
* Fix memory leak (FILE*) when mmap() not available
Bryan Drewery
1
-1/+5
2011-12-25
* Cleanup forward declarations
Bryan Drewery
4
-7/+2
2011-12-25
* Remove unneeded build tools/checks
Bryan Drewery
13
-3652/+43
2011-12-24
* Fix ReferenceCountedArrayBase not being initialized in ReferenceCountedArray
Bryan Drewery
1
-5/+5
2011-12-23
* Check for g++4.6,4.5,4.4
Bryan Drewery
2
-3/+3
2011-12-20
* Use delete to block copying
Bryan Drewery
1
-4/+4
2011-12-20
* Add explicit operator bool() (C++11)
Bryan Drewery
8
-11/+10
2011-12-18
* Add missing operator=() and move constructor for KeyValue
Bryan Drewery
1
-7/+15
2011-12-17
* Doc cleanup
Bryan Drewery
1
-1/+0
2011-12-17
* Remove Cref copy constructor
Bryan Drewery
1
-3/+1
2011-12-17
* Don't use copy-and-swap for ReferenceCountedArray assignment, the old metho...
Bryan Drewery
1
-0/+12
2011-12-17
* Remove the need for a temporary and allow for optimization
Bryan Drewery
2
-9/+7
2011-12-17
* DRY List operations
Bryan Drewery
1
-28/+18
2011-12-17
* Rename List::Node::ptr to List::Node::item to better denote what it is
Bryan Drewery
4
-29/+29
2011-12-17
* Support initializer_list constructor and assignments
Bryan Drewery
6
-0/+87
2011-12-17
* Rename HashTable::list -> _list
Bryan Drewery
1
-20/+20
[next]