summaryrefslogtreecommitdiff
path: root/.private
Commit message (Collapse)AuthorAgeFilesLines
* 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