lp:~michihenning/unity-api/what-fix

Created by Michi Henning and last modified
Get this branch:
bzr branch lp:~michihenning/unity-api/what-fix
Only Michi Henning can upload to this branch. If you are Michi Henning please log in for upload directions.

Branch merges

Related bugs

Related blueprints

Branch information

Owner:
Michi Henning
Project:
Unity API
Status:
Merged

Recent revisions

119. By Michi Henning

Fixed email address in changelog.

118. By Michi Henning

Another attempt at getting Jenkins to accept the changelog.

117. By Michi Henning

Merged trunk and resolved conflict.

116. By Michi Henning

Shortened changelog message.

115. By Michi Henning

Updated changelog.

114. By Michi Henning

Changed unity::Exception to return the same string as to_string(). This means that it is no longer necessary
to treat unity::Exception differently from std::exception for structured exception handling: catching std::exception
will catch unity::Exception as well, and call what() produces the correct result. The pointer returned from what()
remains valid until the next call to what(), or until the exception is destroyed.

Added deep-copy semantics for exceptions.

Removed pimpling of unity::Exception, so there is no longer a class called ExceptionImplBase. Pimpling with
inheritance and deep-copy just gets too messy and confusing.

113. By PS Jenkins bot

Releasing 7.80.4+14.04.20131126.2-0ubuntu1 (revision 112 from lp:unity-api).

Approved by PS Jenkins bot.

112. By Michal Hruby

Added pkg-config variable for shell plugin directory.

Approved by MichaƂ Sawicz, PS Jenkins bot.

111. By Albert Astals Cid

Avoid cmake warnings

    CMake Warning (dev) in CMakeLists.txt:
      Syntax Warning in cmake code at

        /home/tsdgeos_work/phablet/unity-api/unity-api/CMakeLists.txt:53:88

      Argument not separated from preceding token by whitespace.
    This warning is for project developers. Use -Wno-dev to suppress it.

    CMake Warning (dev) in CMakeLists.txt:
      Syntax Warning in cmake code at

        /home/tsdgeos_work/phablet/unity-api/unity-api/CMakeLists.txt:53:107

      Argument not separated from preceding token by whitespace.
    This warning is for project developers. Use -Wno-dev to suppress it.
.

Approved by PS Jenkins bot.

110. By Michi Henning

Removed obsolete doxygen config variable that caused a warning during the build.

Approved by Jussi Pakkanen, PS Jenkins bot.

Branch metadata

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

Subscribers