branch: master 「№58132」
Commited by: Vikram K. Mulligan
GitHub commit link: 「171033eeb115deb7」 「№781」
Difference from previous tested commit:  code diff
Commit date: 2015-09-07 06:21:32

Merge pull request #781 from RosettaCommons/vmullig/fix_tom Trying to fix the Mac issue with BridgeChainsTests unit test. There were two instances in the code of something along the lines of: std::string const & test_id = ids.top(); ids.pop(); <pass test_id to a function that uses it> This doesn't work, because in plain English, it reads as: -- Give me a const reference to the top element of the ids stack. -- Remove the top element of the ids stack (so that my const reference is now invalid -- references are NOT owning pointers). -- Do something with that const reference (resulting in an error). The simple solution was to remove the ampersand, so that I'm creating a copy of the top element before destroying it.

...


branch: master 「№58131」
Commited by: Andrew Watkins
GitHub commit link: 「f7ba00ea37dd1aa3」 「№717」
Difference from previous tested commit:  code diff
Commit date: 2015-09-06 21:01:34

Merge pull request #717 from RosettaCommons/everyday847/pna I can't believe that I haven't merged this relatively simple PR yet! I also used it to fix mm_params.

...


branch: master 「№58130」
Commited by: Frank DiMaio
GitHub commit link: 「f0893d8c2377f113」
Difference from previous tested commit:  code diff
Commit date: 2015-09-06 17:49:58

Small bugfix to localrelax (construct_poly_XXX_pose no longer works with keep_cyd=false)

...


branch: master 「№58129」
Commited by: Andrew Watkins
GitHub commit link: 「c74fc230c13b2801」 「№741」
Difference from previous tested commit:  code diff
Commit date: 2015-09-06 10:56:54

Merge pull request #741 from RosettaCommons/everyday847/triazolamers HBS linkers on peptoid residues, corrected HBS and OOP coordinates, and triazolamer incorporation

...


branch: master 「№58128」
Commited by: Andrew Watkins
GitHub commit link: 「3a8fd9b5a93ceb2b」 「№777」
Difference from previous tested commit:  code diff
Commit date: 2015-09-05 17:27:07

Merge pull request #777 from RosettaCommons/everyday847/fix_cutpoint_term_issue Now we don't do anything stupid with ICOORs.

...


branch: master 「№58127」
Commited by: Ray Y.-R. Wang
GitHub commit link: 「15d5bfbbf13110b1」
Difference from previous tested commit:  code diff
Commit date: 2015-09-05 03:16:35

fixing names of metal ions for xray/cryoem scattering factors, and adding CO and ZN by copying numbers from NI at this moment

...


branch: master 「№58126」
Commited by: Rebecca Alford
GitHub commit link: 「659c70b602c0efb8」 「№761」
Difference from previous tested commit:  code diff
Commit date: 2015-09-04 22:50:50

Merge pull request #761 from RosettaCommons/rfalford12/remove_illegal_using_namespace_from_mpframework Remove bad "using namespace" statements in membrane code it seems that all of this time, I've been breaking coding conventions by including "using namespace" at the top of headers (and sometimes the cc files). I've removed this from all offending files in core/conformation/membrane and protocols/membrane. There were also a few pilot apps affected. Hopefully, this merge will make the membrane code in better alignment with the coding conventions and reduce the number of "ambiguous namespace" errors I constantly see

...


branch: master 「№58125」
Commited by: Labonte
GitHub commit link: 「b904f8fb0bad9a93」 「№766」
Difference from previous tested commit:  code diff
Commit date: 2015-09-04 21:10:16

Merge pull request #766 from RosettaCommons/JWLabonte/sugars/loops Carbohydrates: Further removal of bad assumptions preventing loop modeling Unit test failures are the same instabilities currently plaguing master and were not caused by this change set. CCD_loop_closure, c-term_conjugation, carbohydrates, and rings integration test changes expected due to output changes. inverse_rotamer_remodel, and the match tests are unstable

