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.

...


branch: master 「№56424」
Commited by: Andrew Watkins
GitHub commit link: 「841087a5301f2fa3」
Difference from previous tested commit:  code diff
Commit date: 2014-02-28 19:34:13

Merging master into my local branch (which itself is an attempted fix of library levels)

...


branch: master 「№56423」
Commited by: Rocco Moretti
GitHub commit link: 「3d7dea62f14f29e9」
Difference from previous tested commit:  code diff
Commit date: 2014-02-28 19:03:48

Cherrypick Frank's changes to RotamerTrials unit test This should fix the mac.clang.unit test results on the server.

...


branch: master 「№56422」
Commited by: Labonte
GitHub commit link: 「693ec8e7093eab09」
Difference from previous tested commit:  code diff
Commit date: 2014-02-28 16:05:09

Warnings Removal: attempt to fix static build

...


branch: master 「№56421」
Commited by: Rocco Moretti
GitHub commit link: 「ca1a2eed16343ec6」
Difference from previous tested commit:  code diff
Commit date: 2014-02-28 16:12:22

Fix library levels and debug app_exception_handling tests. Remove unneeded header in protocols/ncbb/oop/OopCreatorMover.hh to fix library levels. Change application specific -sasa flag to -sasatest to avoid conflicting with the Rosetta-wide -sasa option group. This fixes the debug-mode app_exception_handling test.

...


< 1 .. 345 346 347 348 349 350 351 352 353 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