branch: master 「№57428」
Commited by: Justin Porter
GitHub commit link: 「6f71fe8784f67f40」 「№178」
Difference from previous tested commit:  code diff
Commit date: 2014-11-13 21:15:32

Merge pull request #178 from RosettaCommons/justinrporter/env_release Fix Environment/Broker 2.0 unit tests and turn them back on.

...


branch: master 「№57427」
Commited by: Vikram K. Mulligan
GitHub commit link: 「c7a6a2be9b4611dd」 「№176」
Difference from previous tested commit:  code diff
Commit date: 2014-11-13 18:36:49

Merge pull request #176 from RosettaCommons/vmullig/betahelix Vmullig/betahelix This merge adds support for non-ideal mainchain bond angles and bond lengths to the MakeBundle mover. Small deviations from ideal mainchain bond angles/lengths permit more perfect long helices of helices. The mover is now fully documented on the Gollum wiki. In addition, this merge does the following: - Changes "delta_omega1_all" option to "delta_omega1" in the RosettaScripts syntax for the MakeBundle mover. - Adds an integration test for MakeBundle with nonideal bond angles/lengths. - Updates the C-terminus patch for beta-3-amino acids. Expected integration test changes: - helical_bundle test should change (though output should not) since "delta_omega1_all" is now "delta_omega1". - new helical_bundle_nonideal integration test (since it's new).

...


branch: master 「№57426」
Commited by: Will Sheffler
GitHub commit link: 「144c0a52fb7c71fe」 「№83」
Difference from previous tested commit:  code diff
Commit date: 2014-11-13 17:40:35

Merge pull request #83 from RosettaCommons/sheffler/place_motifs Adds beta version of residue pair motif search and scoring mechanism. Not yet recommended for general use, but some protocols people want to have in master to rely on it, so I guess it's going in. Please feel free to contact willsheffler@gmail.com if you are interested in using this code.

...


branch: master 「№57425」
Commited by: Gabriel Rocklin
GitHub commit link: 「5488c37fd29aecdd」 「№172」
Difference from previous tested commit:  code diff
Commit date: 2014-11-13 16:09:48

Merge pull request #172 from RosettaCommons/grocklin/gabe_devel added new options to remodel for building disulfides based on score rather than match_rt

...


branch: master 「№57424」
Commited by: Rhiju Das
GitHub commit link: 「bbbaac8ae8de5b15」 「№170」
Difference from previous tested commit:  code diff
Commit date: 2014-11-13 15:44:48

Merge pull request #170 from RosettaCommons/daslab All changes related to constraint_set use, mainly to get them working for stepwise applications. All changes are 'cosmetic', as noted in comments to pull request, with removal of warning "core.scoring.ConstraintSet: ERROR: HUH?!? weird stuff is going on. ConstraintSet is hearing disconnection voices that it shouldn't" Also changed back option constraints::exit_on_bad_read to true rather than false -- this would have caught several of my jobs that were silently reading through constraints in the wrong format. In cases where a pose is deleted or copied, and the constraint set then is checked -- there's actually a flag conformation_pt_.expired() that says the constraint set is out of date -- now check that before printing warning. See notes on pull request for changes to a few tests that do not run or appear unusually sensitive to small changes.

...


branch: master 「№57423」
Commited by: Rocco Moretti
GitHub commit link: 「3b502892cf433423」 「№171」
Difference from previous tested commit:  code diff
Commit date: 2014-11-13 11:38:45

Merge pull request #171 from RosettaCommons/roccomoretti/runtime_assert Fixes for runtime_assert w/r/t pointers Our runtime_assert macro was having problems with asserting on OPs with C++11. This looks to be due to an implicit conversion of the OP to a bool. While explicit conversions to bools work, implicit conversions give an error under C++11 and certain compilers. The implicit conversion wasn't really needed. I re-wrote the macros to skip an unneeded intermediary function call, and also the implicit conversion. Coincidentally, this also avoids a double evaluation of the parameter to the macro, which means that Rosetta should crash just a little bit faster.

...


branch: master 「№57422」
Commited by: bazzoli
GitHub commit link: 「4caa0fd053028a13」
Difference from previous tested commit:  code diff
Commit date: 2014-11-12 16:51:07

Pull of updated master after merge of pull request 166 into old master. Pull request 166 just corrected a couple of lines that were causing our compiler at KU to issue a warning (see the pull request for details).