...


branch: master 「№58124」
Commited by: Frank DiMaio
GitHub commit link: 「4a03a5f978d986f5」 「№778」
Difference from previous tested commit:  code diff
Commit date: 2015-09-04 12:52:15

Merge pull request #778 from RosettaCommons/dimaio/lkball_part2 Fix uninitialized variable

...


branch: master 「№58123」
Commited by: Andrew Watkins
GitHub commit link: 「98f07cb21e34eae0」 「№767」
Difference from previous tested commit:  code diff
Commit date: 2015-09-04 10:41:40

Merge pull request #767 from RosettaCommons/everyday847/pose_from_sequence Fixing make_pose_from_sequence

...


branch: master 「№58122」
Commited by: Vikram K. Mulligan
GitHub commit link: 「065485f3cb118177」
Difference from previous tested commit:  code diff
Commit date: 2015-09-04 00:12:26

YOU'RE TEARING ME APART, LISA!!! (Fixing the build again.)

...


branch: master 「№58121」
Commited by: Frank DiMaio
GitHub commit link: 「1e097cf3f6aa7f20」 「№776」
Difference from previous tested commit:  code diff
Commit date: 2015-09-03 23:29:36

Merge pull request #776 from RosettaCommons/dimaio/lkball_part2 Reverting Vikram's revert (and fixing uninitialized variable)

...


branch: master 「№58120」
Commited by: Vikram K. Mulligan
GitHub commit link: 「548b2739fd00841b」 「№773」
Difference from previous tested commit:  code diff
Commit date: 2015-09-03 20:13:37

Merge pull request #773 from RosettaCommons/vmullig/muteall_issue Fixing crash bug when "-mute all" option is used. This seems to be an issue with using boost::format with the new tracer << macros when tracers are muted. The solution seems to be to enclose the tracer output in an "if(TR.visible()) {}" check. This problem was noticed in Remodel, though it might recur elsewhere. To err to the side of caution, I've also bracketed a few other cases where boost::format is used in "if(TR.visible()) {}" checks. All unit and integration tests pass on my machine. Merging without branch testing due to test server backlog. Hopefully this is the last of the bugs currently plaguing master.

...


branch: master 「№58119」
Commited by: Vikram K. Mulligan
GitHub commit link: 「36611130fcb99fa4」 「№772」
Difference from previous tested commit:  code diff
Commit date: 2015-09-03 15:33:33

Merge pull request #772 from RosettaCommons/revert-770-dimaio/envdep_elec Revert "Dimaio/envdep elec" Hi, Frank. I'm temporarily reverting this for two reasons: - There are compile errors with this (unused variables -- check the debug build). - Master currently has a number of issues, and we're waiting for the test server to catch up. Until we're sure that master's okay, we should avoid new merges with master (i.e. commit freeze).

...


branch: master 「№58118」
Commited by: Frank DiMaio
GitHub commit link: 「68889ea698dc2ff9」 「№770」
Difference from previous tested commit:  code diff
Commit date: 2015-09-03 12:57:01

Merge pull request #770 from RosettaCommons/dimaio/envdep_elec Fixing two issues with lk_ball: 1) remove derivative discontinuity in between water positions by replacing a min with a soft min 2) implement proper cartesian derivatives for movement of the stub atoms used to build waters The changes from result in very small changes to scoring, and no noticeable runtime changes. Three parameters controlling the potential are exposed through the options system/ These fixes are also implemented for using lk_ball with -nblist_autoupdate.

...


branch: master 「№58117」
Commited by: Labonte
GitHub commit link: 「11145db4c37f7a74」
Difference from previous tested commit:  code diff
Commit date: 2015-09-03 11:13:10

restoring requirement for the use of -include_ patches; see e-mail discussion

...


< 1 .. 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 .. 354 >

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