Deploy in 115+ regions with the modern database for every enterprise.
MongoDB Atlas gives you the freedom to build and run modern applications anywhere—across AWS, Azure, and Google Cloud. With global availability in over 115 regions, Atlas lets you deploy close to your users, meet compliance needs, and scale with confidence across any geography.
Start Free
AI-powered service management for IT and enterprise teams
Enterprise-grade ITSM, for every business
Give your IT, operations, and business teams the ability to deliver exceptional services—without the complexity. Maximize operational efficiency with refreshingly simple, AI-powered Freshservice.
XML Make is yet another attempt at creating a decent build system for a large variety of software projects. It is meant to replace all the functionality of the standard Autoconf/Automake/Make in an elegeant manner.
A generic generation script, purpouse is the initial stage of a build procedure (autoconf etc.), instead of creating new shell script for each project, you can use this one, for more eas to use.
BuildSys exists to help multi-platform projects keep all their various build files in sync. It uses a single '.build' file to generate autoconf/automake .ac/.am files, visual studio 6 .dsp/.dsw files, vs.net .vcproj/.sln files, Dev-C++ .dev files, etc.
tmake is a tool which auto-creates Makefile, IDE project files (and possibly even autoconf files !) from a very simple template format.
The majority of tmake was written by trolltech (makers of qt), and this version on sourceforge has some enhancement
Full-stack observability with actually useful AI | Grafana Cloud
Our generous forever free tier includes the full platform, including the AI Assistant, for 3 users with 10k metrics, 50GB logs, and 50GB traces.
Built on open standards like Prometheus and OpenTelemetry, Grafana Cloud includes Kubernetes Monitoring, Application Observability, Incident Response, plus the AI-powered Grafana Assistant. Get started with our generous free tier today.
A Makefile skeleton that includes configuring.
Fed up with the autoconf tools? The pConf system is a small, clean make file
skeleton that can do configuring tasks and works for different OS environments.
Supports C, C++. Documentation (s)POD.
toc is a smaller-scope replacement for GNU Autotools (specifically, autoconf and automake), but suitable only for a GNU audience (i.e., it is not NEARLY as platform-portable as the autotools).
elmake is a way to provide makefiles for elisp packages (for emacs) which are processed completely in Elisp (no external autoconf, make etc. required). For info files, an external makeinfo is suggested, as elisp parsing of info files is slow.
When writting portable C++ CORBA code one finds that each ORB vendor has its own set of libraries, include files, caracteristics, etc. This project's goal is both:
1. to provide a set of autoconf/automake/libtool macros to support as many ORBs (C & C++)
Source 2 Binary (S2B) is an attempt to simplify the software build environment provided by Make and Autoconf. Implemented in Python, S2B allows build scripts to simultaneously mix simple, makefile-like target descriptions with regular Python code.
The bootstrapper program is designed to work along with autoconf, automake and libtool. It will scan a project's configure.in and generate a custom made bootstrap script which will then be used to create a configure script. It will also be able to clean
A library for portability. Phil makes use of what Autoconf reports so that your C/C++ or Java app doesn't have to. The Phil docs also discuss portability issues that might be of use even without Phil.
mkdist {is,will be} the one-stop solution (nice marketspeak? ;-) for making a
distribution for a project. Projects must be automake/autoconf-based, and managed by CVS.
QXi, the Qt XInput extension, is a library to add support for XInput devices (e.g. tablets) to Qt-based applications. It's currently in early development. The library is built using autoconf and comes with example applications. Requires Qt2.1 or newer.