Commits on Source
491
83b89fea
Fix PDF rendering and man markup
Oct 29, 2014
9e8610ba
- add NsfArgumentError() to stub interface, since this might be used
Nov 25, 2014
dbc2e152
Merge branch 'master' of
ssh://alice.wu-wien.ac.at/usr/local/src/git-repo/nsf
Nov 25, 2014
1173a57a
- make compilation clean under clang 3.6
Dec 01, 2014
81a1f965
- make compilation clean with clang 3.6
Dec 01, 2014
9e00fd16
- add const declarations
Dec 01, 2014
24571ae4
- prefer boolean expression in tests over expressions of other types
Dec 04, 2014
9fe4a517
- make sure to omit Mac OS X hidden file from tar balls
Dec 06, 2014
4f7f7c14
- make sure to rm .o files in stub directory
Dec 06, 2014
d725e5e4
- update date in documentation
Dec 06, 2014
919f731a
- fix all complaints from clang static analyzer 3.6
Dec 11, 2014
6b00c4ea
- align log levels with NaviServer/AOLserver
Dec 13, 2014
24cb8f4b
- regenerate doc pages with asciidoc 8.6.9
Dec 13, 2014
62beaf10
- use same definition for ObjCmds as in tcl
Dec 13, 2014
5bdfdb70
- strip old content from announce file
Jan 01, 2015
dbd95b01
- prefer const over CONST unless Tcl API
Jan 02, 2015
efb84f69
- add -DNDEBUG=1 to flags passed to cppcheck, since cppcheck reports checked cases as warnings
Jan 05, 2015
658c5ca1
- move assignments after assertions
Jan 05, 2015
bf951b5e
- improve cleanness of compilation when "-pedantic" is used
Jan 22, 2015
e1c25b41
- added experimental "nsf::configure trace" feature, which can be enabled when...
Mar 31, 2015
453ad274
- changed trace facility to append to a variable to minimize
Apr 01, 2015
714726da
Silence varargs warning (-Wgnu-zero-variadic-macro-arguments) under clang...
Apr 03, 2015
c5f22273
Improve profiling support
Apr 06, 2015
6c58e114
- fix compilation when compiled without --enable-profile
Apr 07, 2015
caee18fd
NsfShowStack(): Removed logically dead code. CID 88766.
Jul 16, 2015
c2e57257
ListCmdParams(): Removed logically dead code (CID 88779).
Jul 17, 2015
0b1ac7f4
ListMethod(): Make sure that 'info method exists' returns 0 for (plain) NX...
Jul 17, 2015
497451f3
info.man.inc: Make empty-string ambiguity explicit for 'info method *'
Jul 17, 2015
6c9eb2ec
NsfMethodPropertyCmd(): Dropped option 'slotobj' as it is obsolete. Also fixes...
Jul 17, 2015
1eaf0a30
ObjectSystemsCheckSystemMethod(): Re-order control flow to remove otherwise...
Jul 17, 2015
c0e10534
ObjectSystemsCheckSystemMethod(): Mark TCL_ERROR path as unlikely
Jul 17, 2015
8357e618
nsf.c: Check return values of GetObjectFromObj explicitly (CID 88763, 88764, 88765).
Jul 17, 2015
a757c1ae
MakeProc(): Silence false-positive warning, due to missing returns_nonnull annotation (CID 88770).
Jul 23, 2015
207a8f51
MixinregSetFromAny(): Fix crash through explicit null dereferencing when an...
Jul 23, 2015
2638eb96
FreeAllNsfObjectsAndClasses(): Remove unneeded NULL check as dereferencing...
Jul 27, 2015
ca7f7609
ResolveMethodName(): Guard against potential null pointer dereference (CID 88771).
Jul 27, 2015
15271802
MixinregSetFromAny(): Re-arrange control flow as to match other uses in the code base (CID 88777)
Jul 28, 2015
4e2b21c0
MethodDispatch(): Fix compiler warning on typecast mismatch
Jul 28, 2015
6c7bb9ba
- write body-blocks of if on separate lines
Jul 28, 2015
accdf4be
- remove test, since it is covered already by assertions
Jul 28, 2015
08dedaca
- removed NsfParamDefs.slotObj (and single occurance for memory-management)
Jul 28, 2015
a4eaf4e3
- attempt to make Coverty happy (CID 88769)
Jul 28, 2015
92d76b82
- fix potential bug on tcl-triggered cmd-delete operations, where
Jul 28, 2015
00186f9e
- move dereferencing of members after assertions
Jul 28, 2015
9f90d6b1
- move assertion after assingment
Jul 28, 2015
b43b9e26
Adding Coverity instructions
Jul 28, 2015
630319dd
Merging README.release
Jul 28, 2015
1a7f8ba5
- address coverty issue 88776
Jul 29, 2015
6adb5d97
- address coverty CID 88774
Jul 29, 2015
33aa1b23
- turn for() loop into a repeat-until loop, since in first iteration, the loop...
Jul 29, 2015
bd4d7d05
- remove expression which were always true
Jul 29, 2015
6d4bc2bb
Adding details how to upload Coverity builds
Jul 29, 2015
0e247f61
- remove logically dead code as flagged by coverity
Jul 29, 2015
ec070e95
- revert overeager part of the change
Jul 29, 2015
cad3e31c
- move assignmetns after assertions in generated code
Jul 29, 2015
f90a7fad
- address covertiy CID 88773
Jul 29, 2015
f4c0008a
- address coverty CID 102646
Jul 29, 2015
f3ca6a10
- address coverty CID 102646, second attempt
Jul 29, 2015
9e1cdbe1
- don't define variables inside a block
Jul 29, 2015
71a3245f
- don't raise an error, but add warning in cases, slot data is inconsistent
Aug 11, 2015
19058dea
- improve robustness of destroy: in case an error happened in a
Aug 11, 2015
1c9684a6
- support building nsd from some other directory than the root
Sep 21, 2015
2e1a88ed
- prefer boolean expressions
Sep 26, 2015
afbb4659
- reduce implicit conversions
Sep 27, 2015
f31c1a01
- new command nsf::method::forward::property in analogy to nsf::method::property
Oct 01, 2015
b1379117
In certain build situations, we might still run under Tcl 8.4 (because it...
Oct 16, 2015
aca62da2
- whitespace change
Nov 05, 2015
dbe0bb3d
- white space change
Nov 06, 2015
3946480d
- Fixed a bug that disallowed the combination of valuecmd and
Nov 06, 2015
1180f3a6
Merge branch 'master' of
ssh://alice.wu-wien.ac.at/usr/local/src/git-repo/nsf
Nov 06, 2015
a709e3ea
- don't swallow errors triggered from variable write traces in configure
Nov 08, 2015
2d42793f
- handle result of Tcl_ObjSetVar2() in all cases
Nov 08, 2015
74d126b5
- keep Tcl error messages, when Tcl_ObjSetVar2() fails.
Nov 08, 2015
a792884d
- silence cppcheck 1.71
Nov 23, 2015
69532556
- place arguments of preprocessor macros into parens
Nov 27, 2015
55c89d78
- Use standard logging for
Nov 27, 2015
7da6935c
- update change history in todo
Nov 27, 2015
f1ac62ff
- remove redundant prototype
Nov 27, 2015
19c84744
Profile trace enhancements:
Nov 30, 2015
16a02881
- New macros NSF_nonnull_assert() and nonnull_assert()
Nov 30, 2015
c105770c
- fix editing bug in documentation
Dec 12, 2015
2f76d3a1
- fix ::Serializer->methodSerialize when called for per-object methods
Dec 12, 2015
07b40a4e
- new introspection methods:
Dec 13, 2015
5a162b09
- new introspection method: "/obj/ info baseclass"
Dec 13, 2015
471b3b3a
- update file name
Dec 17, 2015
8854eeff
- added nsf::method::property /obj/ /method/ debug ?0|1?
Dec 17, 2015
e24d2765
- documented purpose of TODO-file
Dec 18, 2015
63fb7c11
- handling "deprecated" and "debug" properties for nsf::proc
Dec 18, 2015
b3c6192a
- describe next steps
Dec 18, 2015
87fd9009
- update TODO
Dec 18, 2015
53113de7
- nx: added new introspection options
Dec 18, 2015
2d609d0c
- nx: added options "-debug" and "-deprecated" to methods "method"
Dec 18, 2015
183cd0a9
- nx: added flag "-debug" and "-deprecated" to methods
Dec 19, 2015
6a55e4e4
serializer:
Dec 19, 2015
cf9bbe07
- fix potential memory corruption bug in NsfDStringVPrintf()
Dec 22, 2015
c04d6db8
- provide backward compatibility in method-serializer
Dec 25, 2015
a0faba20
- replace all remaning ObjectName and ClassName with variant with
Dec 25, 2015
bce34561
- add etags target
Dec 29, 2015
22f4e55c
- make sure, we do not pass null values to nonnull arguments
Dec 29, 2015
a529b8f0
- prefer boolean expressions in assert() statements
Dec 29, 2015
391 additional commits have been omitted to prevent performance issues.
Loading
Loading