...


branch: master 「№57421」
Commited by: Brian D. Weitzner
GitHub commit link: 「2048e4c598cc0116」
Difference from previous tested commit:  code diff
Commit date: 2014-11-12 15:57:42

Changing a warning in the Xcode template that only affects executables. Now they should all build.

...


branch: master 「№57420」
Commited by: Brian D. Weitzner
GitHub commit link: 「292e26baac635f12」
Difference from previous tested commit:  code diff
Commit date: 2014-11-12 15:14:45

Updating Xcode project template to support C++11 and to include the preprocessor directives we have defined for Rosetta. Additionally, this revision updates the flags that are used when building with Xcode to more closely match the flags used when building with SCons. This means that you will see the same set of warnings when using SCons or Xcode. No more '999+ Warnings! To use the new template, go to Rosetta/main/source/Xcode and delete Rosetta.xcodeproj/project.pbxproj. Then run the project generation script (python make_project.py all) and you will be set!

...


branch: master 「№57419」
Commited by: Sergey Lyskov
GitHub commit link: 「b152f21b48db6522」 「№173」
Difference from previous tested commit:  code diff
Commit date: 2014-11-12 14:23:10

Merge pull request #173 from RosettaCommons/benchmark Updating release.PyRosetta.namespace build. Plus various small PyRosetta fixes.

...


branch: master 「№57418」
Commited by: Justin Porter
GitHub commit link: 「9615d80d8e5f9ad0」 「№148」
Difference from previous tested commit:  code diff
Commit date: 2014-11-12 09:28:30

Merge pull request #148 from RosettaCommons/justinrporter/env_release Incorporating numerous bug fixes and additonal unit testing to the Environment farmework. No unit test changes expected, no integration test changes expected.

...


branch: master 「№57417」
Commited by: Javier Castellanos
GitHub commit link: 「17aca86535db9f41」
Difference from previous tested commit:  code diff
Commit date: 2014-11-12 02:27:11

Fixed pose serialization in pyrosetta. Replaced ProteinBinarySilentStruct for BinarySilentStruct in pose serialization.

...


branch: master 「№57416」
Commited by: Rocco Moretti
GitHub commit link: 「7ac29fb7b42d8278」
Difference from previous tested commit:  code diff
Commit date: 2014-11-11 18:16:12

Update CMake unit test build for new CMake build scheme. Also, fix a missing std::endl I saw.

...


branch: master 「№57415」
Commited by: P. Douglas Renfrew
GitHub commit link: 「dfaee12d1a460bff」 「№168」
Difference from previous tested commit:  code diff
Commit date: 2014-11-11 13:24:58

Merge pull request #168 from RosettaCommons/dougrenfrew/fixing_cxx11_mpi_build Dougrenfrew/fixing cxx11 mpi build

...


branch: master 「№57414」
Commited by: Brian Weitzner
GitHub commit link: 「4ae1ad80ebfb028a」 「№169」
Difference from previous tested commit:  code diff
Commit date: 2014-11-11 09:33:45

Merge pull request #169 from RosettaCommons/weitzner/mac-default-build Weitzner/mac default build All Mac+Clang builds use C++11 by explicitly adding the preprocessor directives instead of adding extras=cxx11. This should simplify using other extras, e.g. mpi.

...


branch: master 「№57413」
Commited by: Rhiju Das
GitHub commit link: 「6788978c198a6d02」 「№159」
Difference from previous tested commit:  code diff
Commit date: 2014-11-10 14:49:26

Merge pull request #159 from RosettaCommons/daslab Daslab -- score function updates All test changes are cosmetic (due to changes in EnergyMethodOptions output or ScoreType order) except: cs_rosetta_rna fix to intra_RNA terms ddG_ensemble, ddG_of_mutation, enzdes ligand_*, sdf_reader, UBQ_E2_thioester floating point deviations (note that ligand integration tests that use the PDB 7cpa change the last digit of some hydrogen) rosetta_scripts_hbond_options -- is this being maintained? test was broken previously all swa_rna tests The changes here are due to an update of rna_bulge to be computed over non-instantiated residues, and turning off of 2'-OH virtualization. vip @bborgo, @havranek there was a mistake in how ref weights was being set by ScoreFunction before -- now fixed, but this changes the integration test...

...


< 1 .. 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 .. 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