summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-08-16Update Travis to test multiple golang versions.v1.0.0David Hill
2016-08-16Add license title.Waldir Pimenta
2015-11-05Add logic to deal with reflect pkg changes on tip.Dave Collins
2015-06-19Add support for limited mode without unsafe pkg.Dave Collins
2015-05-25Provide an example on how to debug a web app.Jason Buberel
2015-05-17Removed spurious "spew".Brian Dorsey
2015-05-03Add import line to README.md quickstartBrian Dorsey
2015-04-10Enable methods to sort map keys and spew itself as last resortTim Hockin
2015-02-23Add -u to the README installation instructions.Dave Collins
2015-02-23Add support for sorting keys that are arrays.Anaminus
2015-01-19make nil maps appear different than empty mapsdeads2k
2014-11-15Improve unsafe reflect value handling.Dave Collins
2014-10-24Add logic to deal with reflect pkg changes on tip.Dave Collins
2014-05-05Dump non-zero len and cap for applicable types.Josh Rickmar
2014-03-27Point test coverage badge at master branch.Dave Collins
2014-03-27Configure TravisCI to test with testcgo tag.Dave Collins
2014-03-27Add coveralls.io test coverage badge.Dave Collins
2014-03-27Don't change to spew dir before invoking goveralls.Dave Collins
2014-03-27Correct TravisCI .yml file.Dave Collins
2014-03-27Configure TravisCI goveralls call correctly.Dave Collins
2014-03-27Setup TravisCI to report cov stats to coveralls.io.Dave Collins
2014-03-27Update TravisCI to use Go 1.2.Dave Collins
2014-01-08Add logic to deal with reflect pkg changes on tip.Dave Collins
2013-12-02Merge pull request #14 from pmezard/fix-sorting-test-on-32bitsDave Collins
2013-12-01tests: fix TestSortValues on 32-bits platformsPatrick Mezard
2013-11-16Make build status badge only apply to master branch.Dave Collins
2013-11-16Add TravisCI build status badge to README.md.Dave Collins
2013-11-16Require Go 1.1 for TravisCI.Dave Collins
2013-11-16Add TravisCI support.Dave Collins
2013-11-16Add SortKeys option to doco for NewDefaultConfig.Dave Collins
2013-11-16Add godoc reference badge to README.md.Dave Collins
2013-11-16Update README and doc.go with new SortKeys option.Dave Collins
2013-11-14Add additional tests for new sortValues code.Dave Collins
2013-11-14Correct valuesSorter.Less function for uintptr.Dave Collins
2013-11-14Reorder Less function cases to consistent order.Dave Collins
2013-11-14Update imports for previous.Dave Collins
2013-11-14Move TestSortValues to common_test.go.Dave Collins
2013-11-14Reorganize the new map key sorting functionality.Dave Collins
2013-11-14Fix a few style issues pointed out by golint.Dave Collins
2013-11-14Merge pull request #13 from pmezard/add-option-to-sort-map-keysDave Collins
2013-10-28dump: make SortKeys default to string representation instead of nothingPatrick Mezard
2013-10-27config: add SortKeys option to sort native map keys before displayPatrick Mezard
2013-09-21Update test coverage for cgo handling updates.Dave Collins
2013-09-21Add a script to generate test coverage report.Dave Collins
2013-09-21Add tests for recent cgo handling updates.Dave Collins
2013-09-21Add better support for dumping cgo char arrays.Dave Collins
2013-09-09Update test coverage for nil slice change.Dave Collins
2013-09-09Add tests for nil slice change.Dave Collins
2013-09-09Detect nil slices and print them as <nil>.Dave Collins
2013-03-27Update test coverage for packed nil iface fix.Dave Collins