NOTICE: This package has been removed from pkgsrc

./wip/quickfix, FIX engine

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ]


Branch: CURRENT, Version: 1.14.4, Package name: quickfix-1.14.4, Maintainer: alnsn

QuickFIX is a full-featured open source FIX engine, currently
compatible with the FIX 4.0-4.4 spec. It runs on Windows, Linux,
Solaris, FreeBSD and Mac OS X. API's are available for C++, Java,
.NET, Python and Ruby.


Required to run:
[textproc/libxml2] [databases/mysql55-client]

Required to build:
[pkgtools/cwrappers]

Master sites:

SHA1: 879a643e6cdc8b8c5bfd037645d766a6358dc1c3
RMD160: 13af542f469a5e10e01ea27691f62b11c287a3b4
Filesize: 15342.008 KB

Version history: (Expand)


CVS history: (Expand)


   2014-10-09 16:06:26 by Thomas Klausner | Files touched by this commit (97)
Log message:
Remove pkgviews: don't set PKG_INSTALLATION_TYPES in Makefiles.
   2012-10-07 16:53:42 by Aleksej Saushev | Files touched by this commit (79)
Log message:
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
Mark packages that don't or might probably not have staged installation.
   2010-04-25 15:22:23 by Alexander Nasonov | Files touched by this commit (3)
Log message:
Update to version 1.13.3
---
Added support for FIX 5.0 sp1 and sp2

Fixed bug with ResetSeqNumFlag going out but not coming back.
Logon will now be processed correctly even if field is absent
if sequence number is set to 1.

Fixed bug where data dictionary settings in the default section
were being ignored. Mostly manifested itself by doing validation
the user didn't want done, such as user defined field validation.

Fixed initialization errors with OdbcConnection which caused some
problems connecting to the database.

Updated the generator.  Should be more consistent.  Deprecated fields
are not longer necessary as they are now generated along with current
fields.
   2010-03-21 21:40:55 by Alexander Nasonov | Files touched by this commit (7) | Package removed
Log message:
Update to 1.13.2.

1.13.2
------
Fixed bug where messages containing repeating groups would
not be properly resent under a FIXT.1.1 session

Fixed compilation error with OdbcStore

Updated m_stop variable in initator and acceptor to true
to better reflect initial state.

Fixed issue with reconnect when acceptor not available and timeout
interval is reached.

Objects take in timestamps instead of generating them themselves
to make them more testable.

Generated python and ruby APIs no longer rely on pulling in
FIX namespace so there are no clashes.

1.13.1
------
Fixed install script under unix systems. The new FIX 5.0 and
FIXT 1.1 headers were not being installed.

Fixed compiler errors under windows due to typedefs conflicting
with #defines.

Fixed exception being thrown when no LogFactory is provided.

User defined UTC timestamps will have milliseconds now.

Fixed memory leaks and other bugs in odbc interfaces.

Fixed exception caused by peername returning a null char*.

Corrected installation problems when DESTDIR is provided.

QuickFIX should build on netbsd, though it is not yet
officially supported.

Perfomance optimization for .NET messagecrackers.
   2010-02-21 19:00:31 by Alexander Nasonov | Files touched by this commit (1)
Log message:
Fix errors reported by pkglint.
   2010-02-21 00:24:49 by Alexander Nasonov | Files touched by this commit (1)
Log message:
Add PTHREAD_AUTO_VARS=yes to fix linking on OpenBSD.

   2009-12-22 00:25:09 by Alexander Nasonov | Files touched by this commit (1)
Log message:
Add links to upstream reports

   2009-12-22 00:23:54 by Alexander Nasonov | Files touched by this commit (4)
Log message:
Add links to upstream reports