Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Build fixes #7

Merged
merged 6 commits into from
Sep 1, 2012
Merged

Build fixes #7

merged 6 commits into from
Sep 1, 2012

Commits on Aug 27, 2012

  1. Fix libQtCore link failure because of missing libz

    libQtCore often, but not always includes the required functionality from
    libz. This is needed for example on openSUSE 12.1 and 12.2.
    Ivar Ursin Nikolaisen committed Aug 27, 2012
    Configuration menu
    Copy the full SHA
    b0c60f0 View commit details
    Browse the repository at this point in the history
  2. Add link to librt in VisualizationModules/LibCore

    This is needed at least on openSUSE 12.1 and 12.2.
    Ivar Ursin Nikolaisen committed Aug 27, 2012
    Configuration menu
    Copy the full SHA
    543dce2 View commit details
    Browse the repository at this point in the history
  3. Add libpthread link to unit tests that require it.

    Ivar Ursin Nikolaisen committed Aug 27, 2012
    Configuration menu
    Copy the full SHA
    85c96b5 View commit details
    Browse the repository at this point in the history
  4. Add libz to unit test that requires it.

    Ivar Ursin Nikolaisen committed Aug 27, 2012
    Configuration menu
    Copy the full SHA
    bfb2a75 View commit details
    Browse the repository at this point in the history
  5. Add libpthread link to ReservoirDataModel_UnitTests

    Ivar Ursin Nikolaisen committed Aug 27, 2012
    Configuration menu
    Copy the full SHA
    047ca6d View commit details
    Browse the repository at this point in the history

Commits on Aug 31, 2012

  1. Replace tabs with spaces in conformance with style

    Ivar Ursin Nikolaisen committed Aug 31, 2012
    Configuration menu
    Copy the full SHA
    94d00b4 View commit details
    Browse the repository at this point in the history