Go to file
Kp 98afca20a9 Split and simplify partial_range check
Rely on T.size() instead of distance(T.begin(), T.end()) to get the
container size.  Add a special case for C-style arrays with known size.

In some cases, gcc-4.9 fails to optimize distance(...) on an array<T, N>
of unknown base address, leading to a bogus compile failure.  Switching
the object to have a known address prevents the problem, but requires
changing the calling code.  Switch to using T.size(), which gcc seems to
get right.
2015-02-01 23:07:18 +00:00
common Split and simplify partial_range check 2015-02-01 23:07:18 +00:00
contrib add ntstring.h to xcode project 2015-01-02 21:11:26 -08:00
d1x-rebirth Make equal_space a preprocessor constant 2015-01-29 04:27:35 +00:00
d2x-rebirth Rename space to space_tab 2015-01-29 04:27:35 +00:00
similar Avoid spamming flag changes on headlight cycling 2015-01-29 04:27:37 +00:00
.gitignore ignore XCode user data 2014-12-06 22:43:12 -08:00
COPYING.txt corrected typo in COPYING.txt (it's to its) 2014-06-06 13:18:52 +02:00
GPL-3.txt Changed custom D1X license to GPLv3 2014-06-01 19:55:23 +02:00
SConstruct Reactivate check_attribute_alloc_size 2015-01-25 05:32:45 +00:00