Commit Graph

6 Commits

Author SHA1 Message Date
Pierre Chevalier
f20e47db79 Add build directory to .gitignore
It seems pretty typical to build in a build directory at the top level
of the repo.

In particular, that's what travis does:
`cmake . -Bbuild`
`cmake --build build`

Add build directory to .gitignore to avoid comitting it accidentally.
2017-03-07 21:47:23 +00:00
Casey Carter
4e8f95b418 Cleanup include structure, constexpr and noexcept compiler workarounds.
* Nest "gsl" directory inside a new "include" directory.

* Cleanup the _MSC_VER conditionals a bit; use constexpr on VS2017+.

* Don't #define noexcept on non-Microsoft implementations.

* Workaround VS2017 bug in multi_span. (Also implement == and != for static_bounds_dynamic_range_t because I'm an EoP semantic soundness snob.)

Fixes #441.
2017-02-07 15:59:37 -08:00
Sergiy Oryekhov
32d00796ad Adding unittest-cpp as a submodule. 2016-03-23 16:42:35 -07:00
Matt Newport
9e9eddcddf Updated .gitignore 2015-10-19 18:58:26 -07:00
Matt Newport
59cf62652a Add .gitignore 2015-10-19 18:55:46 -07:00
Neil MacIntosh
a9dcbe04ff Initial commit of library files. 2015-08-20 18:09:14 -07:00