-
Notifications
You must be signed in to change notification settings - Fork 1
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
[Buried headers] Change for the CMake-related files #5
base: master
Are you sure you want to change the base?
Conversation
…-directory of the master repository.
…tem of the sources.
…support of CMake framework.
That pull request has been replaced by two other pull requests allowing to insulate specifically the changes respectively related to the source code and to the CMake-related framework.
Note, though, that the pull requests are made against the master branch. Therefore, all the changes related to the directory structure change appear, but are not relevant here. I you want to see only the changes on the source code and/or the CMake-related framework, you can do the following on your local clone: cd socigit To see the differences pertaining to the source codegit checkout src To see the differences pertaining to the CMake-related frameworkgit checkout src_build git checkout master git stat If there are some issuesgit reset HEAD * |
…CMake-related files.
…CMake-related files.
…CMake-related files.
…om the trunk/master.
…akeLists.txt from the trunk/master.
Backend is not set properly with connection pool
* Ensure connection is established and backend set for session (thanks to @kzeslaf for reporting this) * Add test_pull5 to ensure no crash occurs (see Krzysztof's example in pull #5 comments) * Add test0 testing connection ensured * Add test31 with basic use of connection_pool (no multiple threads, sequential use only)
Insulated the changes, derived from burying the headers, around CMake-related files only.