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