Fix broken vcproj files for VS2005 and VS2008#2
Merged
Conversation
added 9 commits
July 26, 2013 20:18
…ndBufferSize/ReceiveBufferSize options for Acceptors only in [DEFAULT] section
…L pointer specified for application data dictionary parameter. Small cleanup
quickfix
added a commit
that referenced
this pull request
Jul 28, 2013
Fix broken vcproj files for VS2005 and VS2008
orenmnero
pushed a commit
that referenced
this pull request
Sep 24, 2020
yafiyogi
added a commit
to yafiyogi/quickfix
that referenced
this pull request
Sep 26, 2020
* Using `poll` instead of `select` for sockets * Updates session isInSameRange for startDay == endDay (quickfix#1) cleanup * Fix isInSameRange where weekly session resets on Sun (quickfix#2) * Update LICENSE 2020 * PersistMessages - change Y/Y to Y/N (quickfix#322) * Add c++17 compiler detection (quickfix#328) * Add GitHub pipelines (quickfix#308) * Fix buffer overflow by making precision bounded when converting time to string. (quickfix#280) * Add name to value mapping in DataDictionary (quickfix#296) * Fix conditional inclusion of headers and namespace for shared_ptr (quickfix#202) * VS Compilation Fix. Reverts 100% test coverage on FieldConvertors (quickfix#246) Co-authored-by: Filip Frącz <filip@seedcx.com> Co-authored-by: meg-seedcx <36738445+meg-seedcx@users.noreply.github.com> Co-authored-by: Oren Miller <oren@quickfixengine.org> Co-authored-by: Grant Birchmeier <gbirchmeier@connamara.com> Co-authored-by: Tarcísio Genaro Rodrigues <tarcisio.genaro@gmail.com> Co-authored-by: Ding Ye <dingobye@gmail.com> Co-authored-by: Eric Pederson <ericacm+github@gmail.com> Co-authored-by: Juan Eugenio Abadie <juaneabadie@gmail.com> Co-authored-by: ksiamis-connamara <41635207+ksiamis-connamara@users.noreply.github.com> Co-authored-by: Oren Miller <oren@Orens-MBP.hsd1.il.comcast.net>
mgatny
pushed a commit
that referenced
this pull request
Oct 15, 2021
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, team.
This pull request contains changes for fixing broken vcproj files for VS2005 and VS2008 ( I accidentally broke them - my apologies ).
Also it adds <AtomicCount.h> and <SharedArray.h> into project files for VS2003 and VS2012
P.S. I've pushed some additional commits into my repository since this Pull Request was created. Pick whatever you think is acceptable.