branch: release 「№78」
Commited by: Rocco Moretti
GitHub commit link: 「53ffa9b675358d49」 「№849」
Difference from previous tested commit:  code diff
Commit date: 2015-11-25 16:20:36

Merge pull request #849 from RosettaCommons/roccomoretti/pymol_obs Make the PyMolObserver a CacheableObserver. On certain systems there's an issue compiling because boost::bind via the observer system is expecting a raw pointer to the PyMolObserver, and it's being given an owning pointer. This works for boost shared pointers, but isn't robust for std::shared_ptr. The naive fix of simply giving things a raw pointer to the observer doesn't work, because AddPyMolObserver et al. doesn't keep around any reference to the newly created observer object, and if the PyRosetta-level user doesn't store the return value, the observer object gets garbage collected and subsequent observer notifications mean segfaults. To solve this, I changed the PyMolObserver into a CacheableObserver, and cache it in the pose which we're observing. One complication is that pose.clear() will remove any cached observers, resulting in the PyMolObserver being disconnected from the pose. The standard use cases look to be fixed, but it may be an issue in some other protocols. (Most notably, the PyMolObserver won't persist through loading a new PDB into the pose, as that calls pose.clear()) Another consequence is that not every snapshot from the previous runs are replicated in the new runs - but this should be mostly cosmetic.

...


branch: release 「№77」
Commited by: Labonte
GitHub commit link: 「622db3430782348c」 「№905」
Difference from previous tested commit:  code diff
Commit date: 2015-11-17 13:09:10

Merge pull request #905 from RosettaCommons/JWLabonte/sugars/input Carbohydrates: Further simplifying loading-in of glycan-containing PDB files This merge makes Rosetta is somewhat more robust in handling glycan-containing PDB files. If a system of 3-letter codes is used in the PDB file that does not include main-chain connectivity, Rosetta will now rely on `LINK` records to assign the proper `ResidueType`s. All unit tests pass. fold_and_dock has tracer volume jacked way up, so it registers with integration test changes because of more tracer output I also added with this merge.

...


branch: release 「№76」
Commited by: Andrew Watkins
GitHub commit link: 「dcc326f10f047990」 「№885」
Difference from previous tested commit:  code diff
Commit date: 2015-11-04 11:48:41

Merge pull request #885 from RosettaCommons/everyday847/extra_rotlibs Extra rotlib paths don't have to have a hierarchy.

...


branch: release 「№75」
Commited by: Rocco Moretti
GitHub commit link: 「cb11c3c576be8cbe」 「№871」
Difference from previous tested commit:  code diff
Commit date: 2015-10-27 19:19:33

Merge pull request #871 from RosettaCommons/roccomoretti/valgrind_mpi Fix integration.py w/r/t valgrind and MPI Not all test directories have non-MPI command files - don't fail if one isn't present

...


branch: release 「№74」
Commited by: Sergey Lyskov
GitHub commit link: 「f6549502cff83eb1」 「№859」
Difference from previous tested commit:  code diff
Commit date: 2015-10-19 14:11:32

Merge pull request #859 from RosettaCommons/PyRosetta Adding bindings for std::list<> for basic types, fixing namespace build import orders

...


branch: release 「№73」
Commited by: Andrew Watkins
GitHub commit link: 「1f7155ca99dddb03」 「№844」
Difference from previous tested commit:  code diff
Commit date: 2015-10-10 03:10:02

Merge pull request #844 from RosettaCommons/everyday847/real_metapatches "Metapatches": a framework for atomwise manipulations

...


branch: release 「№72」
Commited by: Vikram K. Mulligan
GitHub commit link: 「9184a652bc35c3c1」 「№831」
Difference from previous tested commit:  code diff
Commit date: 2015-09-25 06:42:27

Merge pull request #831 from RosettaCommons/revert-830-revert-829-vmullig/clang_fix_master Re-merge "Fix library levels and Mac clang builds" Reverts RosettaCommons/main#830

