Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2020-02-14 | Drop copyright notice from source code | Karen Arutyunov | 6 | -6/+0 | |
2017-01-03 | Update copyright year | Boris Kolpackov | 6 | -6/+6 | |
2014-12-16 | Update to new revision of genx | Boris Kolpackov | 3 | -3/+3 | |
Now by elements with empty content a closed immediately and attributes are no longer sorted. | |||||
2014-04-20 | Use todos instead of deprecated unix2dos | Boris Kolpackov | 1 | -1/+1 | |
2014-03-21 | Update copyright | Boris Kolpackov | 6 | -6/+6 | |
2014-03-19 | Remove author from source files | Boris Kolpackov | 6 | -6/+0 | |
2014-02-26 | Add inline files to list of generated files for .gitignore | Boris Kolpackov | 3 | -9/+9 | |
2014-02-25 | Add support for manual dependency tracking in tests and examples | Boris Kolpackov | 3 | -3/+3 | |
2011-01-04 | Copyright update | Boris Kolpackov | 6 | -6/+6 | |
2010-10-19 | Add explicit return statement in main() | Boris Kolpackov | 3 | -0/+6 | |
2010-10-06 | Get rid of extra escaping of # (build upgrade) | Boris Kolpackov | 1 | -2/+2 | |
2010-01-01 | Update copyright in source files | Boris Kolpackov | 3 | -3/+3 | |
2010-01-01 | Update copyright in build system files | Boris Kolpackov | 3 | -3/+3 | |
2009-10-20 | Add tests to the distribution | Boris Kolpackov | 2 | -10/+43 | |
The distribution makefiles for tests are automatically generated by the build/dist script. nmakefiles are not yet generated. | |||||
2009-10-16 | Make the tests more uniform | Boris Kolpackov | 8 | -4/+4 | |
2009-09-22 | Get rid of unnecessary .PHONY declarations | Boris Kolpackov | 3 | -16/+0 | |
2009-04-12 | Minor makefile fixes | Boris Kolpackov | 1 | -1/+1 | |
2009-04-08 | Get rid of warnings | Boris Kolpackov | 2 | -2/+4 | |
2009-04-06 | Help Mac OS X by including rpc/types.h before rpc/xdr.h | Boris Kolpackov | 1 | -0/+2 | |
2009-04-02 | Add support for attributes with default and fixed values. | Boris Kolpackov | 9 | -9/+45 | |
tests/cxx/hybrid/default: new test tests/cxx/hybrid/binary: update to test default and fixed values | |||||
2009-03-08 | Add support for binary representations | Boris Kolpackov | 15 | -0/+1352 | |
xsde/cxx/hybrid/insertion-*: insertion operators generator xsde/cxx/hybrid/extraction-*: extraction operators generator libxsde/xsde/cxx/hybrid/cdr/: CDR support code libxsde/xsde/cxx/hybrid/xdr/: XDR support code tests/cxx/hybrid/binary/: new tests examples/cxx/hybrid/binary/: new examples documentation/cxx/hybrid/guide/: new chapter |