lp:~mhr3/unity-api/full-version-in-pc

Created by Michal Hruby and last modified
Get this branch:
bzr branch lp:~mhr3/unity-api/full-version-in-pc
Only Michal Hruby can upload to this branch. If you are Michal Hruby please log in for upload directions.

Branch merges

Related bugs

Related blueprints

Branch information

Owner:
Michal Hruby
Project:
Unity API
Status:
Merged

Recent revisions

117. By Michal Hruby

Remove extra whitespace

116. By Michal Hruby

Expose full version including micro version number in pc file

115. 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.

Approved by James Henstridge, PS Jenkins bot.

114. By Jussi Pakkanen

Made noncopyable a macro.

Approved by PS Jenkins bot.

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.

109. By Michi Henning

Fix warning from clang when building libgtest about unused field.

Approved by PS Jenkins bot.

108. By Michi Henning

Don't set -fno-permissive when compiling with clang because clang produces an "ignored" warning for this flag.

Set -DGTEST_USE_OWN_TR1_TUPLE=1 to make tests compile with clang.

Approved by 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