summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* kubernetes: Request 4 CPUjjardon/kubernetes_testJavier Jardón2020-04-191-0/+1
* Run in kubernetesJavier Jardón2020-04-191-0/+2
* git: Do not checkout submodules by defaultJavier Jardón2020-04-185-11/+8
* Merge branch 'tristan/user-guide-refactor' into 'master'Tristan Van Berkom2020-04-18147-806/+4781
|\
| * doc/source/sessions-stored: Refreshing built session filestristan/user-guide-refactorTristan Van Berkom2020-04-1753-683/+2180
| * doc/source/conf.py: Update copyright yearTristan Van Berkom2020-04-171-1/+1
| * doc/examples/overlaps: Added new user guide entry for overlapping filesTristan Van Berkom2020-04-1716-0/+344
| * doc/examples/filtering: Added a new user guide entry about filter elementsTristan Van Berkom2020-04-1715-0/+433
| * doc/examples/composition: Adding user guide about split-rules and compose ele...Tristan Van Berkom2020-04-1717-1/+410
| * doc/examples/strict-mode: Adding a user guide for using non-strict build plansTristan Van Berkom2020-04-1717-0/+507
| * doc/examples/directives: Add user guide for using project options and directivesTristan Van Berkom2020-04-1710-0/+318
| * doc/examples/junction-includes: Adding new example about includes with junctionsTristan Van Berkom2020-04-1711-0/+376
| * doc: Refactoring junction documentationTristan Van Berkom2020-04-1711-97/+177
| * doc/source/using_developing.rst: Renamed to "Developing"Tristan Van Berkom2020-04-171-5/+5
| * doc/source/using_tutorial.rst: Renamed to "Getting started"Tristan Van Berkom2020-04-171-2/+2
| * doc/source/format_intro.rst: Clarifications around directivesTristan Van Berkom2020-04-171-15/+26
| * doc/source/main_glossary.rst: rename 'Core Plugin' -> 'Core plugin'Tristan Van Berkom2020-04-171-2/+2
|/
* Merge branch 'juerg/cache-key' into 'master'Jürg Billeter2020-04-172-2/+24
|\
| * tests/frontend/buildcheckout.py: Add non-strict testJürg Billeter2020-04-161-0/+22
| * element.py: Tweak cache key calculation for `BST_STRICT_REBUILD`Jürg Billeter2020-04-161-1/+1
| * element.py: Fix strong cache key calculation in non-strict modeJürg Billeter2020-04-161-1/+1
|/
* Merge branch 'valentindavid/include-options-from-junction' into 'master'Tristan Van Berkom2020-04-1621-12/+217
|\
| * Process options in includes files with the options of their junctionvalentindavid/include-options-from-junctionValentin David2020-04-1521-12/+217
|/
* Merge branch 'juerg/platform' into 'master'bst-marge-bot2020-04-1413-66/+66
|\
| * _sandboxbuildboxrun.py: Detect platforms supported by buildbox-runjuerg/platformJürg Billeter2020-04-142-8/+22
| * sandbox: Reinitialize class when pickle is usedJürg Billeter2020-04-142-0/+8
| * element.py: Move sandbox configuration check to __sandbox()Jürg Billeter2020-04-141-4/+2
| * Drop concept of partially supported sandbox configurationJürg Billeter2020-04-148-23/+7
| * sandbox: Make build-uid and build-gid configuration optionalJürg Billeter2020-04-146-28/+22
| * node.pyx: MappingNode.get_int(): Support `None` as defaultJürg Billeter2020-04-142-4/+6
|/
* Merge branch 'tristan/fix-docs-build-error' into 'master'Tristan Van Berkom2020-04-111-2/+2
|\
| * doc/source/main_glossary.rst: Fix docs build errorstristan/fix-docs-build-errorTristan Van Berkom2020-04-111-2/+2
|/
* Merge branch 'juerg/job-sigterm' into 'master'bst-marge-bot2020-04-093-11/+13
|\
| * _sandboxbuildboxrun.py: Reduce SIGTERM timeout to 15sJürg Billeter2020-04-091-1/+1
| * job.py: Use `_signals.terminator()` to handle `SIGTERM`Jürg Billeter2020-04-091-9/+7
| * _signals.py: Allow SIGTERM handler to call `os.exit()`Jürg Billeter2020-04-091-1/+5
|/
* Merge branch 'jjardon/wsl' into 'master'bst-marge-bot2020-04-081-3/+0
|\
| * Revert ".gitlab-ci.yml: Allow WSL test to fail"jjardon/wslJavier Jardón2020-04-081-3/+0
|/
* Merge branch 'abderrahim/public-data' into 'master'bst-marge-bot2020-04-082-1/+12
|\
| * cascache.py: use buildbox-casd when checking whether a file is cachedabderrahim/public-dataAbderrahim Kitouni2020-04-081-1/+7
| * _artifact.py: don't consider an artifact cached if public data is missingAbderrahim Kitouni2020-04-081-0/+5
|/
* Merge branch 'juerg/ci-schedules' into 'master'bst-marge-bot2020-04-081-0/+4
|\
| * .gitlab-ci.yml: Don't run win32 and wsl tests in scheduled pipelinesjuerg/ci-schedulesJürg Billeter2020-04-081-0/+4
|/
* Merge branch 'juerg/export-to-tar' into 'master'bst-marge-bot2020-04-083-9/+35
|\
| * tests/frontend/buildcheckout.py: Check mode and uid/gid in tarballjuerg/export-to-tarJürg Billeter2020-04-081-2/+13
| * _filebaseddirectory.py: Clear uid/gid/uname/gname in export_to_tar()Jürg Billeter2020-04-081-0/+4
| * _casbaseddirectory.py: Sort entries in export_to_tar()Jürg Billeter2020-04-081-1/+1
| * _casbaseddirectory.py: Fix file mode in export_to_tar()Jürg Billeter2020-04-081-2/+3
| * _filebaseddirectory.py: Fix encoding in open_file() for binary filesJürg Billeter2020-04-081-2/+7
| * _casbaseddirectory.py: Fix encoding in open_file() for binary filesJürg Billeter2020-04-081-2/+7
|/