lp://staging/spammpack

Created by Nicolas Bock and last modified
Get this branch:
bzr branch lp://staging/spammpack

Related bugs

Related blueprints

Branch information

Owner:
Nicolas Bock
Project:
spammpack
Status:
Development

Import details

Import Status: Suspended

This branch is an import of the HEAD branch of the Git repository at https://github.com/FreeON/spammpack.git.

Last successful import was .

Import started on juju-98ee42-prod-launchpad-codeimport-5 and finished taking 40 seconds — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-4 and finished taking 50 seconds — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-4 and finished taking 30 seconds — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-4 and finished taking 40 seconds — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-3 and finished taking 40 seconds — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-2 and finished taking 50 seconds — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-1 and finished taking 40 seconds — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-0 and finished taking 40 seconds — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-0 and finished taking 40 seconds — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-0 and finished taking 40 seconds — see the log

Recent revisions

532. By Nicolas Bock <email address hidden>

Merge remote-tracking branch 'origin/spamm_sandwich'

531. By Nicolas Bock <email address hidden>

Generified 1d tree construction.

Refactored the two constructors for left and right children into one
procedure. The new procedure takes an additional argument indicating whether
it should return the left (0) or the right (1) child. The code would be even
shorter if we had arrays of pointers, but unfortunately Fortran is not so
inclined at this point.

530. By Nicolas Bock <email address hidden>

Fix allocation bug, this time correctly.

When the matrix dimension is smaller than the SPAMM_CHUNK_SIZE, the tree
consists of only one node. The top_tree_2d function did not allocate the
matrix block in this case. The allocation problem was therefore not associated
with the conversion function, but rather with the allocation functions.

529. By Nicolas Bock <email address hidden>

Fix compiler flags.

In case the user passes flags to cmake with -DCMAKE_Fortran_FLAGS, they should
be used instead of some build type defaults.

528. By Nicolas Bock <email address hidden>

Cleanup of travis.yml.

We don't need to set the compiler or the language in travis.yml. We call the
build script directly.

527. By Nicolas Bock <email address hidden>

Another travis.yml update.

526. By Nicolas Bock <email address hidden>

Remove doc as default target.

525. By Nicolas Bock <email address hidden>

Updated travis.yml

524. By Nicolas Bock <email address hidden>

Fix in Travis build script.

523. By Nicolas Bock <email address hidden>

Travis script update.

Branch metadata

Branch format:
Branch format 7
Repository format:
Bazaar repository format 2a (needs bzr 1.16 or later)
This branch contains Public information 
Everyone can see this information.

Subscribers