Makefile.in

Clone Tools
  • last updated 13 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
try to simplify Makefile dependencies for DTRACE

fix typo

* Makefile.in, win/makefile.vc: Add TCL_PKG_PREFER_LATEST to avoid version hickups (stable beating latest) somewhere from TCLLIBPATH etc.

  1. … 1 more file in changeset.
keep COMMIT file (as indicated in README.release)

Don't add file COMMIT to tar file

fix typos

  1. … 34 more files in changeset.
add starmethod design study

  1. … 2 more files in changeset.
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.