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

Fixed linking issue under win32 #4

Open
wants to merge 33 commits into
base: develop
Choose a base branch
from

Conversation

prograholic
Copy link

Fixed auto-linking issue under win32:

Boost uses autolinking mechanism (if compiler supports this feature). Also boost sets special prefixes and suffixes for libraries (for example: libbost_filesystem-vc90-mt-gd_1_53.lib).This issue occurs only with compiler which support auto-link (e.g. msvc). Also i checked that gcc toolchain still works.

This request adds support for boost library naming, it must be used with other pull requests (see https://bitbucket.org/ryppl)

prograholic and others added 30 commits January 7, 2013 19:32
Added support for transformation quickbook file to boostbook xml
Added functions with predefined conversions:
  boostbook   -> docbook
  docbook     -> html
  doxygen xml -> boostbook
Also added depends parameter for proper dependency tracking
Now one can adds all necessary dependencies for project
and if all requirements are met, than mark project as valid,
otherwise project marked as invalid, and all dependend projects became
invalid too. For example if you does not have installed MPI
than configuration script disables building of boost_mpi, graph_parallel.
Also removed debugging output and fixed generation of *Config.cmake scripts (also added QUIET parameter)
…evelop

Conflicts:
	cmake/Modules/FindXSLTPROC.cmake
dabrahams and others added 3 commits March 30, 2013 15:34
Github repos moved from the boost-lib organization to the boostorg organization.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants