1. 11 3月, 2021 1 次提交
  2. 09 9月, 2020 1 次提交
  3. 29 7月, 2016 1 次提交
  4. 28 7月, 2016 1 次提交
  5. 27 7月, 2016 2 次提交
  6. 28 6月, 2016 1 次提交
  7. 17 5月, 2015 2 次提交
  8. 28 4月, 2012 1 次提交
    • K
      Mark library functions as "C" linkage · 9af7ca10
      Kevin Pyle 提交于
      The documentation disclaims support for building with a C++ compiler, so
      it is reasonable to assume that the library will be built with a plain C
      compiler, so the functions will all have plain C linkage.  By default, a
      C++ application that wished to use libiniparser would need to wrap the
      inclusion of libiniparser headers in 'extern "C" { ... }' to reflect the
      C linkage of libiniparser.  Instead, place that marker directly in the
      libiniparser headers, so that client applications do not need to care.
      This has no effect on normal compilation of libiniparser, since the new
      markers are inside a '#ifdef __cplusplus' guard, and straight C
      compilers do not define __cplusplus.
      9af7ca10
  9. 08 4月, 2012 1 次提交
  10. 04 4月, 2012 1 次提交
  11. 10 7月, 2011 1 次提交
  12. 09 7月, 2011 1 次提交
  13. 04 4月, 2011 1 次提交
  14. 03 3月, 2011 1 次提交
  15. 20 8月, 2010 1 次提交