- May 31, 2019
-
-
Lioncash authored
Allows for things such as: auto rect = Common::Rectangle{0, 0, 0, 0}; as opposed to being required to explicitly write out the underlying type, such as: auto rect = Common::Rectangle<int>{0, 0, 0, 0}; The only requirement for the deduction is that all constructor arguments be the same type.
-
- Feb 27, 2019
-
-
Lioncash authored
These types are within the common library, so they should be within the Common namespace.
-
- Nov 21, 2018
-
-
Lioncash authored
Gets rid of the need to use typename to access the ::type alias.
-
Lioncash authored
Allows objects that contain rectangle instances to be constexpr constructible as well.
-
Lioncash authored
const/constexpr variables have internal linkage by default.
-
Lioncash authored
This hasn't been used since the project started, so we may as well get rid of it to keep it from bit rotting.
-
- Aug 02, 2018
-
-
Lioncash authored
Prevents potentially using the members uninitialized.
-
- Apr 20, 2018
-
-
Lioncash authored
C++17 adds clamp() to the standard library, so we can remove ours in favor of it.
-
- Dec 26, 2016
-
-
wwylele authored
-
- Nov 12, 2016
-
-
James Rowe authored
And other minor style changes
-
- Nov 05, 2016
-
-
James Rowe authored
Also minor style changes
-
James Rowe authored
-
- Sep 19, 2016
-
-
Yuri Kunde Schlesner authored
-
- Sep 18, 2016
-
-
Emmanuel Gil Peyrot authored
-
- Jun 08, 2015
-
-
tfarley authored
-
- May 22, 2015
-
-
tfarley authored
-
- May 14, 2015
-
-
Emmanuel Gil Peyrot authored
-
- May 07, 2015
-
-
Yuri Kunde Schlesner authored
-
- Dec 21, 2014
-
-
purpasmart96 authored
-
- Nov 18, 2014
-
-
Tony Wasserka authored
-
- Aug 19, 2014
-
-
Lioncash authored
-
- Aug 17, 2014
-
-
Lioncash authored
Also replaced C headers with the C++ equivalent ones
-
- Apr 09, 2014
-
-
bunnei authored
-
- Apr 08, 2014
-
-
bunnei authored
-
- Apr 01, 2014
-
-
bunnei authored
-
- Sep 05, 2013
-
-
ShizZy authored
-