Kern Handa
|
8c3142ad61
|
Add .clang-format file and format source files accordingly.
To apply .clang-format to the codebase, the following
command can be run:
git ls-files -- *.cpp *.h | xargs clang-format -i -style=file
|
2015-09-30 18:50:07 +00:00 |
|
Neil MacIntosh
|
ef626fd33a
|
Renamed namespace to 'gsl'. Renamed macro to configure testing.
|
2015-09-29 16:41:37 -07:00 |
|
Kosov Eugene
|
e46160c18e
|
it's better to pass a small (e.g. 16 bytes) object by value then by const reference
|
2015-09-28 23:20:28 +03:00 |
|
Treb Connell
|
51da13607c
|
Fix issue #39: Add header guards
|
2015-09-24 18:08:34 -07:00 |
|
Neil MacIntosh
|
a9dcbe04ff
|
Initial commit of library files.
|
2015-08-20 18:09:14 -07:00 |
|