Go to file
Kp 0e57e9bbf7 Expand macro to fix gcc-7 portability warning
gcc-7 warns:

    similar/main/mglobal.cpp:119:5: error: this use of "defined" may not be portable [-Werror=expansion-to-defined]
     #if DXX_VALPTRIDX_ENABLE_FULL_TEMPLATE_INSTANTIATION

Fix this by using the long form of the definition.
2017-06-10 03:31:03 +00:00
common Rename countarray method count -> size 2017-06-10 03:31:03 +00:00
contrib Add Gentoo ebuilds for beta 2017-04-08 16:48:19 +00:00
d1x-rebirth Always qualify valptridx type/factory 2017-06-10 03:31:02 +00:00
d2x-rebirth Rename countarray method count -> size 2017-06-10 03:31:03 +00:00
Documentation Require support for reference qualified methods 2016-12-10 17:51:07 +00:00
similar Expand macro to fix gcc-7 portability warning 2017-06-10 03:31:03 +00:00
.gitattributes Add .gitattributes to control EOL conversion 2017-04-08 16:48:18 +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
INSTALL.markdown Fix Ubuntu package name in INSTALL.markdown 2016-12-23 02:56:55 +00:00
SConstruct Add workaround for unwanted gcc-6 "used but never defined" warning 2017-06-10 03:31:03 +00:00