You have accessed www.fargos.net, the site of FARGOS Development, LLC on the web. Most browsers will still automatically transfer you to the top page in approximately 30 seconds. If all else fails, you can manually skip to the main page by traversing the link above.
FARGOS/VISTA Version 8.1.7 Released
Details are in the FARGOS/VISTA 8.1.7 release notes, but the highlights are:
- OIL2, coupled with the facilities of a FARGOS/VISTA Object Management Environment, can be used as a first-tier shell scripting language via oil2script. The new VISTAcheckCurrentVersion script is an example.
- C++ source has been brough up to C++-17 standards.
- FARGOS shared memory variable technology has been integrated. As a consequence, profiling counters are now visible in shared memory segments.
- On 64-bit hardware, 64-bit values are now held within the primary frame rather than being delegated to an external structure. The storage layout remains unchanged for 32-bit hardware.
- Support for unsigned and small-sized integers has been added. OIL2 recognizes the uint8, uint16, uint32 and uint64 type names.
- FARGOS high-performance threaded logging technology has been integrated.
New Platforms
- IBM zSeries 64-bit hardware running Linux (Linux.s390x),
- 32-bit ARM hardware running Linux, such as DE10-Nano or Raspberry PI models running Raspian (Linux.armv7l),
- 64-bit ARM hardware, which can include a Raspberry PI if booted with the appropriate operating system (Linux.aarch64),
- MacOS on current x86_64-based Apple Macintosh hardware (Darwin.x86_64).