All Projects → cmake-basis → legacy

cmake-basis / legacy

Licence: other
Legacy CMake BASIS project for versions 3.2 and older. For newer versions, go to

Programming Languages

C++
36643 projects - #6 most used programming language
CMake
9771 projects
python
139335 projects - #7 most used programming language
perl
6916 projects
shell
77523 projects

Projects that are alternatives of or similar to legacy

ngx http hmac secure link module
HMAC Secure Link module for NGINX.
Stars: ✭ 47 (+261.54%)
Mutual labels:  legacy
moip-sdk-java-le
Cliente em JAVA para integração server-side com APIs Moip v2
Stars: ✭ 25 (+92.31%)
Mutual labels:  legacy
nreco
Model-driven framework for ASP.NET business apps [LEGACY, NOT MAINTAINED]
Stars: ✭ 27 (+107.69%)
Mutual labels:  legacy
snmp notifier
A webhook to relay Prometheus alerts as SNMP traps, because sometimes, you have to deal with legacy
Stars: ✭ 33 (+153.85%)
Mutual labels:  legacy
cashaddress
Python tool for convert bitcoin cash legacy addresses
Stars: ✭ 40 (+207.69%)
Mutual labels:  legacy
ansible-archlinux
Automated arch linux desktop environment
Stars: ✭ 56 (+330.77%)
Mutual labels:  legacy
dart sealed
Dart and Flutter sealed class generator and annotations, with match methods and other utilities. There is also super_enum compatible API.
Stars: ✭ 16 (+23.08%)
Mutual labels:  legacy
fortran-legacy-tools
Three tools to deal with Fortran code: fixed to free source form converter, upper- to lowercase converter, formatter for variable declarations
Stars: ✭ 40 (+207.69%)
Mutual labels:  legacy
symfony-intl-fix
Provides the symfony/intl fix for new php version in symfony 2.8
Stars: ✭ 20 (+53.85%)
Mutual labels:  legacy
Hackintosh-ASUS-A455LF-Notebook
EFI Folder for ASUS A455LF-WX039D Notebook Series with Clover/OpenCore Legacy or UEFI
Stars: ✭ 27 (+107.69%)
Mutual labels:  legacy
get-css-data
A micro-library for collecting stylesheet data from link and style nodes
Stars: ✭ 29 (+123.08%)
Mutual labels:  legacy
Ventoy
A new bootable USB solution.
Stars: ✭ 29,413 (+226153.85%)
Mutual labels:  legacy
tmwa
DEPRECATED: The server running The Mana World Legacy. All new projects should use Hercules instead. See the "evol-hercules" repo.
Stars: ✭ 44 (+238.46%)
Mutual labels:  legacy
kryptonite
Enable AMD/NVIDIA eGFX for All Thunderbolt Macs with SIP, ART & FileVault support.
Stars: ✭ 94 (+623.08%)
Mutual labels:  legacy
w4py
Webware for Python
Stars: ✭ 21 (+61.54%)
Mutual labels:  legacy
react-infinity-menu
A react component that displays an unlimited deep menu
Stars: ✭ 59 (+353.85%)
Mutual labels:  legacy
aim
Artificial Intelligence Modules, components to run in the Internet of Things framework, Dodedodo.com, http://dodedodo.com. These modules will run on your smartphone, on a raspberry pi, on a server, in a docker, and all native, in C++! The modules communicate through firewalls using XMPP. And on single machine they can use ZeroMQ, YARP, or Androi…
Stars: ✭ 13 (+0%)
Mutual labels:  legacy

=========== CMake BASIS

Build Status

The CMake Build system And Software Implementation Standard (BASIS) makes it easy to create sharable software and libraries that work together. This is accomplished by combining and documenting some of the best practices and utilities available. More importantly, BASIS supplies a fully integrated suite of functionality to make the whole process seamless!

Homepage | GitHub | SourceForge | Open Hub (Ohloh) | Travis CI

Features

Project Creation

  • Quick project setup with mad-libs style text substitution
  • Customizable project templates

Standards

  • Filesystem layout standards
  • Basic software implementation standards
  • Command-line parsing standards
  • Guidelines on coding style

Build system utilities

  • New CMake Module APIs
  • Version Control Integration
  • Automatic Packaging

Documentation

  • Documentation generation tools
  • Manuals
  • PDF and HTML output of each
  • Integrated with CMake APIs

Testing

  • Unit testing
  • Continuous integration
  • Executable testing frameworks

Program Execution

  • Parsing library
  • Command execution library
  • Unix philosophy and tool chains

Supported Languages:

  • C++, BASH, Python, Perl, MATLAB

Supported Packages:

  • CMake, CPack, CTest/CDash, Doxygen, Sphinx, Git, Subversion, reStructuredText, gtest, gflags, Boost, and many more, including custom packages.

Get Started

  1. Get your first taste with the Quick Start Guide.
  2. Check out the How-to Guides for easy introductions to common tasks.
  3. Learn more About CMake BASIS, where it came from and why.
  4. Investigate the Reference and API for more in-depth information.

Documentation

Additional documentation is available in several locations:

Installation

See the installation instructions or the INSTALL file. Information on where the executables and libraries, the auxiliary data, and the documentation files get installed is also available there. For more concise installation steps, have a look at the Quick Start Installation.

Help

If you need help after searching the documentation or want to report a problem, you can reach the CMake BASIS developers on GitHub using the CMake BASIS Issue Tracker.

License

Copyright (c) 2011-2013 University of Pennsylvania
Copyright (c) 2013-2015 Andreas Schuh
Copyright (c) 2013-2014 Carnegie Mellon University

CMake BASIS is available under a BSD compatible license. The complete license text can be found on the download page and in the COPYING.txt file.

Package Content

Path Content description
BasisProject.cmake Meta-data used for the build configuration.
[CMakeLists.txt] 21 Root CMake configuration file.
[config/] 22 Package configuration files.
[data/templates/] 23 Project templates.
[doc/] 24 Documentation source files.
[example/] 25 Example files used in the tutorials.
[include/] 26 Public header files.
[src/cmake/] 27 CMake implementations and corresponding auxiliary files.
[src/geshi/] 28 A language file written in PHP for use with GeSHi, a source code highlighting extension for MediaWiki.
[src/sphinx/] 29 Themes and extensions for the Sphinx documentation tool.
[src/tools/] 30 Source code of command-line tools.
[src/utilities/] 31 Source code of utility functions.
[test/] 32 Unit tests for the provided libraries.
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].