aboutsummaryrefslogtreecommitdiffstats
path: root/.devcontainer
Commit message (Collapse)AuthorAgeFilesLines
* fixing build.sh not returning error in build (#1460)cybuzuma2022-12-131-1/+11
| | | | | | | | | | Return the build status as return code from the `main` helper function. In the process convert the handling if the file was sourced or directly executed into an explicit if/else statement to make the intent clearer. In case of an build error the error is now reported at the build step, where the error happened. Fixes: https://github.com/InfiniTimeOrg/InfiniTime/issues/1292
* Remove CMake targets and corresponding CLI arguments that are specific to ↵Jean-François Milants2022-09-171-1/+0
| | | | the debugging environment (USE_JLINK, USE_OPENOCD and USE_GDB_CLIENT).
* Fix markdown format with autoformatter (#1284)Riku Isokoski2022-08-211-15/+10
|
* Fixed container to use clang-format-12 and format on saveStephanie2021-11-281-2/+4
|
* Update git URLS, MCUboot is now independent w/ different GitHub org.carlosperate2021-10-172-2/+2
|
* Setup plugins for Clang-tidy/formatTim Keller2021-08-092-2/+4
|
* Typos for daysTim Keller2021-08-071-16/+16
|
* Updated documentationTim Keller2021-08-071-2/+2
|
* Added cmake variantsTim Keller2021-08-076-4/+76
|
* added extra .sh build filesNiall Cooling2021-08-072-0/+4
|
* added clang-tidy/format to containerNiall Cooling2021-08-071-0/+2
|
* added dos2unix to docker for Win10 and default to release buildNiall Cooling2021-08-073-3/+5
|
* macOS and Win10 dockerfileNiall Cooling2021-08-073-3/+7
|
* removed dependency on build.shAzureAD\NiallCooling2021-08-071-5/+12
|
* added devcontainer filesNiall Cooling2021-08-073-0/+153