- CMakePresets.json: add 'fast' preset (clang+lld+ccache) - .gitignore: generalize build/ to build*/, add CMakeUserPresets.json - CMakeUserPresets.json: untrack (conan-generated, now gitignored) - src/Core/Archives.h: remove redundant 'using basic_xml_iarchive::load_override' in xml_iarchive; caused ambiguous overload with clang (diamond inheritance) - src/Core/Object.cpp: remove invalid explicit instantiations of non-template virtual Object::serialize (GCC extension, clang rejects) - README.md, CLAUDE.md: document GCC and LLVM/clang build workflows Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
21 lines
333 B
Plaintext
21 lines
333 B
Plaintext
CMakeFiles/
|
|
build*/
|
|
.cache/
|
|
CMakeUserPresets.json
|
|
build_warnings*.log
|
|
final_build.log
|
|
cmake_configure.log
|
|
compile_commands.json
|
|
|
|
dist/
|
|
build_python/
|
|
src/Python/uLib/*.so*
|
|
src/Python/uLib/*.pyd
|
|
src/Python/uLib/*.pyc
|
|
src/Python/uLib/__pycache__
|
|
src/Python/uLib/.nfs*
|
|
test_props.xml
|
|
test_props2.xml
|
|
test_boost.cpp
|
|
.claude/settings.json
|