• Stars
    star
    428
  • Rank 97,640 (Top 2 %)
  • Language
    C
  • License
    MIT License
  • Created almost 14 years ago
  • Updated 5 months ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Tundra is a code build system that tries to be accurate and fast for incremental builds

Build Status

Tundra, a build system

Tundra is a high-performance code build system designed to give the best possible incremental build times even for very large software projects.

Tundra is portable and works on

  • macOS
  • Linux
  • FreeBSD
  • Windows (XP or later - binary releases require Vista/64 or later - for XP support build from source using MinGW.)

Porting to UNIX-like platforms will be very easy, porting to other platforms will take a little bit of work in a few well-defined places.

See doc/manual.asciidoc for more detailed usage information.

There is a companion Visual Studio 2012 addin that might be useful. See https://github.com/deplinenoise/tundra-vsplugin for details.

Binaries

Windows installers are available for download in the releases tab.

macOS package is available via Homebrew: brew install tundra

License and Copyright

Tundra is Copyright 2010-2018 Andreas Fredriksson.

Tundra is made available under the MIT license. See the file COPYING for the complete license text. (Tundra was previously made available under the GPL license, but this hindered commercial adoption and all contributors agreed to change the license to MIT.)

Tundra uses Lua. See below for Lua's licensing terms.

Tundra includes a public domain Lua Debugger, see below.

Lua

Copyright (c) 1994-2008 Lua.org, PUC-Rio. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

Lua Debugger

Tundra includes an optional Lua CLI debugger which is public domain software written by Dave Nichols.

The debugger was obtained from luaforge.net.

More Repositories

1

ig-memtrace

Memory Tracing Software
C#
425
star
2

webby

A tiny webserver for game development
C
270
star
3

ig-debugheap

Debug heap useful for tracking down memory errors.
C
172
star
4

c-amplify

S-expression source translation and macro expansion utility
Common Lisp
80
star
5

deluxe68

A simple register allocator frontend for 68k assembly
C++
42
star
6

amiga-sdk

Bootstrap scripts for vbcc/vlink/vasm toolchain
C
27
star
7

ig-dedupe

OpenCL-based optical disc layout tool from Insomniac Games
C
26
star
8

trackloader

Amiga floppy trackloader bootblock + Demo startup.
Assembly
23
star
9

rlaunch

Amiga remote command launcher for cross development
C
20
star
10

sse-expr

Generate SSE expressions from prefix expressions
Common Lisp
20
star
11

m68kdecode

M68k instruction decoder written in Rust
Rust
14
star
12

alt

A Little Template Code Generator for C++
C
11
star
13

sse-docset

Create Dash docset from Intel Intrinsic Guide data
Perl
10
star
14

tundra-vsplugin

Visual Studio extension to improve interaction with Tundra 2.0 generated projects & solutions.
C#
10
star
15

blobct

Python library and C/Asm codegen to generate/work with binary blobs (load-in-place/mmap)
Python
6
star
16

intel-ref

Look up instructions in Intel's instruction reference PDFs and launches PDF viewer
Vim Script
6
star
17

win-path-control

Utility to add & remove paths from the system's PATH environment variable in the registry.
C++
5
star
18

vlink

Private copy of vlink with patches.
C
5
star
19

msvc-compiler-hook

Dynamic command line rewriting for Visual Studio 2008 to launch 3rd party tools, e.g. for cross compilation
C#
4
star
20

lemon-win32

Windows x64 build of the Lemon Parser generator - http://www.hwaci.com/sw/lemon/
C
4
star
21

c-amplify-swig

Experimental SWIG backend for c-amplify
C++
3
star
22

blobc3

Simple header/asm inc generator for mixed asm/c development
C#
3
star
23

ftgl

A repository of ftgl.
C++
2
star
24

vimcfg

This is where I keep my Vim configuration, with links to plugins as submodules where appropriate.
Shell
1
star