Skip to content

adriandiglio/BuildXL

This branch is 2717 commits behind microsoft/BuildXL:main.

Folders and files

NameName
Last commit message
Last commit date
Aug 2, 2022
Jun 8, 2022
Nov 8, 2021
Jul 29, 2022
Dec 16, 2021
Aug 2, 2022
Aug 4, 2022
Aug 1, 2022
Jul 29, 2022
Jun 30, 2022
Jan 20, 2020
Jan 12, 2022
Nov 6, 2018
Apr 2, 2020
Jul 29, 2022
Apr 23, 2022
May 9, 2022
Mar 28, 2019
Mar 28, 2019
Mar 28, 2019
Mar 28, 2019
Apr 12, 2019
Aug 19, 2019
Oct 27, 2021
Dec 2, 2019
Apr 9, 2019
May 27, 2022
Jun 20, 2022
Mar 28, 2019
Nov 18, 2021
Aug 2, 2022
Aug 19, 2019
Mar 28, 2019
Mar 12, 2020
Mar 28, 2019
Aug 2, 2022
Feb 11, 2020
Mar 28, 2019
Jul 27, 2022
Jul 29, 2022
Apr 19, 2022
Jun 29, 2022
Jul 9, 2022
Apr 29, 2022
Mar 28, 2019
Jul 21, 2020
Jan 7, 2022
Sep 17, 2021
Apr 13, 2022
Nov 4, 2020

Repository files navigation

BuildXL (Microsoft Build Accelerator)

BuildXL Icon

Introduction

BuildXL (Microsoft Build Accelerator), is a build engine originally developed for large internal teams at Microsoft. Internally at Microsoft, BuildXL runs 150,000+ builds per day on monorepo codebases up to a half-terabyte in size with a half-million process executions per build. It leverages 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.

BuildXL accelerates multiple build languages, including:

  • JavaScript
  • MSBuild (experimental: using new features under development in MSBuild 16 which will ship in future versions of Visual Studio 2019 and the .NET Core SDK)
  • CMake / Ninja (beta)
  • 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.

Examples

See the Examples/ folder for basic project examples.

Documentation

The BuildXL documentation landing page is here and look at the developer guide in order to understand how to build and use BuildXL.

Build Status - Azure DevOps Pipelines

Build status

About

Microsoft Build Accelerator

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C# 89.5%
  • TypeScript 6.2%
  • C++ 3.4%
  • Batchfile 0.3%
  • C 0.2%
  • PowerShell 0.2%
  • Other 0.2%