1. 26 2月, 2015 1 次提交
  2. 14 2月, 2015 1 次提交
    • K
      Fix build with MSVC on CE · 9768e651
      Konstantin Ritt 提交于
      This code is C++ only. There isn't a single C++ compiler that fails to
      understand the "inline" keyword, since it's required by C++98. Any
      compiler older than C++98 is likely to choke on the template usage
      further down, so this isn't necessary.
      
      Moreover, the C++ standard says you cannot define macros.
      [lib.macro.names] says "Nor shall such a translation unit define macros
      for names lexically identical to keywords." -- technically, it's a
      promise that the Standard Library headers won't do it, the wording means
      that the entire translation unit won't do it, which implies no source
      can do it.
      
      MSVC complains about it:
      fatal error C1189: #error : The C++ Standard Library forbids macroizing
      keywords. Enable warning C4005 to find the forbidden macro.
      
      Author: Thiago Macieira <thiago.macieira@intel.com>
      9768e651
  3. 25 1月, 2015 3 次提交
  4. 13 12月, 2014 1 次提交
  5. 15 10月, 2014 2 次提交
  6. 01 10月, 2014 2 次提交
  7. 16 8月, 2014 1 次提交
  8. 13 8月, 2014 2 次提交
  9. 11 8月, 2014 2 次提交
  10. 07 8月, 2014 1 次提交
  11. 25 7月, 2014 1 次提交
    • B
      Minor warnings fixes · 7e8c3895
      Behdad Esfahbod 提交于
      Some systems insist on -Wmissing-field-initializers.  We have too many,
      by design.  Fix a few easy ones.
      7e8c3895
  12. 21 7月, 2014 1 次提交
  13. 20 7月, 2014 3 次提交
  14. 18 7月, 2014 2 次提交
  15. 12 7月, 2014 1 次提交
  16. 28 6月, 2014 1 次提交
  17. 20 6月, 2014 1 次提交
  18. 04 6月, 2014 3 次提交
  19. 29 4月, 2014 1 次提交
  20. 17 3月, 2014 1 次提交
  21. 31 12月, 2013 1 次提交
    • B
      [ot] Add Hangul shaper · c98b7183
      Behdad Esfahbod 提交于
      Not exhaustively tested, but I think I got the intended logic
      right.
      
      The logic can perhaps be simplified.  Maybe we should disabled
      normalization with this shaper.  Then again, for now focusing on
      correctness.
      c98b7183
  22. 13 11月, 2013 1 次提交
  23. 07 8月, 2013 1 次提交
  24. 11 6月, 2013 1 次提交
  25. 30 4月, 2013 1 次提交
  26. 17 4月, 2013 1 次提交
  27. 09 3月, 2013 1 次提交
  28. 28 2月, 2013 2 次提交