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

libmusicbrainz Visual Studio support #3

Open
wants to merge 9 commits into
base: master
Choose a base branch
from

Commits on Jul 22, 2012

  1. Increasing portability by providing a version of MusicBrainz5::CQuery…

    …::WaitRequest() which works in Visual Studio.
    Seltzer committed Jul 22, 2012
    Configuration menu
    Copy the full SHA
    7add92a View commit details
    Browse the repository at this point in the history
  2. * Resolving Visual Studio compilation errors by replacing the forward…

    … declaration of the following types with includes:
    
      - CMedium in MediumList.h
      - CRelation in RelationList.h
      - CSecondaryType in SecondaryTypeList.h
      - CISWC in ISWCList.h
    * Adding MB_API __declspec macro to defines.h to ensure that musicbrainz5 will export a lib file in VS
    * Annotating the following with MB_API:
      - Class declarations which need to be exported
      - MusicBrainz5::operator << defined in Entity.h
    * Conditionally excluding the <strings.h> import in mbtest.cc in VS environments
    Seltzer committed Jul 22, 2012
    Configuration menu
    Copy the full SHA
    973b9b6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    787c064 View commit details
    Browse the repository at this point in the history

Commits on Aug 8, 2012

  1. Tweaking src/CmakeLists.txt so that it defines _DLL_EXPORTS AND _USE_…

    …XMLPARSER_DLL for the musicbrainz5 project when using MSVC generators
    Seltzer committed Aug 8, 2012
    Configuration menu
    Copy the full SHA
    477325f View commit details
    Browse the repository at this point in the history
  2. MB_API now has no effect when compiling using GCC. It should stay tha…

    …t way until it's tested.
    Seltzer committed Aug 8, 2012
    Configuration menu
    Copy the full SHA
    3604ecc View commit details
    Browse the repository at this point in the history

Commits on Aug 9, 2012

  1. * Centralising minimum query threshold value in Query.cc

    * Documenting procedure for libmusicbrainz5 VS solution generation
    Seltzer committed Aug 9, 2012
    Configuration menu
    Copy the full SHA
    d923882 View commit details
    Browse the repository at this point in the history

Commits on Aug 11, 2012

  1. Configuration menu
    Copy the full SHA
    8d6b408 View commit details
    Browse the repository at this point in the history
  2. * Tidying README.md

    * Moving MinTimeBetweenRequestsInSeconds
    Seltzer committed Aug 11, 2012
    Configuration menu
    Copy the full SHA
    ac0667f View commit details
    Browse the repository at this point in the history
  3. Update README.md

    Seltzer committed Aug 11, 2012
    Configuration menu
    Copy the full SHA
    d9042b7 View commit details
    Browse the repository at this point in the history