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 |
|
Treb Connell
|
51da13607c
|
Fix issue #39: Add header guards
|
2015-09-24 18:08:34 -07:00 |
|
galik
|
cb068d80cd
|
missing header <stdexcept>
|
2015-09-21 22:51:46 +01:00 |
|
galik
|
cab9bda249
|
Prevent unused parameter warnings and unknown #pragma warnings on GCC.
|
2015-09-19 07:52:30 +01:00 |
|
Neil MacIntosh
|
ef6cc65053
|
Fixed compilation issues with Clang and GCC on Linux.
|
2015-09-14 21:26:17 +00:00 |
|
Anna Gringauze
|
17ed5c3664
|
Fixed issues in strided_array_views, added tests
|
2015-09-14 13:03:28 -07:00 |
|
Neil MacIntosh
|
a9dcbe04ff
|
Initial commit of library files.
|
2015-08-20 18:09:14 -07:00 |
|