branch: master 「№56900」
Commited by: davidekim
GitHub commit link: 「6037a56f022d9bc0」
Difference from previous tested commit:  code diff
Commit date: 2014-06-03 17:28:33

Modifications to support android_arm 9 platform. There are some manual steps for a successful build: 1. You must install the android ndk and run android-ndk-install-dir/build/tools/make-standalone-toolchain.sh to create the 'androidarm-tc' toolchain directory. 2. You must set environment variables NDKROOT, TOOLCHAIN, SYSROOT 3. The final link command must be manually run to dynamically link -lz. I couldn't figure out a way for scons to run the correct link command.

...


branch: master 「№56899」
Commited by: Tom Linsky
GitHub commit link: 「73934256782aabe6」
Difference from previous tested commit:  code diff
Commit date: 2014-06-02 19:17:30

Improved parsing of motif in connectjumps

...


branch: master 「№56898」
Commited by: jwillis0720VVC1
GitHub commit link: 「f3fa76a8732c9dca」
Difference from previous tested commit:  code diff
Commit date: 2014-06-01 19:46:17

commenting out new residue types to test relative performance changes

...


branch: master 「№56897」
Commited by: Sergey Lyskov
GitHub commit link: 「792acf483dd5cd3d」
Difference from previous tested commit:  code diff
Commit date: 2014-06-01 01:05:50

Adding ResidueType::has(const char *name) as workaround for what seems to be MSVC bug (thanks to Luki for suggesting it!)

...


branch: master 「№56896」
Commited by: Jordan Willis
GitHub commit link: 「3bedf81726c9aa1a」
Difference from previous tested commit:  code diff
Commit date: 2014-05-31 21:12:40

Merge branch 'master' of https://github.com/RosettaCommons/main

...


branch: master 「№56895」
Commited by: sarel
GitHub commit link: 「582b3b9373b26c9f」
Difference from previous tested commit:  code diff
Commit date: 2014-05-31 06:27:08

Adding option extreme_value_removal to DdgFilter. If set to true and repeats>=3 then in computing the average of several repeats the filter will remove the values at the bottom and top. For instance, if repeats=5, 5 evaluations will take place but only the 3 values at the middle will be used to compute the average. This should reduce the sometimes quite significant extreme values observed when 1000s of ddG evaluations are made in a single trajectory. Log change expected in ddG using integration tests. See wiki for details.

...


branch: master 「№56894」
Commited by: Frank DiMaio
GitHub commit link: 「a5ddeaba5d751ab2」
Difference from previous tested commit:  code diff
Commit date: 2014-05-30 17:23:23

A few fixes for symmetric docking RigidBodyTrans mover no longer resets all dimensions if one dimension slides out of the boundary. SwitchResidueTypeSetMover is quieter with symmetric poses.

...


branch: master 「№56893」
Commited by: BOINC Maintainer
GitHub commit link: 「9f295974d21f5603」
Difference from previous tested commit:  code diff
Commit date: 2014-05-30 14:21:54

Fixing Windows build project files make script.

...


branch: master 「№56892」
Commited by: Zhe Zhang
GitHub commit link: 「cc89ba4f88e9d69d」
Difference from previous tested commit:  code diff
Commit date: 2014-05-30 09:23:03

add temperature level based interpolated sampling weights for 2d Hamiltonian Exchange fixed a bug for docking metric Fnonnat calculation in /protocols/docking/metrics.cc'

...


branch: master 「№56891」
Commited by: Sergey Lyskov
GitHub commit link: 「6efc58f8abb54611」
Difference from previous tested commit:  code diff
Commit date: 2014-05-29 18:05:40

Fixing PyRosetta monolith build

...


branch: master 「№56890」
Commited by: davidekim
GitHub commit link: 「6362a4d45c1a3a96」
Difference from previous tested commit:  code diff
Commit date: 2014-05-29 14:47:00

merged with master

...


branch: master 「№56889」
Commited by: Justin Porter
GitHub commit link: 「2343f77c8c7cd8eb」
Difference from previous tested commit:  code diff
Commit date: 2014-05-29 12:48:39

Modified std::cout and std::cerr calls to use the Tracer object. Expect trivial integration log changes.

...


branch: master 「№56888」
Commited by: Sergey Lyskov
GitHub commit link: 「fdc7a3c75f6c265d」
Difference from previous tested commit:  code diff
Commit date: 2014-05-29 00:38:02

Fixing PyRosetta build

...


branch: master 「№56887」
Commited by: Frank DiMaio
GitHub commit link: 「6044ec251a0d7406」
Difference from previous tested commit:  code diff
Commit date: 2014-05-28 22:28:48

fix debug build

...


branch: master 「№56886」
Commited by: Zibo Chen
GitHub commit link: 「94d700a958ba8d44」
Difference from previous tested commit:  code diff
Commit date: 2014-05-28 20:06:33

prints out the size of search space

...


branch: master 「№56885」
Commited by: Luki Goldschmidt
GitHub commit link: 「cf26c79d8c24ac2e」
Difference from previous tested commit:  code diff
Commit date: 2014-05-28 18:17:36

Adding option to output the score file in JSON format (concatenation of valid JSON objects), and a python utility script to parse and extract data from such score files. To output score files in the JSON format, use the option -out:file:scorefile_format json. The utility script scorefile.py in main/source/tools can convert the JSON score file to the legacy format or CSV, extract selected fields, and compute some quick stats. Further, scorefile.py can be imported into your python scripts and provides the ScoreFile class for easy access to score data. Unit Tests: All Pass Integration Tests: Cosmetic changes to score term order and naming in scorefiles; output is now consistent for silent and PDB files. Affected tests: assemble_domains_jd2 fold_and_dock membrane_relax score_only_silence score_jd2 ThreadingInputter

...


< 1 .. 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 .. 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