summaryrefslogtreecommitdiffstats
path: root/Source/kwsys/Registry.cxx
Commit message (Collapse)AuthorAgeFilesLines
* KWSys: Avoid passing string literal as char*Brad King2010-12-281-1/+2
| | | | | | Pass the lpClass argument of RegCreateKeyEx as a real char[] instead of a string literal. At least one platform declares the argument as char* instead of "const char*".
* Convert KWSys to OSI-approved BSD LicenseBrad King2009-09-281-11/+9
| | | | | | | This converts the KWSys license to a pure 3-clause OSI-approved BSD License. We drop the previous license clause requiring modified versions to be plainly marked. We also update the KWSys copyright to cover the full development time range.
* ENH: make sure value is set before using itBill Hoffman2006-10-031-1/+1
|
* COMP: Added missing headers. This partially addresses bug#3556.Brad King2006-08-011-0/+2
|
* COMP: Remove warningsAndy Cedilnik2006-07-131-3/+3
|
* BUG: Fix error conditionsAndy Cedilnik2006-07-121-3/+3
|
* COMP: Remove warningsAndy Cedilnik2006-07-121-3/+3
|
* ENH: add support for win64 for visual studio 2005 ide and nmake, also fix ↵Bill Hoffman2006-03-301-3/+3
| | | | warnings produced by building for win64
* STYLE: Make sure to use the proper cast.Mathieu Malaterre2006-03-101-1/+1
|
* STYLE: Minor styleMathieu Malaterre2006-03-091-31/+31
|
* ENH: add missing cmake depend hacksBill Hoffman2006-03-061-0/+12
|
* ENH: fix std in kwsys, has to be kwsys_stlBill Hoffman2006-03-031-1/+0
|
* ENH: check in new find stuffBill Hoffman2006-03-021-0/+1
|
* ENH: add support for watcom wmake and wcl386Bill Hoffman2006-01-171-9/+6
|
* COMP: Try to remove warningsAndy Cedilnik2005-09-221-18/+14
|
* BUG: Remove warning and try to fix memory problemAndy Cedilnik2005-09-191-5/+6
|
* BUG: On WIN32, since we are using subkey, set itAndy Cedilnik2005-09-171-1/+5
|
* COMP: Remove unused variableAndy Cedilnik2005-09-161-2/+0
|
* BUG: Fix encoding and add deleting to the testAndy Cedilnik2005-09-161-3/+3
|
* ENH: Modify API a little bit to allow arbitrary length values. Encode ↵Andy Cedilnik2005-09-161-45/+136
| | | | certain characters. Rename UNIX registry to FILE registry. More testing
* COMP: Remove problem on borlandAndy Cedilnik2005-09-161-7/+4
|
* COMP: Remove some more warningsAndy Cedilnik2005-09-161-13/+11
|
* ENH: Cleanups and expose unix registry on windows (for cygwin etc)Andy Cedilnik2005-09-161-25/+23
|
* COMP: Win32 fixesAndy Cedilnik2005-09-161-28/+62
|
* ENH: More handling of unix versus windows registryAndy Cedilnik2005-09-161-99/+132
|
* ENH: Initial importAndy Cedilnik2005-09-161-0/+658