• Harris Hancock's avatar
    Only build parsing code if we're not using MSVC · 6c7014a2
    Harris Hancock authored
    Disallow MSVC from building the parsing code by default because the latest
    stable MSVC (VS2015 Update 3) ICEs when trying to compile the `anyOfChars`
    combinator.
    
    Note that VS2015 Update 2 and VS2017 can compile the parsing code, with a
    little help. To experiment with this, you can override the default
    behavior with -DCAPNP_BUILD_TOOLS=ON.
    6c7014a2
Name
Last commit
Last update
c++ Loading commit data...
doc Loading commit data...
highlighting Loading commit data...
security-advisories Loading commit data...
.gitignore Loading commit data...
CONTRIBUTORS Loading commit data...
LICENSE Loading commit data...
README.md Loading commit data...
RELEASE-PROCESS.md Loading commit data...
mega-test-quick.cfg Loading commit data...
mega-test.cfg Loading commit data...
mega-test.py Loading commit data...
release.sh Loading commit data...
style-guide.md Loading commit data...
super-test.sh Loading commit data...