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