Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Separate generated public header files from non-public headers, generated ↵ | Alan Conway | 2009-07-27 | 1 | -3/+3 |
| | | | | | | | | | | | | | | | | | | | | code re-organization. The gen/ directory has been removed, code is now generated into: $(builddir)/src - all .cpp files and non-public .h files. $(builddir)/include - all public .h files. The gen/ directory was originally intended to separate generated code from hand-written code. However both automake and cmake allow you to direct all build output, including generated code, into a separate build directory. In fact both recommend you build this way. Keeping the gen/ directory meant there would have been a total of 8 places to look for header files, all the combinations of builddir/srcdir, src/include and gen/no-gen. This was a mess, 4 is bad enough. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@798291 13f79535-47bb-0310-9956-ffa450edef68 | ||||
* | Changes to build DLLs instead of static libs on Windows; primarily added ↵ | Stephen D. Huston | 2009-03-12 | 1 | -1/+2 |
| | | | | | | decorators to exported names. Fixes QPID-1673 git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@753014 13f79535-47bb-0310-9956-ffa450edef68 | ||||
* | Add ASL to everywhere, to everything. | Aidan Skinner | 2008-08-28 | 1 | -0/+18 |
| | | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@689937 13f79535-47bb-0310-9956-ffa450edef68 | ||||
* | Support for 0-10 sessions, not yet integrated. Misc minor fixes. | Alan Conway | 2008-05-09 | 1 | -1/+7 |
| | | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@654913 13f79535-47bb-0310-9956-ffa450edef68 | ||||
* | Generate c++ code from final 0-10 spec | Gordon Sim | 2008-04-24 | 1 | -0/+92 |
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@651423 13f79535-47bb-0310-9956-ffa450edef68 |