branch: master 「№56440」
Commited by: Frank DiMaio
GitHub commit link: 「a7f1cef23b6bdaa5」
Difference from previous tested commit:  code diff
Commit date: 2014-03-04 19:09:55

Miscellaneous updates and bugfixes for density/xray/symmetry code. Make quiet option for symmdef file generation quieter. Missed some Py_DECREF calls in phenix interface code. Removing numeric deriv checks in model-map error code.

...


branch: master 「№56439」
Commited by: Doo Nam Kim
GitHub commit link: 「ee2350a6c3ca3a72」
Difference from previous tested commit:  code diff
Commit date: 2014-03-04 15:55:25

[minor update of SandwichFeatures] - write resfile automatically (NOTAACFHWY for loop residues and surface heading strand residues) - default value of CB_b_factor_cutoff_for_electrostatic_interactions = 10,000 instead of 60 which is mentioned in http://spdbv.vital-it.ch/TheMolecularLevel/SPVTut/text/STut09aTN.html in order to count all possible electrostatic interactions [integration tests comment] - should not change other than features and features_database_schema (if any)

...


branch: master 「№56438」
Commited by: Yifan Song
GitHub commit link: 「cc4ef76ea6eeb803」
Difference from previous tested commit:  code diff
Commit date: 2014-03-04 15:49:31

Add per-residue controls to hybridize protocol

...


branch: master 「№56437」
Commited by: Frank DiMaio
GitHub commit link: 「60732cd8fbc280da」
Difference from previous tested commit:  code diff
Commit date: 2014-03-04 14:49:54

Temporary #ifdef to fig bug with Rosetta crystal refinement. This will be removed once boost has been updated.

...


branch: master 「№56436」
Commited by: Labonte
GitHub commit link: 「268259da9bf2b61c」
Difference from previous tested commit:  code diff
Commit date: 2014-03-04 13:35:15

Carbohydrates: adding missing file for Lewisx to i. test system

...


branch: master 「№56435」
Commited by: Rocco Moretti
GitHub commit link: 「7eb46d2bf1dfad44」
Difference from previous tested commit:  code diff
Commit date: 2014-03-04 13:09:13

Fix -jd2:ntrials behavior According to all the documentation, the -ntrials value should be reset for each nstruct. That is, if you FAIL_RETRY on every attempt, a setting of -nstruct 6 -jd2:ntrials 5 should run through 30 attempts for each input structure. Previously, the ntrials was shared between all nstructs for all input structures, so a -nstruct 6 -jd2:ntrials 5 with a constant FAIL_RETRY would do just 10 attempts, 5 for *_0001, and 1 each for *_0002 through *_0006. This commit changes it to the intended behavior.

...


branch: master 「№56434」
Commited by: Sergey Lyskov
GitHub commit link: 「2c57060cc3687e60」
Difference from previous tested commit:  code diff
Commit date: 2014-03-03 15:55:47

Updating unit tests script so it add used command-line's in to the logs

...


branch: master 「№56433」
Commited by: Rocco Moretti
GitHub commit link: 「67f5631257772b50」
Difference from previous tested commit:  code diff
Commit date: 2014-03-03 14:24:58

Attempt to fix performance build. The performance build uses gcc 4.1, which isn't all that C++11 aware. This means things like std::map.at(), which work fine for recent gccs, don't work on the performance build.

...


branch: master 「№56432」
Commited by: Frank DiMaio
GitHub commit link: 「311dc9b2f7f5a47a」
Difference from previous tested commit:  code diff
Commit date: 2014-03-02 19:43:11

Adding a new pilot app (symmetric grafting)

...


branch: master 「№56431」
Commited by: Sergey Lyskov
GitHub commit link: 「bad40942cdb5323c」
Difference from previous tested commit:  code diff
Commit date: 2014-03-01 23:59:18

Reducing timeout value for integration.debug tests to 17 minutes

...


branch: master 「№56430」
Commited by: Rocco Moretti
GitHub commit link: 「5d87f7e55220c811」
Difference from previous tested commit:  code diff
Commit date: 2014-03-01 17:05:05

Fix some remaining warnings under gcc 4.8 On my machine with gcc 4.8 only 5 warnings remain, regarding either RNA enums or aa_mpr, all of which I believe are being addressed by others. Also, tweaks to the cmake warnings-as-errors setup, again to better match scons builds.

...


branch: master 「№56429」
Commited by: Rocco Moretti
GitHub commit link: 「a1c8206afb583358」
Difference from previous tested commit:  code diff
Commit date: 2014-03-01 14:52:31

Fix unused-local-typedefs warnings GCC 4.8 added a class of warnings for in-function typedefs which are defined but never used. This commit clears them up, cleaning up compile output for those of us using GCC 4.8.

...


branch: master 「№56428」
Commited by: Rocco Moretti
GitHub commit link: 「ced86ea80abbf2f8」
Difference from previous tested commit:  code diff
Commit date: 2014-03-01 13:16:09

Fix debug mode scaffold_matcher integration test. Protocol was attempting to add backbone stub constraints across polymeric bonds which weren't polymeric. Add checks which will keep this from happening. scaffold_matcher integration test changes expected, as it was previously using uninitilized memory for backbone stubs.

...


branch: master 「№56427」
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: master 「№56426」
Commited by: Rocco Moretti
GitHub commit link: 「e5c5b58f2fe7de34」
Difference from previous tested commit:  code diff
Commit date: 2014-02-28 20:08:43

Try to fix performance build by removing std::map.at()

...


branch: master 「№56425」
Commited by: Rocco Moretti
GitHub commit link: 「cdc233b8e14059ad」
Difference from previous tested commit:  code diff
Commit date: 2014-02-28 19:55:20

Attempt to fix header only build.

...


< 1 .. 344 345 346 347 348 349 350 351 352 353 >

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