branch: release 「№14」
Commited by: Sergey Lyskov
GitHub commit link: 「14458ed5c9f1682e」
Difference from previous tested commit:  code diff
Commit date: 2014-05-01 16:21:12

Fixing PyRosetta build on Scientific Linux

...


branch: release 「№13」
Commited by: Steven Lewis
GitHub commit link: 「5fe71bd3f71bf40b」
Difference from previous tested commit:  code diff
Commit date: 2014-04-25 12:39:29

Compile fix for gcc 4.6.3 with warnings-as-errors; there is a pseudo-uninitizalized variable in a pilot app that makes that compiler grumpy, and was holding up the release script. Also added copyright header and vi-emacs settings header to that file. No test changes expected, as pilot app has no integration test.

...


branch: release 「№12」
Commited by: davidekim
GitHub commit link: 「1e931356568b6e96」
Difference from previous tested commit:  code diff
Commit date: 2014-04-25 06:29:44

Minor bug fix. Compiled on windows but not linux.

...


branch: release 「№11」
Commited by: Rhiju Das
GitHub commit link: 「37592607bf7f0d88」
Difference from previous tested commit:  code diff
Commit date: 2014-04-17 22:00:19

trying to remove another undefined function to get pyrosetta to compile.

...


branch: release 「№10」
Commited by: Rhiju Das
GitHub commit link: 「6193d3a4f6ba0df9」
Difference from previous tested commit:  code diff
Commit date: 2014-04-17 17:35:35

restoring library levels.

...


branch: release 「№9」
Commited by: Frank DiMaio
GitHub commit link: 「724675bdefdbd865」
Difference from previous tested commit:  code diff
Commit date: 2014-04-10 22:01:25

Another bugfix for cryst docking

...


branch: release 「№8」
Commited by: Frank DiMaio
GitHub commit link: 「bc9306f0b995de12」
Difference from previous tested commit:  code diff
Commit date: 2014-04-03 21:04:52

Detect connectivity for crystal docking now works. Scores returned now correctly represent the weakest interface in the lattice.

...


branch: release 「№7」
Commited by: Tom Linsky
GitHub commit link: 「172abcf3e7401f95」
Difference from previous tested commit:  code diff
Commit date: 2014-03-28 14:24:28

Fix handling of ligands when using DSSP with SSPrediction filter

...


branch: release 「№6」
Commited by: Frank DiMaio
GitHub commit link: 「14e9498048a7aff7」
Difference from previous tested commit:  code diff
Commit date: 2014-03-06 23:59:50

Remove warnings from phenix interface code. Remove temp ifdefs from EllipsoidalRandomizationMover.

...


branch: release 「№5」
Commited by: Rocco Moretti
GitHub commit link: 「be2b0a3332d19814」
Difference from previous tested commit:  code diff
Commit date: 2014-02-28 20:12:40

Cmake build fixes. Turn off enum-compare-as-error (like scons builds). Also, remove -w from release build, as that inhibits the warnings-as-errors settings.

...


branch: release 「№4」
Commited by: JWLabonte
GitHub commit link: 「90bf17cf5dc9f682」
Difference from previous tested commit:  code diff
Commit date: 2014-02-28 00:34:23

WARNINGS WAR Z: This should finally fix the linux.clang build. I tested all of these on the testing server, which has a newer version of Clang. ---------------------------------------- Unit test status: Pass

...


branch: release 「№3」
Commited by: Labonte
GitHub commit link: 「159543f6988a9b57」
Difference from previous tested commit:  code diff
Commit date: 2014-02-27 20:27:27

Warning Removal: turning one error back to warning waiting on Fang to fix 3 remaining enum-compare warnings This should fix the build for those using versions of GCC more recent than the test server's.

...


branch: release 「№2」
Commited by: Andrew Watkins
GitHub commit link: 「12ed9eee140268fe」
Difference from previous tested commit:  code diff
Commit date: 2014-02-26 21:41:56

RosettaScripts now can use NcbbDockDesignProtocol, OopDockDesignProtocol, and OopCreatorMover as RosettaScripts movers. Now, users can proceed from (e.g.) a pose of hotspot residues to an OOP containing those hotspot residues, whatever relaxation or sampling protocols they desire, followed by a dock-design protocol, all from the comfort of a single RosettaScript.

...


branch: release 「№1」
Commited by: Kale Kundert
GitHub commit link: 「7d3d5150327e449c」
Difference from previous tested commit:
Commit date: 2014-02-26 16:00:42

Add a 'quiet' argument to Conformation::set_torsion_angle(). If you tell Conformation::set_torsion_angle() to set an angle which can't be set (e.g. because it crosses a cutpoint in the fold tree), the angle won't be set (of course) and three separate error messages get written to the terminal. In contrast, Conformation::set_bond_angle() and Conformation::set_bond_length() will silently do nothing. The behavior of Conformation::set_torsion_angle() is usually helpful, because you would expect the torsion to be set and the warnings may reveal a bigger bug. However, in some cases it's only necessary to set whatever torsions can be set. Then the warnings should be turned off, both because IO can be extremely slow and because superfluous warnings scare users. This commit adds a quiet argument to Conformation::set_torsion_angles(), to make it possible to silence this output. Since the argument is false by default, existing behavior should be completely unchanged. No integration changes expected.

...


< 1 .. 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