nsf

Clone Tools
  • last updated 23 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Activating xowiki export for nsf and xotcl2 docs

- changed names of var handling commands in nsf: ::nsf::existsvar => ::nsf::var::exists ::nsf::importvar => ::nsf::var::import ::nsf::setvar => ::nsf::var::set

- updated TODO

Merge branch '2.0.0-develop' of ssh://alice.wu-wien.ac.at/usr/local/src/git-repo/xotcl into 2.0.0-develop

- removed hardcoded name "init" from CallConfigureMethod() - improved documentation - removed isInitString()

- @project.html.yuidoc: reflect changes in asset names - body-chunked.html.yuidoc: Added this template, used to generate the chunked, yuidoc-based xowiki output - leftbar.html.yuidoc: Use link template - Renamed ac-js + api-js to ac.js + api.js - Added Monika's api-next.css - library/lib/doc-tools.tcl: for the xowiki renderer, I completed the asset export (requiring a tcllib installation!), some refactoring to allow for rendering xowiki-style links etc. - Revised TODO

    • -0
    • +27
    /library/lib/doc-assets/body-chunked.html.yuidoc
    • -167
    • +0
    /library/lib/doc-assets/yuidoc/ac-js
    • -0
    • +167
    /library/lib/doc-assets/yuidoc/ac.js
    • -42
    • +0
    /library/lib/doc-assets/yuidoc/api-js
    • -0
    • +46
    /library/lib/doc-assets/yuidoc/api-next.css
    • -0
    • +42
    /library/lib/doc-assets/yuidoc/api.js
- Fixed cases of -flag=$value for type switch outside the context of "nsf::procs -ad" - extended regression test

- changed named of method handling commands in nsf: ::nsf::provide_method => ::nsf::method::provide ::nsf::require_method => ::nsf::method::require

- fix typo

- changed named of method handling commands in nsf: ::nsf::methodproperty => ::nsf::method::property ::nsf::method => ::nsf::method::create ::nsf::methoddelete => ::nsf::method::delete ::nsf::alias => ::nsf::method::alias ::nsf::forward => ::nsf::method::forward ::nsf::setter => ::nsf::method::setter (updated regression test, docs, ...)

    • -12
    • +12
    /library/serialize/serializer.tcl
    • -42
    • +43
    /library/xotcl/library/xotcl2.tcl
  1. … 10 more files in changeset.
- updated migration guide

    • -587
    • +1214
    /doc/next-migration.html
- fixed potential crash with -param:switch - added "... info method exists ...."

DTrace * renamed object-create into object-alloc (counterpart of object-free, no confusion with create) * fire probes as well for classes created by the object system

- added first version of "nsf::methoddelete" - extended regression test - updated TODO

- updated DTrace README

- updated TODO

DTrace: * add probes for object creation and freeing * add sample d-script for object bookkeeping

    • -0
    • +8
    /dtrace/object-create.d
- comment functions, activate D-mode in emacs

- updated TODO

DTrace: handle self->tracing in D scripts (and in dtrace/sample.tcl, tests/object-system.tcl)

DTrace: handle self->tracing in D scripts (and in dtrace/sample.tcl, tests/object-system.tcl)

    • -0
    • +100
    /dtrace/execution-flow-args.d
DTrace: * added "nsf::configure dtrace on|off" for skipping package initialization (to be handled in D script) * make compliation clean

--enable-dtrace sets DTRACE_OBJ on mac os x empty (since not needed for mac os x dtrace)

- update todo

simplify configure.in

-complete sentence

- make "configure --help" more pretty - add --enable-dtrace flag for configure

- dtrace improvements: * track objects in method invocations * trace result codes in method-return * add some dtrace sample scripts

    • -0
    • +9
    /dtrace/execution-flow.d
    • -0
    • +12
    /dtrace/timestamps-q.d
    • -0
    • +11
    /dtrace/timestamps.d
add dtrace header file dependency

- small optimization