Makefile.in

Clone Tools
  • last updated 3 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Makefile.in: Polishing

update genstub path to recent versions of Tcl releases

* msgcat.test: Added a small collection of basic tests covering msgcat usage from within NSF/NX objects and classes. Tested successfully with mainline Tcl 8.6 and the TIP-490 branch "tip490-msgcat-oo-2".

  1. … 1 more file in changeset.
extend regression test

  1. … 2 more files in changeset.
Use snprintf() instead of sprintf() to protect better against potential buffer overflows

  1. … 8 more files in changeset.
Improve portability (restict length of literal strings <= 4095)

Adress literal limitaton in ISO C99, that requires compilers to support

only strings up to 4095 bytes. As a consequence, we have to split

the compiled-in literal commands into two parts.

  1. … 7 more files in changeset.
Add more tidy and checking compiler flags

add properties tutorial to test set

* Makefile.in: Unify ASCIIDOC exec configuration.

- adjust pdf generation for newer versions of prince

- add make target lldbtest

* nsfDebug.c, configure.ac: Provide for the commit id (if available) to be stored in the variable "::nsf::commit".

  1. … 3 more files in changeset.
- remove duplicated flag

- make cppcheckcmd configurable

merged

  1. … 3 more files in changeset.
- add flags for more detailed debugging (optional)

* Updated copyright dates and copyright notices

  1. … 17 more files in changeset.
* Updated copyright dates and copyright notices

  1. … 17 more files in changeset.
Add another Rosetta example: Inheritance/Single

  1. … 3 more files in changeset.
Adjust Makefile.in for Rosetta examples

Added another Rosetta example: multiple inheritance

  1. … 3 more files in changeset.
Added another Rosetta example: Polymorphic copy

  1. … 3 more files in changeset.
Adding yet another Rosetta example: Add object variable dynamically

  1. … 3 more files in changeset.
Adding another Rosetta example: Multiple distinct objects

  1. … 3 more files in changeset.
Adding another Rosetta example: Tree traversal

  1. … 3 more files in changeset.
Added first additional Rosetta example

  1. … 3 more files in changeset.
Keep valgrind settings for the future

- add pre-8.7 Makefile.in (missed in last commit)

Register shells.test

- add etags target