1. 31 1月, 2019 1 次提交
  2. 26 1月, 2019 3 次提交
    • M
      Merge pull request #386 from teaguecl/teaguecl_example1_bugfix · d4511489
      Mark VanderVoord 提交于
      Fix error in example_1
      d4511489
    • T
      Fix error in example_1 and example_2 · bc2ab233
      teaguecl 提交于
      This test case had an error in both examples:
      test_FindFunction_WhichIsBroken_ShouldReturnZeroIfItemIsNotInList_WhichWorksEvenInOurBrokenCode
      
      It was supposed to be a list of values that are NOT in the list,
      and none of them should be found.  It incorrectly included '1'
      bc2ab233
    • T
      Fix error in example_1 · 9d1ffe26
      teaguecl 提交于
      This test case had an error:
      test_FindFunction_WhichIsBroken_ShouldReturnZeroIfItemIsNotInList_WhichWorksEvenInOurBrokenCode
      It was supposed to be a list of values that are NOT in the list,
      and none of them should be found.  It incorrectly included '1'
      which is a value in the list.
      
      The compile option -Wno-misleading-indentation was also added to
      remove a compiler warning produced by gcc 7.3.0
      9d1ffe26
  3. 25 1月, 2019 8 次提交
  4. 22 12月, 2018 2 次提交
  5. 11 12月, 2018 2 次提交
  6. 29 11月, 2018 8 次提交
  7. 14 11月, 2018 3 次提交
  8. 07 11月, 2018 1 次提交
  9. 02 11月, 2018 1 次提交
  10. 31 10月, 2018 5 次提交
  11. 28 10月, 2018 1 次提交
  12. 27 10月, 2018 2 次提交
  13. 22 10月, 2018 2 次提交
  14. 19 10月, 2018 1 次提交