summaryrefslogtreecommitdiff
path: root/.private
AgeCommit message (Collapse)AuthorFilesLines
2014-01-08Misc: Revert all references to libusb/libusb.infohjelmn@cs.unm.edu7-35/+35
2013-04-16WinCE: Include COPYING and license information in binary snapshots.Toby Gray2-0/+6
2013-04-11WinCE: Add internal build script for WinCE binariesToby Gray3-2/+97
* Also copy over .pdb for WinCE and WDK generated DLLs
2012-09-19Internal: Add fxload exe and sources to the Windows binary snapshotPete Batard1-0/+4
2012-08-22Misc: Update and shorten various libusbx URLsPete Batard1-2/+2
2012-05-10Misc: Separate nano from version.hPete Batard1-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.
2012-05-10Samples: prefer __linux__ over __linux define in xusbPete Batard1-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
2012-04-15Misc: Add a missing newline at end of .private/README.txtLudovic Rousseau1-1/+1
2012-04-12Windows: add internal binary snapshot scriptsPete Batard3-0/+198
2012-04-11Git: add pre-commit and post-rewrite hooks for versioningPete Batard3-0/+83
* Also adds the maintainer-only .private directory