summaryrefslogtreecommitdiff
path: root/.private
Commit message (Collapse)AuthorAgeFilesLines
* CI: Run multithreaded stress test on LinuxTormod Volden2022-12-191-0/+1
| | | | Signed-off-by: Tormod Volden <debian.tormod@gmail.com>
* msvc: Correct usage comments about linkingShawn Hoffman2022-06-261-7/+4
| | | | Closes #1114
* Add container build for umockdevBenjamin Berg2022-03-181-0/+70
|
* git hooks: Remove "source" bashismTormod Volden2021-09-232-2/+2
| | | | | | | | "source" is not supported in Bourne shell Closes #997 Signed-off-by: Tormod Volden <debian.tormod@gmail.com>
* Documentation: Update the Windows binary snapshot README regarding UsbDkChris Dickens2020-08-181-1/+4
| | | | | | Closes #443 Signed-off-by: Chris Dickens <christopher.a.dickens@gmail.com>
* Add a way to skip the git hooks via an environment variableChris Dickens2020-04-162-0/+8
| | | | Signed-off-by: Chris Dickens <christopher.a.dickens@gmail.com>
* Move CI-related files into .private directory and add unified build scriptChris Dickens2020-03-313-0/+89
| | | | | | | | | | | | | | | | | | | | The files needed for Continuous Integration (AppVeyor, Travis) are not meant for public consumption, so clean up the root directory by moving these files underneath .private. Create a single build script that is leveraged by both AppVeyor and Travis. This script replaces the previous 'travis-autogen.sh' file and enables additional compiler warnings that should provide additional coverage for all build environments. Update the Travis configuration file to absorb the Brewfile and update the Xcode images. Per warnings from Travis, Xcode6.4 is obsolete, thus replace it with Xcode7.3. Additionally remove the "gcc" variants for the macOS builds. The builds never used gcc to begin with and actually using gcc causes build errors due to Clang-specific pragmas in the IOKit header files. Signed-off-by: Chris Dickens <christopher.a.dickens@gmail.com>
* Misc: Remove obsolete Windows DDK build filesChris Dickens2020-01-213-110/+1
| | | | Signed-off-by: Chris Dickens <christopher.a.dickens@gmail.com>
* Windows: Remove support for WinCE and Visual Studio older than 2013Chris Dickens2020-01-205-102/+5
| | | | | | | | | | | There appears to be no need for the WinCE backend anymore, and it is increasingly difficult to keep healthy as the rest of the library changes. Require at least Visual Studio 2013 to compile. This simplifies matters as there is some semblance of C99 support there. Signed-off-by: Chris Dickens <christopher.a.dickens@gmail.com>
* Misc: Fix pre-commit hook to not emit errors in non-Bash shellsChris Dickens2017-12-261-1/+7
| | | | Signed-off-by: Chris Dickens <christopher.a.dickens@gmail.com>
* Misc: Revert all references to libusb/libusb.infohjelmn@cs.unm.edu2014-01-087-35/+35
|
* WinCE: Include COPYING and license information in binary snapshots.Toby Gray2013-04-162-0/+6
|
* WinCE: Add internal build script for WinCE binariesToby Gray2013-04-113-2/+97
| | | | * Also copy over .pdb for WinCE and WDK generated DLLs
* Internal: Add fxload exe and sources to the Windows binary snapshotPete Batard2012-09-191-0/+4
|
* Misc: Update and shorten various libusbx URLsPete Batard2012-08-221-2/+2
|
* Misc: Separate nano from version.hPete Batard2012-05-101-10/+2
| | | | | | | | | * As version.h processed by autotools, the automatic updating of the nano there can result in unneeded reconfs (eg. after issuing a git pull, regardless of whether the conf is still valid) * Avoid this by placing the nano in its own file, as it won't be processed by autoconf. This also simplifies the versioning git hooks and removes the sed dependency.
* Samples: prefer __linux__ over __linux define in xusbPete Batard2012-05-101-1/+1
| | | | | | * While both should work, __linux__ seems to be preferred and what we use in threads_posix.c * Also fix a typo in .private/README.txt
* Misc: Add a missing newline at end of .private/README.txtLudovic Rousseau2012-04-151-1/+1
|
* Windows: add internal binary snapshot scriptsPete Batard2012-04-123-0/+198
|
* Git: add pre-commit and post-rewrite hooks for versioningPete Batard2012-04-113-0/+83
* Also adds the maintainer-only .private directory