Showing 49 open source projects for "automake"

View related business solutions
  • Our Free Plans just got better! | Auth0 Icon
    Our Free Plans just got better! | Auth0

    With up to 25k MAUs and unlimited Okta connections, our Free Plan lets you focus on what you do best—building great apps.

    You asked, we delivered! Auth0 is excited to expand our Free and Paid plans to include more options so you can focus on building, deploying, and scaling applications without having to worry about your security. Auth0 now, thank yourself later.
    Try free now
  • Gemini 3 and 200+ AI Models on One Platform Icon
    Gemini 3 and 200+ AI Models on One Platform

    Access Google's best plus Claude, Llama, and Gemma. Fine-tune and deploy from one console.

    Build generative AI apps with Vertex AI. Switch between models without switching platforms.
    Start Free
  • 1
    Memcached

    Memcached

    memcached development tree

    Memcached is a high-performance, open-source distributed memory caching system, typically used to accelerate dynamic, database-driven websites by storing frequently accessed data in RAM. To build memcached on your machine from the local repo, you will have to install autotools, automake, and libevent. If you want TLS support, install OpenSSL's development packages and change the configure line. libseccomp (optional, experimental, Linux), enables process restrictions for better security. Tested only on x86-64 architectures.
    Downloads: 4 This Week
    Last Update:
    See Project
  • 2

    Log library for C++

    C++ library for flexible logging

    A library of C++ classes for flexible logging to files (rolling), syslog, IDSA and other destinations. It is modeled after the Log for Java library (http://www.log4j.org), staying as close to their API as is reasonable. Home: https://log4cpp.sourceforge.net Platforms: Linux, Windows, MacOS. New: CMake, CTest support for MS VS 2022, RAD Studio 12
    Leader badge
    Downloads: 1,204 This Week
    Last Update:
    See Project
  • 3
    autotools-idl is a patch for automake and some autoconf scripts that adds support for IDL and C++ ORBs. It provides full support for compiling IDL files to C++ stubs and skeletons. The autoconf scripts provide unified detection of different C++ ORBs.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    yuma123

    yuma123

    Continues development of Yuma as opensource project since 2012.

    ...Branching from the last BSD licensed branch of the Yuma project the code has evolved in the following direction: - a more mainstream build system based on autoconf/automake was added - a number of critical bugs have been fixed - new IETF standards support was added (ietf-nacm, ietf-system, etc.) - support was added for new YANG extensions ==Checkout, Build and Installation steps (ment for Debian should be easy to figure out on other systems)== ===Option 1: Install from the Debian repository== apt-get update apt-get -y upgrade apt-get -y install software-properties-common add-apt-repository -s "deb http://yuma123.org/repos/apt/debian sid main" wget -O - http://yuma123.org/repos/yuma123.gpg.key | apt-key add - apt-get update apt-get -y install netconfd yangcli ... -> README
    Downloads: 0 This Week
    Last Update:
    See Project
  • Catch Bugs Before Your Customers Do Icon
    Catch Bugs Before Your Customers Do

    Real-time error alerts, performance insights, and anomaly detection across your full stack. Free 30-day trial.

    Move from alert to fix before users notice. AppSignal monitors errors, performance bottlenecks, host health, and uptime—all from one dashboard. Instant notifications on deployments, anomaly triggers for memory spikes or error surges, and seamless log management. Works out of the box with Rails, Django, Express, Phoenix, Next.js, and dozens more. Starts at $23/month with no hidden fees.
    Try AppSignal Free
  • 5
    Rayshade

    Rayshade

    Rayshade raytracer

    now gnu-ized, gcc-4.7.4 or gcc-10.2.0 A raytracer does not require custom code for (shadows, mirrors) like GL: it uses physics to simulate light to make realistic images, leaving one to specify only what is in the scene. (at a cost of speed) Rayshade is a 1990's raytracer, a great one back then (and still useful). Rayshade has an excellent easy to read yet informative User's Guide that other's could not help but copy from. (html of guide is in...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6

    TwoLAME

    MPEG-Audio Layer 2 (MP2) encoder

    TwoLAME is a fork of tooLAME - an optimized MPEG Audio Layer 2 (MP2) encoder. New features include a brand new frontend, fully thread-safe library (libtwolame), with an API very similar to LAME's.
    Leader badge
    Downloads: 492 This Week
    Last Update:
    See Project
  • 7
    Open Source Tripwire

    Open Source Tripwire

    Open Source Tripwire

    Open Source Tripwire® is a security and data integrity tool for monitoring and alerting on file & directory changes. This project is based on code originally contributed by Tripwire, Inc. in 2000. A Tripwire check compares the current filesystem state against a known baseline state, and alerts on any changes it detects. The baseline and check behavior are controlled by a policy file, which specifies which files or directories to monitor, and which attributes to monitor them, such as hashes,...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    Confix is a build tool for source code packages, on top of GNU Automake. It inspects the package's source code, tracks inter package dependencies, propagates checks across package boundaries, and finally writes Automake input files for the maintainer.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9

    makepp

    GNU make compatible but reliable and simpler build tool

    Makepp, a build program which has a number of features that allow for reliable builds and simpler build files, is a drop-in replacement for GNU make. It supports almost all of the syntax that GNU make supports, and can be used with makefiles produced by utilities such as automake. It is called makepp (or make++) because it was designed with special support for C++, which has since been extended to other languages like Swig or embedded SQL. Some features that makepp adds to make are: greatly improved handling of builds that involve multiple makefiles (recursive make is no longer necessary); automatic scanning for include files; rebuild triggered if build command changes; checksum-based signature methods for reliable builds, smart enough to ignore whitespace or comment changes; extensibility through Perl programming (within your makefile); repositories (automatically importing files from another tree); build caches (not recompiling identically what a user of the same cache already did
    Leader badge
    Downloads: 79 This Week
    Last Update:
    See Project
  • MongoDB Atlas runs apps anywhere Icon
    MongoDB Atlas runs apps anywhere

    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
  • 10

    buildsystem-manual

    combined manual for autoconf and automake

    A comprehensive manual covering the GNU build system utilites
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11

    v3c

    automake wrapper + C/C++ utility toolkit

    v3c is a build framework that ties in with GNU make, providing "boilerplate" code for the most common use cases of building software. Among its capabilities are doxygen documentation integration, Git version control integration, configurable build modes (for debug and release builds, for example), and the ability to specify most configurable options in the top-level makefile. It also provides a general purpose C++ class library for use in client projects. See treedb, meta-treedb,...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    ddrutility

    ddrutility

    LINUX based utility for use with gnuddrescue to aid with data recovery

    ...It is a LINUX based set of utilities to help with hard drive data rescue. If you like it, please feel free to use the Donations tab above :) version 2.8 released November 23, 2016 * No longer uses automake * Uses regular make file * No program changes were made Please see the Files page or the readme.txt file for the full version changes (scroll down to the “NEWS” section). Please see the Wiki or the help files for full documentation (note that the Wiki page does not seem to navigate properly, sorry).
    Leader badge
    Downloads: 40 This Week
    Last Update:
    See Project
  • 13
    Linux From Scratch GNU/Linux x-lfs-2010

    Linux From Scratch GNU/Linux x-lfs-2010

    LFS that builds GNU/Linux %100 NON-STOP from GNU C 4.4 - Firefox-20.0

    see https://sourceforge.net/projects/totally-built-linux-distro/ "0.2 is so much easier than build-0.1" build-0.1 NO LONGER WORKS many URL of required src.tar.gz were (re)moved by big tech, and firefox-20 is refused by big tech cryptoXXX ~~~~~~~~~ Builds GNU/Linux from termcap and gcc up to X11 Firefox-20.0 lite. It is %100 GNU/Linux from source compiled on your box (and ready to change) "without any known build fails". It's not a fork of any distro. 350+ pkgs: ie, ddd,...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14

    doil

    depend order install list ; apt-get w/total depends

    ... * has ability to do work for src pkg, like git/apt-get -s but more, but is not fully implemented due to disperate pkging rules etc NEWS! * big improvements since 9 * more likely packaging (using automake) * real darn close to beta ! (doil was examples/ in dep-trace)
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    rayshade raytracer for linux

    rayshade raytracer for linux

    rayshade 4.0.6 linux patch

    NEWS: now gnu-ized, get it from: http://sourceforge.net/projects/rayshade/ Rayshade is a 1990's raytracer, a great one back then. It has value in support of existing software and raytrace scene files, which ranges from legacy files to existing CAD software that can export 3D scenes Rayshade can build a scene for. Files Section has a patch allowing Rayshade to build in Linux more fully / less errors than the tiny redhat patch that can be found. The Utah Raster Toolkit is a...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16

    Trowel - Sequencing Error Corrector

    Error Correction Module for Illumina Sequencing Reads

    ...Detlef Weigel's Lab in Max-Planck Institute for Developmental Biology. First of all, you have to install the exact version of boost(>=1.53.0), google sparse hash(>=2.0.2), GCC(>=4.6), autoconf(=2.69), and automake(=1.13).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17

    MarrSpace

    Machine Vision Architecture Library

    This machine vision library is dedicated to David Marr, a pivotal scientist in the field, and embodies his vision for a pan-vision system. Library is implemented in GNU/GCC/AUTOMAKE free software so it's free to use and free to port. This library globs together individual algorithms into a complete vision system. The goal is to provide a larger framework for smaller work to be inserted.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    Utah Raster Toolkit

    Utah Raster Toolkit

    The Utah Raster Toolkit 3.0, patchlevel 2

    This is the Utah Raster Toolkit distribution version 3.0 of June, 1990. ~~~ librle.a, image.rle file type support, animation, rletogif, converters, many utilities. RLE format supports a great number of raw inner formats for applications to use, known together as .rle (ie, "stored windowing") ~~~ The Utah Raster toolkit is a collection of programs and C routines for dealing with raster images commonly encountered in computer graphics. It provides the following major functions: ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    Tom's Virtual Twm

    Tom's Virtual Twm

    small Viirtual Window Manager w/multihost panning deskops

    ...(X11 also supports each host runnign apps on the others' screen) (* also from: uwm, twm, swm, X11, contributors, possibly mostly so) notes: complicated m4 system feature is not currently working (linux) but automake configure makes the compile / install of this "classic Sun Site tarball" a breeze $ sh ./configure --with-xpm --with-shape $ make $ make install
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20

    ckon

    automatic build tool for ROOT data analysis software

    ckon is a C++ program/tool which automatically takes care of compilation, dictionary generation and linking of programs and libraries developed for data analyses within the CERN ROOT analysis framework. This includes parsing include headers to figure out which libraries the main programs need to be linked to. It uses automake/autoconf to be platform independent and GNU install compliant. In addition, m4 macros are automatically downloaded and the according compiler flags included based on a list of boost libraries provided in the config file.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    XmlPlus xsd2cpp : C++ XML Data Binding

    XmlPlus xsd2cpp : C++ XML Data Binding

    c++ xml data binding tool (free - lgpl)

    Provides XML Data Binding for C++ through XML Schema. Features: a) xsd2cpp - generates C++ XML Objects(X/O mapping) b) XML I/O ie. marshalling-unmarshalling(serialization-deserialization) c) roundtrip retains processing instructions and comments
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    Autotoolset is both a colection of small tools (scripts, emacs macros, etc.) to simplify project development with autoconf/automake/libtool/texinfo/emacs and a good documentation on how to get started on these tools and the whole GNU software model.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    Weblooker

    Weblooker

    Weblooker monitors serveral services on multiple systems for their sta

    Weblooker monitors serveral services on multiple systems for their status, up- and downtimes. A webgui and Android client to view the current status and logged downtimes is available as separately package.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25

    v3c-qt

    v3c/automake wrapper for Qt4

    The v3c-qt package ties Qt doxygen-generated documentation into the v3c documentation chain, so that client packages can "inherit" this in their own doxygen-generated documentation. It also provides automake rules for MOC, UIC and RCC, to ease their usage in the automake Makefile.am files of client projects.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • Next
MongoDB Logo MongoDB