summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* remove unused mqStewart Smith2015-12-154-448/+0
| | | | Signed-off-by: Stewart Smith <stewart@linux.vnet.ibm.com>
* remove AC_CHECK_HEADER_STDBOOLStewart Smith2015-12-151-1/+0
| | | | Signed-off-by: Stewart Smith <stewart@linux.vnet.ibm.com>
* remove autoconf 2.69 requiremntStewart Smith2015-12-151-1/+0
| | | | Signed-off-by: Stewart Smith <stewart@linux.vnet.ibm.com>
* Update travis-ci.yml for autotoolsStewart Smith2015-12-151-2/+2
| | | | Signed-off-by: Stewart Smith <stewart@linux.vnet.ibm.com>
* remove custom assert implementation and exception.cStewart Smith2015-12-1528-546/+8
| | | | Signed-off-by: Stewart Smith <stewart@linux.vnet.ibm.com>
* Move to autotoolsStewart Smith2015-12-1527-1179/+98
| | | | Signed-off-by: Stewart Smith <stewart@linux.vnet.ibm.com>
* remove unused ctz builtin definesStewart Smith2015-12-151-48/+0
| | | | Signed-off-by: Stewart Smith <stewart@linux.vnet.ibm.com>
* Remove #define parity __builtin_parityStewart Smith2015-12-152-10/+1
| | | | | | | we already used __builtin_parityll explicitly, no need to keep around this define Signed-off-by: Stewart Smith <stewart@linux.vnet.ibm.com>
* remove likely/unlikely: nothing is *that* perf criticalStewart Smith2015-12-154-40/+24
| | | | Signed-off-by: Stewart Smith <stewart@linux.vnet.ibm.com>
* remove crc32 - use sha1sum in test case insteadStewart Smith2015-12-155-309/+4
| | | | Signed-off-by: Stewart Smith <stewart@linux.vnet.ibm.com>
* remove more unused memory_leak_detection codeStewart Smith2015-12-152-1276/+0
| | | | Signed-off-by: Stewart Smith <stewart@linux.vnet.ibm.com>
* remove unused slabStewart Smith2015-12-157-488/+1
| | | | Signed-off-by: Stewart Smith <stewart@linux.vnet.ibm.com>
* remove unused db.c/db.hStewart Smith2015-12-153-859/+0
| | | | Signed-off-by: Stewart Smith <stewart@linux.vnet.ibm.com>
* remove unused signalStewart Smith2015-12-153-223/+0
| | | | Signed-off-by: Stewart Smith <stewart@linux.vnet.ibm.com>
* remove unused heapStewart Smith2015-12-154-281/+1
| | | | Signed-off-by: Stewart Smith <stewart@linux.vnet.ibm.com>
* remove unused arrayStewart Smith2015-12-156-1569/+0
| | | | Signed-off-by: Stewart Smith <stewart@linux.vnet.ibm.com>
* remove unused dispatch and watchStewart Smith2015-12-157-620/+1
| | | | Signed-off-by: Stewart Smith <stewart@linux.vnet.ibm.com>
* remove unused stack.hStewart Smith2015-12-152-107/+0
| | | | Signed-off-by: Stewart Smith <stewart@linux.vnet.ibm.com>
* remove unused vector and vector_iterStewart Smith2015-12-159-1774/+0
| | | | Signed-off-by: Stewart Smith <stewart@linux.vnet.ibm.com>
* remove unused timer.hStewart Smith2015-12-151-84/+0
| | | | Signed-off-by: Stewart Smith <stewart@linux.vnet.ibm.com>
* remove unused map and map_iterStewart Smith2015-12-155-826/+0
| | | | Signed-off-by: Stewart Smith <stewart@linux.vnet.ibm.com>
* remove unused bitsetStewart Smith2015-12-151-366/+0
| | | | Signed-off-by: Stewart Smith <stewart@linux.vnet.ibm.com>
* remove unused table and table_iterStewart Smith2015-12-156-1399/+0
| | | | Signed-off-by: Stewart Smith <stewart@linux.vnet.ibm.com>
* Remove unused memory_leak_detection.hStewart Smith2015-12-154-381/+0
| | | | Signed-off-by: Stewart Smith <stewart@linux.vnet.ibm.com>
* add running of fpart test to travisStewart Smith2015-12-151-0/+1
| | | | Signed-off-by: Stewart Smith <stewart@linux.vnet.ibm.com>
* add .travis.yml for travis-ciStewart Smith2015-12-151-0/+5
| | | | Signed-off-by: Stewart Smith <stewart@linux.vnet.ibm.com>
* Merge pull request #4 from anoo1/masterPatrick Williams2015-04-2249-279/+314
|\ | | | | Support to compile in 64bit for Ubuntu Little Endian
| * Support to compile in 64bit for Ubuntu Little EndianAdriana Kobylak2015-02-1849-279/+314
|/
* Merge pull request #2 from bradbishop/masterPatrick Williams2015-01-16173-2875/+4278
|\ | | | | Use correct (Apache) license.
| * Use correct (Apache) license.Brad Bishop2015-01-07173-2875/+4278
| |
* | Merge pull request #3 from bradbishop/hashPatrick Williams2015-01-161-194/+0
|\ \ | |/ |/| Remove some unused hash function.
| * Remove some unused hash function.Brad Bishop2015-01-081-194/+0
|/
* Port FFS tools over from Building Block repository.Brad Bishop2014-07-02179-0/+34179
OpenPOWER on IntegriCloud