nsf

Clone Tools
  • last updated 10 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Merge branch 'master' of ssh://alice.wu-wien.ac.at/usr/local/src/git-repo/nsf

mongodb interface - add regular expression queries to conditions in NX

Merge branch 'master' of ssh://alice.wu-wien.ac.at/usr/local/src/git-repo/nsf

* makefile.vc: Change another directory location to respect the INSTALLDIR setting

Merge branch 'master' of ssh://alice.wu-wien.ac.at/usr/local/src/git-repo/nsf

- Copy changed structure

- Dont't use ConvertToNothing but NULL in the terminating record, since the former is not available for extensions

* makefile.vc: Add missing header fils to install target and use STUBDIR to properly locate the generated API headers.

- include all enum values in case statements

- use preprocessor variables more consistently

- remove old-style function definitions

- remove implicit conversion to 'unsigned int' from 'int' m

- ISO C90 forbids mixed declarations and code

- don't shadow local variable

Reduce memory consumption via better aligning (esp on 64bit machines)

- don't shadow variables

modify STRING_NEW such that - it is able to produce "const char *" - such that it uses ckalloc

- provide clean compile for compilations with "-Wwrite-strings" - add const declarations

- removed unneeded arguments - mark unused arguments as UNUSED

* nx-pp.tcl (State): Add "substdefault" to two property specs to fix markup generation for various token types (variables etc.).

* source-doc-beautifier.tcl: Allow to omit the built-in title line, to allow for custom doc and title preambles in example scripts ("-notile" flag).

    • -28
    • +36
    /apps/utils/source-doc-beautifier.tcl
- added a new configure option --enable-development=test (in addition to --enable-development or --disable-development) for activating more expensive runtime tests. --enable-development alone activates just assertion checking

- updated diffstats

release-steps: - document diffstat cmd - document generation of pdf with newer versions of prince - document that final tar has to be built after tagging

- adjust pdf generation for newer versions of prince

- rebuilt documentation

    • -275
    • +275
    /doc/next-tutorial/next-tutorial.html
Revised Announcement

Run spell checkers and fix typos, unify writing style

Updated ChangeLog

MongoDB driver: - added explicit calls to mongoc_init() and mongoc_cleanup(). - configure via "--disable-automatic-init-and-cleanup"