All Projects → microsoft → Buildxl

microsoft / Buildxl

Licence: mit
Microsoft Build Accelerator

Projects that are alternatives of or similar to Buildxl

Libterm
iOS sandboxed terminal with Python, Lua and Clang
Stars: ✭ 348 (-48.52%)
Mutual labels:  cli, unix, sandbox
Yaspin
A lightweight terminal spinner for Python with safe pipes and redirects 🎁
Stars: ✭ 413 (-38.91%)
Mutual labels:  cli, unix
Ksm
A fast, hackable and simple x64 VT-x hypervisor for Windows and Linux. Builtin userspace sandbox and introspection engine.
Stars: ✭ 673 (-0.44%)
Mutual labels:  kernel, sandbox
Diskus
A minimal, fast alternative to 'du -sh'
Stars: ✭ 674 (-0.3%)
Mutual labels:  cli, filesystem
Qword
Operating system for x86_64 based around a "keep it simple and make it work" philosophy.
Stars: ✭ 367 (-45.71%)
Mutual labels:  kernel, unix
Fssb
A filesystem sandbox for Linux using syscall intercepts.
Stars: ✭ 375 (-44.53%)
Mutual labels:  filesystem, sandbox
Rm Protection
A safe alternative for "rm".
Stars: ✭ 416 (-38.46%)
Mutual labels:  unix, filesystem
Winfsp
Windows File System Proxy - FUSE for Windows
Stars: ✭ 4,071 (+502.22%)
Mutual labels:  kernel, filesystem
Xcodegen
A Swift command line tool for generating your Xcode project
Stars: ✭ 5,032 (+644.38%)
Mutual labels:  cli, xcode
Mario
Powerful Python pipelines for your shell
Stars: ✭ 469 (-30.62%)
Mutual labels:  cli, unix
Shenzhen
CLI for Building & Distributing iOS Apps (.ipa Files)
Stars: ✭ 4,668 (+590.53%)
Mutual labels:  cli, xcode
Imgur Screenshot
Take screenshot selection, upload to imgur. + more cool things
Stars: ✭ 540 (-20.12%)
Mutual labels:  cli, unix
Bfs
A breadth-first version of the UNIX find command
Stars: ✭ 336 (-50.3%)
Mutual labels:  unix, filesystem
Bpfd
Framework for running BPF programs with rules on Linux as a daemon. Container aware.
Stars: ✭ 396 (-41.42%)
Mutual labels:  cli, kernel
Fd
A simple, fast and user-friendly alternative to 'find'
Stars: ✭ 19,851 (+2836.54%)
Mutual labels:  cli, filesystem
Aquila
AquilaOS: UNIX-like Operating System
Stars: ✭ 413 (-38.91%)
Mutual labels:  kernel, unix
Cloudlibc
CloudABI's standard C library
Stars: ✭ 254 (-62.43%)
Mutual labels:  unix, sandbox
Data Science At The Command Line
Data Science at the Command Line
Stars: ✭ 3,174 (+369.53%)
Mutual labels:  cli, unix
Jtc
JSON processing utility
Stars: ✭ 425 (-37.13%)
Mutual labels:  cli, unix
Whipper
Python CD-DA ripper preferring accuracy over speed
Stars: ✭ 517 (-23.52%)
Mutual labels:  cli, unix

Microsoft Build Accelerator

BuildXL Icon

Introduction

Build Accelerator, BuildXL for short, is a build engine originally developed for large internal teams at Microsoft, and owned by the Tools for Software Engineers team, part of the Microsoft One Engineering System internal engineering group. Internally at Microsoft, BuildXL runs 30,000+ builds per day on monorepo codebases up to a half-terabyte in size with a half-million process executions per build, using distribution to thousands of data center machines and petabytes of source code, package, and build output caching. Thousands of developers use BuildXL on their desktops for faster builds even on mega-sized codebases.

BuildXL accelerates multiple build languages, including:

  • MSBuild (using new features under development in MSBuild 16 which will ship in future versions of Visual Studio 2019 and the .NET Core SDK)
  • CMake (under development)
  • Its own internal scripting language, DScript, an experimental TypeScript based format used as an intermediate language by a small number of teams inside Microsoft

BuildXL has a command-line interface. There are currently no plans to integrate it into Visual Studio. The project is open source in the spirit of transparency of our engineering system. You may find our technology useful if you face similar issues of scale. Note that BuildXL is not intended as a replacement for MSBuild or to indicate any future direction of build languages from Microsoft.

Documentation

The BuildXL documentation main page is here.

Examples and Demos

See the Examples/ folder for basic project examples. See the Demos page for information about various technical demos like using the process sandboxing code.

Building the Code

Build Status - Azure DevOps Pipelines

Build status

Command Line Build and Test

See the Developer Guide for instructions on compiling BuildXL.

Contributing

See CONTRIBUTING.

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].