| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Moved bundle.lua to scripts/bundle.lua to keep root clean | Martin Ridgers | 2022-01-20 | 1 | -183/+0 |
| | | |||||
| * | An implementation of 'xmake bundle' for Linux | Martin Ridgers | 2022-01-20 | 1 | -0/+23 |
| | | |||||
| * | Fixed incorrect zip file path | Martin Ridgers | 2022-01-20 | 1 | -1/+1 |
| | | |||||
| * | Raise an error if a given vcpkg tool is not found | Martin Ridgers | 2022-01-20 | 1 | -0/+4 |
| | | |||||
| * | 'xmake bundle' for Mac | Martin Ridgers | 2022-01-20 | 1 | -0/+33 |
| | | |||||
| * | Answer Yes to everything xmake wants to do when bundling | Martin Ridgers | 2022-01-20 | 1 | -2/+3 |
| | | |||||
| * | Xmake should be run before checking for sentry-native output | Martin Ridgers | 2022-01-20 | 1 | -2/+2 |
| | | |||||
| * | Use os.tryrm instead of os.rm so failed deletes don't abort | Martin Ridgers | 2022-01-20 | 1 | -1/+1 |
| | | |||||
| * | Added support for using info-zip with 'xmake bundle' | Martin Ridgers | 2022-01-20 | 1 | -0/+10 |
| | | |||||
| * | Refactored 'xmake bundle' so steps can be reused on other platforms | Martin Ridgers | 2022-01-20 | 1 | -57/+82 |
| | | |||||
| * | Moved 'xmake bundle' implementation into bundle.lua | Martin Ridgers | 2022-01-20 | 1 | -0/+87 |
| This appears to be necessary in order to be able to split the bundling code up into functions. Functions implemented in xmake.lua files are not persistented in the global table by the time task.on_run() is called | |||||