Skip to content
Snippets Groups Projects
  1. May 29, 2020
  2. May 28, 2020
  3. May 27, 2020
  4. May 26, 2020
  5. May 25, 2020
  6. May 22, 2020
  7. May 20, 2020
    • Patrick Quist's avatar
      minimum effort support (#1979) · 3338076a
      Patrick Quist authored
      3338076a
    • Ethan Slattery's avatar
      Ewavr (#1707) · 7fcca148
      Ethan Slattery authored
      * basic IAR EWAVR compiler support
      
      * basic line number parsing for colored lines
      
      * Better Line Number Parsing (line numbers are right aligned)
      
      * remove unused imports in compiler object
      
      * removed unused lines from asm-parser-ewavr.js since Travis complained about them
      
      * Assorted fixes from code review
      
      * update processAsm() method to work with new style after rebase
      
      * rework EWAVR asm parser. IAR seems to be closer to msvc.
      
      * filter section initialize labels as assembler directives
      
      * Add documentation for EWAVR
      7fcca148
    • Patrick Quist's avatar
      enables binary+execution for ADA (#1971) · 5bc4e3b1
      Patrick Quist authored
      * enables binary+execution for ADA
      
      * generic bandaid for missing executables
      
      * -eS commands are not errors
      
      * support error annotations
      
      * restore original default but add exec example
      
      * re-enable rpath
      
      * add tools
      5bc4e3b1
    • Patrick Quist's avatar
      remove testcode just in case · 60ee4fb6
      Patrick Quist authored
      60ee4fb6
    • RabsRincon's avatar
      * Add missing GGCGO for 8.3 and 9.3 · 53d0bef1
      RabsRincon authored
      Closes #1962
      
      gccgo for 8.1.0 was never there so no uses are possible,
       _but just in case_  I've added it as an alias for the 8.3v
      53d0bef1
  8. May 19, 2020
  9. May 17, 2020
  10. May 16, 2020
  11. May 15, 2020
  12. May 13, 2020
  13. May 11, 2020
  14. May 10, 2020
    • Tony Yang's avatar
      Fix Rust Max_array examples (#1960) · 25017340
      Tony Yang authored
      * Fix Max_array.rs iter_mut is not necessary
      
      The previous example failed to compile as `y` was not borrowed as a mutable reference but used to produce a mutable iterator. Changing from `iter_mut()` to `iter()` resolved this issue.
      
      * Fix Max_array_(Optimized).rs
      
      The previous example failed to compile as `y` was not borrowed as a mutable reference but used to produce a mutable iterator. Changing from `iter_mut()` to `iter()` resolved this issue.
      25017340
    • AMS21's avatar
      * Updated fmtlib library to version 6.2.1 (#1959) · dccca256
      AMS21 authored
      dccca256
  15. May 09, 2020