projects
/
bdlib.git
/ shortlog
commit
grep
author
committer
pickaxe
?
search:
re
summary
| shortlog |
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
bdlib.git
2012-03-11
Bryan Drewery
Explicitly define copy/move assignment operators in...
master
github-org/master
github/master
commit
|
commitdiff
|
tree
2012-03-11
Bryan Drewery
Add tests to cover move semantics in ReferenceCountedAr...
commit
|
commitdiff
|
tree
2012-03-11
Bryan Drewery
Use std::move() where move semantics expected
commit
|
commitdiff
|
tree
2012-03-11
Bryan Drewery
Implement move assignment operators
commit
|
commitdiff
|
tree
2012-03-11
Bryan Drewery
Add missing alloc swapping
commit
|
commitdiff
|
tree
2012-03-11
Bryan Drewery
Use std::move() when move constructing an Array
commit
|
commitdiff
|
tree
2012-03-11
Bryan Drewery
Use more effecient Move Constructors
commit
|
commitdiff
|
tree
2012-03-06
Bryan Drewery
Run autoconf for c++98 standard fix
commit
|
commitdiff
|
tree
2012-03-04
Bryan Drewery
Cleanup logic for calling Reserve
commit
|
commitdiff
|
tree
2012-03-04
Bryan Drewery
Fix more cases of NULL Ref usage
commit
|
commitdiff
|
tree
2012-03-04
Bryan Drewery
Fix crash on empty String
commit
|
commitdiff
|
tree
2012-02-28
Bryan Drewery
* Use c++98 standard if C++11 is not available
commit
|
commitdiff
|
tree
2012-02-28
Bryan Drewery
* Avoid copying/freeing buf if NULL
commit
|
commitdiff
|
tree
2012-02-28
Bryan Drewery
* Fix BinaryTreeIterator::operator bool() not working...
commit
|
commitdiff
|
tree
2012-02-28
Bryan Drewery
* Disable memory pooling when running in valgrind
commit
|
commitdiff
|
tree
2012-02-28
Bryan Drewery
* Fix build failure on older gcc
commit
|
commitdiff
|
tree
2012-02-28
Bryan Drewery
* Clear old SUFFIXES before adding new
commit
|
commitdiff
|
tree
2012-02-28
Bryan Drewery
* Improve make portability
commit
|
commitdiff
|
tree
2012-02-28
Bryan Drewery
* Ensure gmake is installed for 'make test'
commit
|
commitdiff
|
tree
2012-02-28
Bryan Drewery
* Ignore buildbot directory
commit
|
commitdiff
|
tree
2012-02-28
Bryan Drewery
* Add BSDMakefile for BSD systems as GNU Make is required
commit
|
commitdiff
|
tree
2012-02-28
Bryan Drewery
* Rename 'make check' to 'make test'
commit
|
commitdiff
|
tree
2012-02-28
Bryan Drewery
* Inline the dependency checking to avoid depcomp
commit
|
commitdiff
|
tree
2012-02-28
Bryan Drewery
* Avoid needing `basename`
commit
|
commitdiff
|
tree
2012-02-28
Bryan Drewery
* Don't auto enable caching in configure
commit
|
commitdiff
|
tree
2012-02-20
Bryan Drewery
* Add Cref copy constructor back as some older gcc...
commit
|
commitdiff
|
tree
2012-02-20
Bryan Drewery
* Compile UnitRunner with the CPPUNIT_CFLAGS to fix...
commit
|
commitdiff
|
tree
2012-02-20
Bryan Drewery
* Only enable C++11 features on gcc 4.6 and higher
commit
|
commitdiff
|
tree
2012-02-20
Bryan Drewery
* Make C++11 features optional dependent on __GXX_EXPER...
commit
|
commitdiff
|
tree
2012-02-19
Bryan Drewery
* Use AS_HELP_STRING for cppunit
commit
|
commitdiff
|
tree
2011-12-27
Bryan Drewery
* Cleanup HashTable including / forward declarations
commit
|
commitdiff
|
tree
2011-12-27
Bryan Drewery
* Only allocate an ArrayRef if needed
commit
|
commitdiff
|
tree
2011-12-25
Bryan Drewery
* Support allocator in String
commit
|
commitdiff
|
tree
2011-12-25
Bryan Drewery
* Use std::allocator for ReferenceCountedArray allocating
commit
|
commitdiff
|
tree
2011-12-25
Bryan Drewery
* Fix memory leak (FILE*) when mmap() not available
commit
|
commitdiff
|
tree
2011-12-25
Bryan Drewery
* Cleanup forward declarations
commit
|
commitdiff
|
tree
2011-12-25
Bryan Drewery
* Remove unneeded build tools/checks
commit
|
commitdiff
|
tree
2011-12-24
Bryan Drewery
* Fix ReferenceCountedArrayBase not being initialized...
commit
|
commitdiff
|
tree
2011-12-23
Bryan Drewery
* Check for g++4.6,4.5,4.4
commit
|
commitdiff
|
tree
2011-12-20
Bryan Drewery
* Use delete to block copying
commit
|
commitdiff
|
tree
2011-12-20
Bryan Drewery
* Add explicit operator bool() (C++11)
commit
|
commitdiff
|
tree
2011-12-18
Bryan Drewery
* Add missing operator=() and move constructor for...
commit
|
commitdiff
|
tree
2011-12-17
Bryan Drewery
* Doc cleanup
commit
|
commitdiff
|
tree
2011-12-17
Bryan Drewery
* Remove Cref copy constructor
commit
|
commitdiff
|
tree
2011-12-17
Bryan Drewery
* Don't use copy-and-swap for ReferenceCountedArray...
commit
|
commitdiff
|
tree
2011-12-17
Bryan Drewery
* Remove the need for a temporary and allow for optimiz...
commit
|
commitdiff
|
tree
2011-12-17
Bryan Drewery
* DRY List operations
commit
|
commitdiff
|
tree
2011-12-17
Bryan Drewery
* Rename List::Node::ptr to List::Node::item to better...
commit
|
commitdiff
|
tree
2011-12-17
Bryan Drewery
* Support initializer_list constructor and assignments
commit
|
commitdiff
|
tree
2011-12-17
Bryan Drewery
* Rename HashTable::list -> _list
commit
|
commitdiff
|
tree
2011-12-17
Bryan Drewery
* Use auto to cleanup syntax
commit
|
commitdiff
|
tree
2011-12-17
Bryan Drewery
* This length should be const
commit
|
commitdiff
|
tree
2011-12-17
Bryan Drewery
* Implement move constructors from C++0x
commit
|
commitdiff
|
tree
2011-12-17
Bryan Drewery
* Build in C++0x standard
commit
|
commitdiff
|
tree
2011-12-17
Bryan Drewery
* Only need to cleanse if rcount==1
commit
|
commitdiff
|
tree
2011-12-17
Bryan Drewery
* Use copy-and-swap idiom for assignment operators
commit
|
commitdiff
|
tree
2011-12-16
Bryan Drewery
* Allow chaining ReferenceCountedArray.operator=()
commit
|
commitdiff
|
tree
2011-12-16
Bryan Drewery
* Fix clang compiling by disabling -fno-elide-construct...
commit
|
commitdiff
|
tree
2011-12-16
Bryan Drewery
* Cleanup some documentation
commit
|
commitdiff
|
tree
2011-12-16
Bryan Drewery
* Utilize npos in more places
commit
|
commitdiff
|
tree
2011-12-16
Bryan Drewery
* Array uses the STL iterators in ReferenceCountedArray now
commit
|
commitdiff
|
tree
2011-12-16
Bryan Drewery
* Fix duplicated npos definition by using a real static...
commit
|
commitdiff
|
tree
2011-12-16
Bryan Drewery
* Ignore kdevelop files
commit
|
commitdiff
|
tree
2011-12-15
Bryan Drewery
* Fix invalid call to 'ar'
commit
|
commitdiff
|
tree
2011-12-15
Bryan Drewery
* Remove unneeded configure options
commit
|
commitdiff
|
tree
2011-12-15
Bryan Drewery
* CLang compile fixes
commit
|
commitdiff
|
tree
2011-11-27
Bryan Drewery
* Add README
commit
|
commitdiff
|
tree
2011-11-17
Bryan Drewery
* Implement reverse iterators and update documentation
commit
|
commitdiff
|
tree
2011-11-16
Bryan Drewery
* Add mutable begin()/end()/mdata() to ReferenceCounted...
commit
|
commitdiff
|
tree
2011-11-16
Bryan Drewery
* Fix cppunit library including on ubuntu
commit
|
commitdiff
|
tree
2011-11-16
Bryan Drewery
* Use proper namespace for ptrdiff_t
commit
|
commitdiff
|
tree
2011-07-04
Bryan Drewery
* Move base 64 charset into header so it can be shared
commit
|
commitdiff
|
tree
2011-07-03
Bryan Drewery
* Make charset optional for b64{enc,dec}_buf
commit
|
commitdiff
|
tree
2011-07-02
Bryan Drewery
* Update documentation
commit
|
commitdiff
|
tree
2011-05-19
Bryan Drewery
* Ignore configure.lineno (dash doesnt support LINENO)
commit
|
commitdiff
|
tree
2011-05-19
Bryan Drewery
* Run autoconf 2.67
commit
|
commitdiff
|
tree
2011-04-09
Bryan Drewery
* Add option to Array::join() to quote every element
commit
|
commitdiff
|
tree
2011-04-09
Bryan Drewery
* Add String::rfind() and ReferenceCountedArray::rfind()
commit
|
commitdiff
|
tree
2011-04-09
Bryan Drewery
* Make String::printf a static which returns a new...
commit
|
commitdiff
|
tree
2010-08-26
Bryan Drewery
* Fixup int/size_t misuse and use static_cast<> where...
commit
|
commitdiff
|
tree
2010-08-22
Bryan Drewery
* Comment fix
commit
|
commitdiff
|
tree
2010-08-21
Bryan Drewery
* Fix unit test crash
commit
|
commitdiff
|
tree
2010-08-18
Bryan Drewery
* Cache hash() results for ReferenceCountedArray
commit
|
commitdiff
|
tree
2010-08-17
Bryan Drewery
* Rename Stream::gets() to Stream::read() to avoid...
commit
|
commitdiff
|
tree
2010-08-14
Bryan Drewery
* Fix documentation
commit
|
commitdiff
|
tree
2010-06-25
Bryan Drewery
* Add more Stream::writeFile() unit tests and switch...
commit
|
commitdiff
|
tree
2010-06-25
Bryan Drewery
* Verify writeFile result in unit tests
commit
|
commitdiff
|
tree
2010-06-04
Bryan Drewery
* Remove default -j4 and move to MAKEJOBS
commit
|
commitdiff
|
tree
2010-05-16
Bryan Drewery
* Fix warnings in List::Node due to -Weffc++
commit
|
commitdiff
|
tree
2010-05-16
Bryan Drewery
* First naive implementation of String::subst
commit
|
commitdiff
|
tree
2010-05-16
Bryan Drewery
* Fix bad unit test
commit
|
commitdiff
|
tree
2010-03-23
Bryan Drewery
* Add ReferenceCountedArray constructor (size_t, value_...
commit
|
commitdiff
|
tree
2010-03-23
Bryan Drewery
* Add HashTable::keys() and HashTable::values()
commit
|
commitdiff
|
tree
2010-03-23
Bryan Drewery
* Fix ReferenceCountedArray::resize() doubling the...
commit
|
commitdiff
|
tree
2010-03-16
Bryan Drewery
* Only use g++ 4 options if using g++ 4.
commit
|
commitdiff
|
tree
2010-03-16
Bryan Drewery
* Run autoconf 2.6.3
commit
|
commitdiff
|
tree
2010-03-13
Bryan Drewery
* Add additional String::compare() tests
commit
|
commitdiff
|
tree
2010-03-13
Bryan Drewery
* Don't compile Thread for now
commit
|
commitdiff
|
tree
2010-03-13
Bryan Drewery
* Raise reference from uint8_t to int to allow more...
commit
|
commitdiff
|
tree
2010-03-13
Bryan Drewery
* Pre-construct 1 space string for comparing to delim
commit
|
commitdiff
|
tree
next