lp:spud

Created by Patrick Farrell and last modified
Get this branch:
bzr branch lp:spud
Members of Spud developers can upload to this branch. Log in for directions.

Branch merges

Related bugs

Related blueprints

Branch information

Owner:
Spud developers
Project:
Spud
Status:
Development

Recent revisions

539. By Cian Wilson

This merge implements a fix for exception handling in set_option through the python interface - specifically handling SpudNewKeyWarnings.

Previously it would raise an exception but not return the right state (NULL) for it to be caught. Now SpudNewKeyWarning can be caught in python.

Additionally it was not possible to set a new option with type double through python. This appears to be because the PyArg_Parse function is broken (and its use discouraged in the documentation). Switching this to PyFloat_AS_DOUBLE, which works.

Modifying the python tests to reflect these changes.

Also tidying up messages associated with python exceptions.

538. By Tim Greaves

Updating the Debian build system to dh-python from python-central, including a
bump to compat version and adding in clean-up rules to distclean to deal with
files and directories generated by debuild.

This is intended to fix bug #1544631

537. By Cian Wilson

Changes to allow spud to compile using clang/llvm on mac osx 10.10.

Options now store their children as pointers. This gets around undefined behaviour for incomplete types with std library
implementations.

Additionally removing a seg faulting bug where it was assumed that children.end() would point at the last entry after another entry
had been pushed back onto children.

536. By Tim Greaves

On CentOS when building with DESTDIR set, 'make install-dxdiff' fails when
pyversions isn't found - this is a Debian-specific python tool. It appears that
a BUILDING_DEBIAN has been mistakenly replaced with a DESTDIR in Makefile.in to
cause this behaviour.

535. By Cian Wilson

Merging in changes from lp:~spud/spud/update_options. This adds a script for the updating of options files based on the original version just for tests in fluidity but made schema ambivalent.

533. By Patrick Farrell

Merge Adam's logofile fix (although we should always find the damn logo).

532. By Patrick Farrell

Add python-rsvg as a dependency.

531. By Jon Hill

Minor tweak to get Diamond working on MacOSX and bash script to create a MacOSX application

530. By Patrick Farrell

A fix for lp:1028621, hopefully.

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.