nsf

Clone Tools
  • last updated 53 mins ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
- cleanup up and improve debug statements - add generated code

- remove redundant line

- improve indentation

- updated TODO

xotcl2: - added "-returns" flag to XOTcl's instprocs/procs and methods, very similar to "-returns" in nx - extended serializer to handle "-returns" flag - extended regression test

    • -13
    • +17
    /library/xotcl/library/xotcl2.tcl
    • -0
    • +21
    /library/xotcl/tests/slottest.xotcl
Merge branch 'master' of ssh://alice.wu-wien.ac.at/usr/local/src/git-repo/nsf

- fix one case in interaction between get-trace and default value

Merged

Make XOTcl tests runnable again from plain tarball/git checkout

- minor cleanup

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

- Allow combination of "-trace get" with default value (was previously disallowed) - Extend regression test

Merge

Custom shell target for win makefile.vc

Custom shell target for win makefile.vc

Add base-address support (see http://core.tcl.tk/tcl/tktview?name=0ef5e653)

Improve documentation on NsfDStringVPrintf()

Another attempt to sort out the vs*printf() mess between runtimes

Update win compilation units

Rename one more 'bool' identifier

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

In MSVC 14 (Visual Studio 2015) and newer, 'bool' is a proper type, not a typedef anymore. 'bool' cannot be used as identifier anymore (C2632)

- add new command nsf::parseargs to parse an argument vector against a parameter definition and to set the resulting variables in the current scope - extend regression test

- change "struct timeval" to "Tcl_Time" and gettimeofday() to Tcl_GetTime() in profiling code to improve portability (esp windows)

- newer versions of gcc6 handle now as well nonnull asserts gracefully, show we can turn off its deactivation for gcc6

- fix serializing of info internals for XOTcl

- nsf mongodb: reduce verbosity - white-space changes

Address two more gcc6 pedantic warnings

update to-dos

Re-factored new hash-table infrastructure (based on function-pointer keys) to support method-definitions (and future uses as well).

    • -0
    • +282
    /generic/nsfFunPtrHashTable.c