1. 12 8月, 2015 1 次提交
    • F
      Add .sap Visual Studio profiler session file · 929482ab
      Felipe Plets 提交于
      In Windows Phone 8 development each profiler session generates a new .sap file, which is automatically added to the root of the project. This is an XML manifest describing the detailed profiler logs created in the PerfLogs folder.
      929482ab
  2. 07 8月, 2015 1 次提交
  3. 06 8月, 2015 1 次提交
  4. 31 7月, 2015 3 次提交
  5. 28 7月, 2015 1 次提交
  6. 24 7月, 2015 2 次提交
  7. 23 7月, 2015 2 次提交
  8. 16 7月, 2015 1 次提交
  9. 15 7月, 2015 5 次提交
  10. 14 7月, 2015 1 次提交
  11. 06 7月, 2015 1 次提交
  12. 02 7月, 2015 1 次提交
  13. 01 7月, 2015 2 次提交
  14. 30 6月, 2015 2 次提交
  15. 28 6月, 2015 2 次提交
  16. 26 6月, 2015 1 次提交
  17. 24 6月, 2015 5 次提交
  18. 18 6月, 2015 3 次提交
  19. 11 6月, 2015 1 次提交
  20. 09 6月, 2015 1 次提交
    • B
      [ObjC][Swift] Ignore Xcode SCM blueprint files · 4323f1e2
      Brian Gesiak 提交于
      These files are automatically generated by Xcode and maintain
      information regarding source control. Xcode is typically used
      in Objective-C and Swift projects, so add these to the ignored files for
      these platforms.
      4323f1e2
  21. 02 6月, 2015 2 次提交
  22. 30 5月, 2015 1 次提交
    • C
      Merge pull request #1523 from dash00/master · e27b4277
      Carl Suster 提交于
      [Tex] Change *.mtc0 to *.mtc[0-9] *.mtc[1-9][0-9]
      
      >`\@tocfile`
      The name of the file containing the minitoc is constructed from `\jobname` and a suffix `\@tocfile`, which is `.mtc` (long extensions) or `.M` (short extensions) followed by the absolute number of the minitoc.
      
      ```
      \if@mtc@longext@
        \def\@tocfile{mtc\The@mtc}%
      \else
        \def\@tocfile{M\The@mtc}%
      \fi
      ```
      e27b4277