My favorites | Sign in
Project Logo
                
Details: Show all Hide all

Older

  • Sep 14, 2009
    r53 (release 4.12) committed by brofield   -   release 4.12
    release 4.12
  • Sep 10, 2009
    r52 (Fix for security warnings with VC9) committed by brofield   -   Fix for security warnings with VC9
    Fix for security warnings with VC9
  • Sep 09, 2009
    r51 (ensure that UTF32 is 32-bits on a 64-bit platform. It should...) committed by brofield   -   ensure that UTF32 is 32-bits on a 64-bit platform. It should still be 32 on a 32-bit platform even with this change.
    ensure that UTF32 is 32-bits on a 64-bit platform. It should still be 32 on a 32-bit platform even with this change.
  • Jun 30, 2009
    r50 (release of 4.11 (again)) committed by brofield   -   release of 4.11 (again)
    release of 4.11 (again)
  • Jun 30, 2009
    r49 (add test target to Makefile ) committed by brofield   -   add test target to Makefile
    add test target to Makefile
  • Jun 30, 2009
    r48 (nup. not this version either.) committed by brofield   -   nup. not this version either.
    nup. not this version either.
  • Jun 30, 2009
    r47 (revert to vc2003 project files) committed by brofield   -   revert to vc2003 project files
    revert to vc2003 project files
  • Jun 30, 2009
    r46 (build with VC2008 no warnings) committed by brofield   -   build with VC2008 no warnings
    build with VC2008 no warnings
  • Jun 30, 2009
    r45 (test script (although really just testing in name rather tha...) committed by brofield   -   test script (although really just testing in name rather than spirit)
    test script (although really just testing in name rather than spirit)
  • Jun 30, 2009
    r44 (fixing mime-types and line endings) committed by brofield   -   fixing mime-types and line endings
    fixing mime-types and line endings
  • Jun 30, 2009
    r43 (include latest update) committed by brofield   -   include latest update
    include latest update
  • Jun 30, 2009
    r42 (include latest update) committed by brofield   -   include latest update
    include latest update
  • Jun 30, 2009
    r41 (fix CRLF) committed by brofield   -   fix CRLF
    fix CRLF
  • Jun 30, 2009
    r40 (4.11) committed by brofield   -   4.11
    4.11
  • Jun 30, 2009
    r39 (add support for Borland C. version 4.11) committed by brofield   -   add support for Borland C. version 4.11
    add support for Borland C. version 4.11
  • Jun 09, 2009
    r38 (* add ability to force an value to replace an existing value...) committed by brofield   -   * add ability to force an value to replace an existing value in a multi-key INI file
    * add ability to force an value to replace an existing value in a multi-key INI file
  • Jun 09, 2009
    r37 (release 4.9.1) committed by brofield   -   release 4.9.1
    release 4.9.1
  • Jun 09, 2009
    r36 (prepare for release) committed by brofield   -   prepare for release
    prepare for release
  • Jun 09, 2009
    r35 (* ensure that newlines are converted in section comments) committed by brofield   -   * ensure that newlines are converted in section comments
    * ensure that newlines are converted in section comments
  • Jun 08, 2009
    r34 (version 4.9) committed by brofield   -   version 4.9
    version 4.9
  • Jun 08, 2009
    r33 (update to version 4.9) committed by brofield   -   update to version 4.9
    update to version 4.9
  • Jun 08, 2009
    r32 (update to version 4.9) committed by brofield   -   update to version 4.9
    update to version 4.9
  • Jun 08, 2009
    r31 (* clear the list when calling "GetAll*" functions so that th...) committed by brofield   -   * clear the list when calling "GetAll*" functions so that the returned items are only for that call and are not added to * ensure that GetAllValues returns the comment and load order for that value * when saving the file, ensure that keys with multiple values save each individual comment for each value
    * clear the list when calling "GetAll*" functions so that the returned items are only for that call and are not added to * ensure that GetAllValues returns the comment and load order for that value * when saving the file, ensure that keys with multiple values save each individual comment for each value
  • Jun 03, 2009
    r30 (add spaces around the = sign when writing out the file) committed by brofield   -   add spaces around the = sign when writing out the file
    add spaces around the = sign when writing out the file
  • Dec 25, 2008
    issue 2 (Keys are sorted, but it's not wanted sometimes.) Status changed by brofield   -   The keys or values in TNamesDepend may be sorted into original load order. http://code.jellycan.com/simpleini/ Try CSimpleIniA::TNamesDepend keys; ini.GetAllKeys(category, keys); keys.sort(); or CSimpleIniA::TNamesDepend keys; ini.GetAllKeys(category, keys); keys.sort(CSimpleIniA::Entry::LoadOrder());
    Status: Invalid
    The keys or values in TNamesDepend may be sorted into original load order. http://code.jellycan.com/simpleini/ Try CSimpleIniA::TNamesDepend keys; ini.GetAllKeys(category, keys); keys.sort(); or CSimpleIniA::TNamesDepend keys; ini.GetAllKeys(category, keys); keys.sort(CSimpleIniA::Entry::LoadOrder());
    Status: Invalid
  • Dec 23, 2008
    issue 2 (Keys are sorted, but it's not wanted sometimes.) reported by billdavidcn   -   What steps will reproduce the problem? 1. CSimpleIniA::TNamesDepend keys; ini.GetAllKeys(category, keys); What is the expected output? What do you see instead? Expect: keys are stored as configured. But it seems all keys are sorted. What version of the product are you using? On what operating system? 4.8.2 Please provide any additional information below. No
    What steps will reproduce the problem? 1. CSimpleIniA::TNamesDepend keys; ini.GetAllKeys(category, keys); What is the expected output? What do you see instead? Expect: keys are stored as configured. But it seems all keys are sorted. What version of the product are you using? On what operating system? 4.8.2 Please provide any additional information below. No
  • Sep 22, 2008
    r29 (disable copy constructor and operator= prepare for new relea...) committed by brofield   -   disable copy constructor and operator= prepare for new release
    disable copy constructor and operator= prepare for new release
 
Hosted by Google Code