-
Notifications
You must be signed in to change notification settings - Fork 29
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Updated 0.2 branch to the latest trunk (401:457) in preparation for t…
…he release.
- Loading branch information
Showing
116 changed files
with
3,730 additions
and
902 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
2010-05-27: 0.2.0 | ||
* XML input supported | ||
* Specification example output supported | ||
* Source code output supported | ||
* Stream library redesigned | ||
* A lot of other (smaller) changes and fixes | ||
|
||
2010-05-27: 0.1.3 | ||
* Minor bug fixes | ||
|
||
2010-03-03: 0.1.2 | ||
* Minor bug fixes | ||
|
||
2010-02-27: 0.1.1 | ||
* Native input supported | ||
* XML output supported |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,67 @@ | ||
dnl | ||
dnl hidrd/cfg.h template. | ||
dnl | ||
dnl Copyright (C) 2010 Nikolai Kondrashov | ||
dnl | ||
dnl This file is part of hidrd. | ||
dnl | ||
dnl Hidrd is free software; you can redistribute it and/or modify | ||
dnl it under the terms of the GNU General Public License as published by | ||
dnl the Free Software Foundation; either version 2 of the License, or | ||
dnl (at your option) any later version. | ||
dnl | ||
dnl Hidrd is distributed in the hope that it will be useful, | ||
dnl but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
dnl MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
dnl GNU General Public License for more details. | ||
dnl | ||
dnl You should have received a copy of the GNU General Public License | ||
dnl along with hidrd; if not, write to the Free Software | ||
dnl Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA | ||
dnl | ||
dnl @(#) $Id$ | ||
dnl | ||
`/* | ||
* vim:nomodifiable | ||
* | ||
* ********** DO NOT EDIT ************* | ||
* This file is generated from cfg.h.m4 | ||
* ************************************ | ||
*/ | ||
/** @file | ||
* @brief HID report descriptor - configuration | ||
* | ||
* Copyright (C) 2010 Nikolai Kondrashov | ||
* | ||
* This file is part of hidrd. | ||
* | ||
* Hidrd is free software; you can redistribute it and/or modify | ||
* it under the terms of the GNU General Public License as published by | ||
* the Free Software Foundation; either version 2 of the License, or | ||
* (at your option) any later version. | ||
* | ||
* Hidrd is distributed in the hope that it will be useful, | ||
* but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
* GNU General Public License for more details. | ||
* | ||
* You should have received a copy of the GNU General Public License | ||
* along with hidrd; if not, write to the Free Software | ||
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA | ||
* | ||
* @author Nikolai Kondrashov <[email protected]> | ||
*/ | ||
|
||
#ifndef __HIDRD_CFG_H__ | ||
#define __HIDRD_CFG_H__ | ||
|
||
/** Defined if options library is built */ | ||
#'WITH_OPT_DIRECTIVE()` HIDRD_WITH_OPT | ||
|
||
/** Defined if tokens should be supported across all relevant libraries */ | ||
#'WITH_TOKENS_DIRECTIVE()` HIDRD_WITH_TOKENS | ||
|
||
/** Defined if names should be supported across all relevant libraries */ | ||
#'WITH_NAMES_DIRECTIVE()` HIDRD_WITH_NAMES | ||
|
||
#endif /* __HIDRD_CFG_H__ */' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.