V1.14.3 quickerfix merge - #1
Closed
darrenlafreniere wants to merge 156 commits into
Closed
darrenlafreniere wants to merge 156 commits into
darrenlafreniere wants to merge 156 commits into
Conversation
…ndBufferSize/ReceiveBufferSize options for Acceptors only in [DEFAULT] section
…L pointer specified for application data dictionary parameter. Small cleanup
Fix broken vcproj files for VS2005 and VS2008
…ed some asserts to assert_equals
This is in line with what the mysql m4 script does, and prevents the unit tests from failing if the libs are present but pg is not running. Also, in configure.ac, correct POSTGRESQL_LIBS -> POSTGRESQL_LDFLAGS.
Don't use postgres unless --with-postgresql.
scripts for jenkins
Fix up compiler warnings.
…script Bootstrap and configure before generating
Speeds up codegen.
…script Ubuntu jenkins script installs jruby.
QuickFIX/n is now the official .NET version Only support versions of visual studio that can be used with Visual Studio Express Added destroy method to SessionFactory. Guarantees session is destroyed in the same heap that created it.
Conflicts: src/C++/SessionFactory.cpp
Update Utility.cpp
…eans, not integers
avoid errors when parallel building.
FIX::Util::Sys::TickCount. TickCount provides better portability.
Owner
|
Hi Darren. Thank you for taking time to organize an update however there are a couple of things that don't quite match. I made a commit to fix VS builds last week which appears to clash with some of your changes, which I will have to drop. |
akorobka
added a commit
that referenced
this pull request
Apr 8, 2016
akorobka
added a commit
that referenced
this pull request
Apr 8, 2016
…ix-merge Merge pull request #1 from darrenlafreniere/v1.14.3-quickerfix-merge
akorobka
pushed a commit
that referenced
this pull request
May 22, 2018
akorobka
added a commit
that referenced
this pull request
May 22, 2018
[issue #1] patch for mac ox sierra 10.12.6
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Hi Alexander, I found your quickerfix fork on quant.stackexchange, and did some work merging it into quickfix 1.14.3. I was wondering if you'd be interested in pulling my changes into your repo?