「view this page in B3 βῆτα server」

Revisions №62255

branch: rosetta:main 「№62255」
Commited by: lyskov-ai
GitHub commit link: 「99c7eda00cda88e1」
Difference from previous tested commit:  code diff
Commit date: 2026-05-13 11:37:17
linux.clang linux.gcc linux.srlz mac.clang
debug
release
unit
mac.clang.python313.PyRosetta.unit mac.clang.python38.PyRosetta.unit ubuntu-20.04.clang.python312.PyRosetta.unit ubuntu-20.04.clang.python39.PyRosetta.unit ubuntu-22.04.clang.python310.PyRosetta.unit ubuntu-22.04.gcc.python310.PyRosetta.unit ubuntu.clang.cxx11thread.serialization.python38.PyRosetta.unit mpi mpi.serialization m1.clang.python311.build.debug m1.clang.python314.build.debug ubuntu-20.04.gcc.build.debug build.header build.levels build.ninja_debug m1.clang.python311.build.release mac.clang.python311.build.release beautification code_quality.cppcheck code_quality.merge_size serialization code_quality.submodule_regression integration.mpi integration.release_debug integration.tensorflow integration.thread integration.torch integration performance profile m1.clang.python312.release.PyRosetta.MinSizeRel mac.clang.python310.release.PyRosetta.MinSizeRel ubuntu.clang.python310.release.PyRosetta.MinSizeRel m1.clang.python312.release.PyRosetta.Release mac.clang.python311.release.PyRosetta.Release release.PyRosetta.conda.Release scientific.RosettaCM scientific.docking_ensemble.debug scientific.fragments_picking.debug scientific.make_fragments scientific.protein_data_bank_diagnostic.cif scientific.simple_cycpep_predict linux.clang.score linux.gcc.score mac.clang.score scripts.pyrosetta scripts.rosetta.parse scripts.rosetta.validate scripts.rosetta.verify mac.clang.python310.unit mac.clang.python311.unit ubuntu-20.04.clang.python39.unit ubuntu-22.04.clang.python39.unit ubuntu-22.04.gcc.cxx11thread.serialization.unit ubuntu.gcc.cxx11thread.serialization.unit util.apps windows.build.debug windows.build.release

Apply Rule of Zero to BitSet and BitVector (#690) - `utility::BitSet<B>` and `utility::BitVector<B>` each had only a single value-type member (`std::set<B>` and `std::vector<bool>` respectively), no user-declared copy/move/assignment operators, and an explicit empty destructor. - The empty `~BitSet() {}` / `~BitVector() {}` did nothing the compiler-generated destructor wouldn't have done, and they suppressed the implicit move constructor and move assignment. - Remove the empty destructors so both class templates follow the Rule of Zero and gain implicit move support.

...
Test: ubuntu-20.04.clang.python36.scientific.protein_data_bank_diagnostic.cif

 View log

Loading...

 View log in dialog  View log in log in separate window