library

Clone Tools
  • last updated 21 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
improve spelling

  1. … 4 more files in changeset.
- remove dead assignment - add cppcheck target

Removed last deprecated call of the mongo-c-driever (mongoc_collection_create_index())

updates of annouce file, tested with mongo-c-dirver 1.12.0 (released yesterday)

  1. … 4 more files in changeset.
bump version number to 2.2

update REAME file

update copyright information

improve markdown

change READE to markdown syntax

    • -0
    • +137
    ./mongodb/README.md
prefer new spelling of macOS

  1. … 3 more files in changeset.
updating mongodb interface for 2.2: - update to mongodb-c-driver 1.11.0 - reduce number of calls to deprecated driver functions as far as possible - improve cleanness of compilation (provde prototypes etc.) - bump version number to 2.2

* configure, configure.ac, nx.tcl, pkgIndex.tcl, xotcl2.tcl, pkg.vc: Bump version to 2.2.0.

  1. … 3 more files in changeset.
Fix buggy case when blueprints are used to update interpreters with preexisting objects and classes. There, it was possible that objects are turned into baseclass objects, when the application classes are deleted.

    • -105
    • +209
    ./serialize/serializer.tcl
improve spelling

  1. … 8 more files in changeset.
improve spelling

make sure to initialize all variables also in error cases

reduce variable scope and minor cleanup

* nx-test.tcl (run): Avoid use of [try], to render the test suite independent from the presence of 8.6 or tcllib's try. This may be reverted, once 8.5 support is dropped.

improve spelling

  1. … 1 more file in changeset.
use mongoc_iovec_t instead of struct iovec iov to improve cross-platform compatibility

improve comments

  1. … 9 more files in changeset.
improve wording

  1. … 3 more files in changeset.
improve tcl idioms

remove duplicated word

fix duplicated words in code documentation

add destroy_on_cleanup similar to OpenACS to ease lifetime management of volatile objects

fixiing cut&paste error

white space changes

- added class names into serialization syntax (__class). This change allows us to make better use of polymorphism with (e.g. embedded) class structures. Previously, it was necessary, that the called had to know the class of the serialized object, now it is as well possible to use as well specializations. - fix bug, where default value for properties lead to errors, when no propery options where given.

update version numbers of mongo's c-driver (older versions stopped working on MacOS High Sierra)