...


branch: release 「№71」
Commited by: Rhiju Das
GitHub commit link: 「c0e92cf87b5ca648」
Difference from previous tested commit:  code diff
Commit date: 2015-09-17 18:47:17

goes with previous commit: fix possible bug in stepwise minimizer, setting of working_minimize_res

...


branch: release 「№70」
Commited by: Frank DiMaio
GitHub commit link: 「5c867ceeccf50fc7」 「№782」
Difference from previous tested commit:  code diff
Commit date: 2015-09-10 12:40:40

Merge pull request #782 from RosettaCommons/dimaio/denovo_density_fixes This pull requests add the de novo cryoEM model-building tools described from Wang et al. 2015 to public apps. It introduces the new public app, 'denovo_density'. Additionally, it makes a few bugfixes to the spherical harmonic code, and introduces a new mover, electron_density/DockIntoDensity, a general mover for matching proteins structures to density maps through fast 6D search. Additionally, several other miscellaneous fixes for modelling into cryoEM density are added in this checkin. This includes a number of accumulated bugfixes and new features to RosettaCM.

...


branch: release 「№69」
Commited by: Labonte
GitHub commit link: 「1e253651d2c1cf1a」
Difference from previous tested commit:  code diff
Commit date: 2015-09-02 20:58:19

Temp. fix as second attemp to restore master

...


branch: release 「№68」
Commited by: Rhiju Das
GitHub commit link: 「f26e6cb0d8ed7edf」 「№737」
Difference from previous tested commit:  code diff
Commit date: 2015-08-26 11:56:07

Merge pull request #737 from RosettaCommons/rhiju/fix_match_test_instability fixing Matcher test instability Sweet, now integration.release_debug (linux) and integration (mac) versions of match tests actually match, including order of output of HIS vs. HIS_D, etc. (except for a nan vs. -nan).

...


branch: release 「№67」
Commited by: Zibo Chen
GitHub commit link: 「1d19e8db2020b5d0」
Difference from previous tested commit:  code diff
Commit date: 2015-08-18 17:09:00

changing z1 from 1.570660756980 to 1.51 (for backward-compatibility) in the BundleGridSampler param file. No test change expected

...


branch: release 「№66」
Commited by: havranek
GitHub commit link: 「f7f8c32219c5f7f2」 「№666」
Difference from previous tested commit:  code diff
Commit date: 2015-07-30 12:06:30

Merge pull request #666 from RosettaCommons/havranek/amoeba Adding Amoeba-style polarizable multipole electrostatics. Includes some

...


branch: release 「№65」
Commited by: Kale Kundert
GitHub commit link: 「676ada34cf47af3b」 「№640」
Difference from previous tested commit:  code diff
Commit date: 2015-07-21 18:11:41

Merge pull request #640 from RosettaCommons/kalekundert/link_residues Fix a bug that was causing LinkResidues to segfault.

...


branch: release 「№64」
Commited by: Sergey Lyskov
GitHub commit link: 「c2e7e131f1020ce5」
Difference from previous tested commit:  code diff
Commit date: 2015-07-14 16:03:20

Updating Simian filter in code_duplication test. Adding length of duplicated code block to compared text.

...


branch: release 「№63」
Commited by: Morgan Nance
GitHub commit link: 「7d1085a9306db1a3」 「№607」
Difference from previous tested commit:  code diff
Commit date: 2015-07-07 11:15:07

Merge pull request #607 from RosettaCommons/mlnance-sugar_backbone_energy_tracers Update SugarBackboneEnergy to not print to screen

...


< 1 .. 11 12 13 14 15 16 17 18 19 20 21 22 23 >

Legend:
queued Queued Test
queued for comparison Test finished running but not yet compared
running Test is Running right now
comparing Test results is now comparing with previous results
finished Test is finished without errors
failed Test failed
build Failed Test could not be run because build failed
script failed Test results is unknow because test-script failed
canceled Test was canceled