Software Articles and Documents


By following the steps described below you can obtain one or more Active-License files.

By downloading, installing or using the software, you agree to the following: EULA, Terms and Conditions, and Privacy Policy

Please download these software tools only from trusted locations

...

Introduction


In a company where software quality is paramount and where products evolve, complexity increases over time. One way to get consistent and predictable results is to automate (in a known and expected way) additional tasks required of employees in addition to product development.

...


To build with JustBuild, use it instead of Make. The default goal is "all".


Command line for:

  • Incremental build : justbuild or justbuild all
  • Clean : justbuild clean
  • DistClean : justbuild distclean
  • Rebuild : justbuild clean-all or justbuild rebuild or justbuild reall
...

2025-12-22

  • helpers ver r251222
    • Changed: copyright line to match new company name.
    • Added: latest changes.
    • regen4ide: use by default "regen4ide_conf"
    • rmrec: improved exclude filter
  • justbuild ver r251222
    • Changed: copyright line to match new company name.
...

Introduction


In a company where software quality is paramount and where products evolve, complexity increases over time. One way to get consistent and predictable results is to automate (in a known and expected way) additional tasks required of employees in addition to product development.

...

Introduction


One of main goals of Abcd is to help developers do fewer context switches and be able to focus on project logic.

One way is to automate (in a known and expected way) the additional maintenance tasks required by the tools to be performed by the user.


...

These apps were designed for users who like to do simple tasks quickly in command line, and for users who like to automatize processes with scripts.

The preferred style of documentation is the "quick how-to", in which instructions are subjectively minimized, to keep the focus and clarity.

...

Setup for the first time

[1] Unpack the archive:

unzip -o __ARCHIVE__.zip OR 7z x -y __ARCHIVE__.zip

(optional) Verify the checksums against the official checksum values.

Do not use checksums from unknown sources.

(optional) On Linux: chmod +x bin/* or chmod u+x bin/*.

...

Setup for every new project-tree

[1] Create configuration files for projects and subprojects.

  • Create the "abcd.conf" configuration file in the top-level project directory.
  • For each sub-project:
    • (optional) If there is already a known make/ninja/cmake file, then a fresh "abcd.conf" will be copied automatically from main config directory.
...
..