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.
…jenkins_script Bootstrap and configure before generating
Speeds up codegen.
…jenkins_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.
…eans, not integers
…for the data-length field in the header
issue quickfix#62 XMLData is a data-type field in the header so look for the data-length field in the header
This reverts commit 6bc717f.
The negation of INT_MIN causes an overflow. If we cast first, both cast and negation of unsigned quantity are well-defined and the result is what we expect.
Fix overflow in IntConvertor
Unit tests pass when built with: `./configure CXX=clang++ CC=clang CXXFLAGS=-fsanitize=signed-integer-overflow` Fixes quickfix#82 h/t @Ambal @krzysztofwos
Don't rely on c++11 while still avoiding overflow
Deprecated fields have been removed from the repository. One deprecated tag was reintroduced to the spec as another field.
W/o this change a test which uses mixin of session addressing like: E1,8=.... ... E8= would fail when modern version of ruby is used. At this moment there are no such tests in master. Last of them were fixed under 9e8a815
when too short day is requested by Dictionary::getDay Remove unnecessary duplicate check. Extend unit tests for getDat/setDay.
Minor quickfix changes
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.
No description provided.