configure

Clone Tools
  • last updated 12 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
* Makefile.in, configure: Re-worked pkgIndex.tcl handling

  1. … 4 more files in changeset.
generated files

  1. … 1 more file in changeset.
generated files

  1. … 1 more file in changeset.
generated file

regenerated files

  1. … 1 more file in changeset.
Fix version bump

  1. … 1 more file in changeset.
Bump version number to 2.4.0

  1. … 11 more files in changeset.
update tcl.4 file (get rid of macOS warnings about obsolete option "-prebind", likely to become an error in future macOS versions)

  1. … 3 more files in changeset.
* configure.ac, configure: Fix package version to include patch level (was dropped unintentionally); regenerated docs

  1. … 10 more files in changeset.
Bump version number from 2.3a0 to 2.3

  1. … 10 more files in changeset.
* configure, configure.ac: Make sure 'git describe' uses --always, to not fail on truncated checkouts without tags in reach (as on Travis)

  1. … 1 more file in changeset.
add generated configure file for change e3968e8c972a8ac13bfaba27fcf2ae9e36689211

regenerated configure script

* configure: Make sure configure is stashed with repo, as autotools are not automatically re-generated (e.g., in build array)

update configure file as well with NSF_MINOR_VERSION=2

follow the Tcl, not the OpenACS numbering scheme

  1. … 11 more files in changeset.
align help text with implementation

  1. … 1 more file in changeset.
* configure, configure.ac, nx.tcl, pkgIndex.tcl, xotcl2.tcl, pkg.vc: Bump version to 2.2.0.

  1. … 6 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.
* configure, aclocal.m4: Re-generated autotools artifacts to reflect changes in configure.ac.

  1. … 1 more file in changeset.
* configure.ac, configure: Align TEA versions.

  1. … 1 more file in changeset.
* 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.
* configure.ac, configure (AC_INIT): Rather add link to SF ticketing.

  1. … 1 more file in changeset.
* configure.ac (AC_INIT): Remove third argument to init because PACKAGE_BUGREPORT is unused.

  1. … 1 more file in changeset.
TEA: Updated m4/tcl.m4 to most recent TEA version: 3.10, regenerated autotools artifacts

  1. … 1 more file in changeset.
Docs: Link version numbering in man pages to autoconf tooling (similar to the NaviServer setup), update copyright dates in man pages where needed

  1. … 20 more files in changeset.
Re-factored new hash-table infrastructure (based on function-pointer keys) to support method-definitions (and future uses as well).

  1. … 5 more files in changeset.
- replace all remaning ObjectName and ClassName with variant with trailing "_" when appropriate - allow nsf::procs with zero arguments or plain arguments (when "-debug" is used - extended regression test - bump version number to 2.1

  1. … 7 more files in changeset.
- added nsf::method::property /obj/ /method/ debug ?0|1? when debug is activated, a debug line written to the log file when the function is called and exited

- added nsf::method::property /obj/ /method/ deprecated ?0|1?

when deprecated is activated, a warning written to the log file when

the function is called

- added flags to nsf::proc: -debug and -deprecated

(can als be set via nsf::method::property with an arbitrary object

and proc passed fully qualified)

- bumped version number to 2.0.1

  1. … 11 more files in changeset.
- support building nsd from some other directory than the root directory - raise no error, when nsf is built with mongo + profile enabled

  1. … 5 more files in changeset.