Menu

Fork of Orwell Dev-Cpp

Roy Qu
2020-09-19
2020-09-22
  • Roy Qu

    Roy Qu - 2020-09-19

    Orwell Dev-CPP has stopped update since 2015, So I forked it. It's intended for eductional use.

    It can be download from https://github.com/royqh1979/Dev-CPP/releases

    New Features:
    * rename symbols (Refactor)

    Changes:
    Use the Debug Profile as the default compiler profile.
    -Wall -Wextra -Werror options are setted by default in the Debug profile.
    * Update gcc to version 9.20 (from mingw.org)

    Fixes:
    Debug fail when the source file is in the root folder of a drive(C:, D:, etc).
    Reformat(Astyle) leave temp files in "astyle" subfolder

    Add some libraries for children eduction:
    EGE (Easy Graphics Engine) (https://github.com/wysaid/xege)
    Turtle Graphics (https://github.com/royqh1979/libturtle)

    And add more project templates.

     

    Last edit: Roy Qu 2020-09-19
  • Roy Qu

    Roy Qu - 2020-09-20

    Update toVersion 5.12.4
    fix: project won't rebuild when only header file is changed. Use gcc -MM to generate Makefile targets (and get header dependencies)
    fix: crash at close when debugging
    change: show gdb command in debug log window
    add two options for debug( option dialog is yet to do) : ShowComandLog (show gdb command in debug window)/ ShowAnnotation (show gdb annotations in debug log window)

     
  • Roy Qu

    Roy Qu - 2020-09-22

    Update to Version 5.13-alpha1
    fix: Start Debug button is still enable while debuging;
    add: two new options for debug in environment option dialog;
    add: support utf-8 encoding file (project support not done)
    change: notify user before start the Debugger if execution file is old than the source file
    change: better gdb output format
    change: upgrade gcc to MinGW-W64-i686 version 10.2 (for utf-8 support)

     

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.