Skip to content

Releases: iarsystems/ewptool

EWPtool 4.1.7

04 Aug 07:59
33d9dd0
Compare
Choose a tag to compare

Highlights

This version includes bug fixes and performance improvements.

  • Selected paths were absolutes, which prevented moving projects to new locations easily. Now all the selected paths are relative to $PROJ_DIR$. Closes #15.
  • Multiple selected paths spanning to the same location more than once were being scanned more than once, leading to lower performance and potential mismatches for the garbage collector. Fixes #16.
  • XML parsing now preserves special characters and does not use self-closing elements for empty keys. Fixes #17.

Note

  • EWPtool modifies the .ewp project file directly. It does not create backups.
  • EWPtool does not modify your source files.

💡 Please refer to the README.md file for more information.

EWPtool 4.1.6

09 Jun 08:03
f6b32f2
Compare
Choose a tag to compare

Highlights

This version is a bugfix release.

Note

  • EWPtool modifies the .ewp file directly. It does not create backups.
  • EWPtool does not touch your source files.

💡 Please refer to the README.md file for more information.

EWPtool 4.1.5

26 Feb 15:33
a9005cc
Compare
Choose a tag to compare

Highlights in EWPtool version 4.1.5

  • BUGFIX: incorrect processing of pathnames. Fix #10.

⚠️ EWPtool modifies the .ewp file directly. It does not create backups.

⚠️ EWPtool does not touch your source files.

Please refer to the README.md file for more information.

EWPtool 4.1.4

31 Jan 07:37
b6d8505
Compare
Choose a tag to compare

Highlights in EWPtool version 4.1.4

  • Completely dropped the intermediate .ipcf. The EWPtool does not require the Project Connections feature anymore.

  • EWPtool now acts directly upon the active build configuration in the .ewp file:

    • Populates the preprocessor search paths according to the existing header source files in the selected folder(s).
    • Populates the groups and files in the project's node tree, initially reflecting the selected source tree(s) in the filesystem.
    • Allows group name customizations. Fixes #8.
  • Added Rescan selected source folder... command to the Tools menu. Fixes #7.

    • Rescan all selected folders. The selected folders are saved to $PROJ_DIR$\settings\<project-name>.cfg.
    • Updates/removes entries from the preprocessor search path list for the selected folders.
    • Updates/removes entries from the project tree for the selected folders.
    • The command can be bound to any preferred available keystroke (via Tools → Options → Key bindingsMenu: Tools → Rescan...).

⚠️ EWPtool modifies the .ewp file directly. It does not create backups.

⚠️ EWPtool does not touch your source files.

Please refer to the README.md file for more information.

EWPtool 3.2.0

27 Jul 12:00
35c5eff
Compare
Choose a tag to compare

Highlights in EWPtool version 3.2.0

  • Added automatic source detection for assembly sources commonly used in architectures that rely on the XLINK technology
    • *.s90 (AVR)
    • *.s51 (8051)
    • *.s43 (430)
    • *.s26 (78K)
    • *.s85 (V850)

Installation

Please refer to the README.md file for more information.

EWPtool 3.0.4

29 Apr 11:29
35c5eff
Compare
Choose a tag to compare

First EWPtool release.

EWPtool 3.1.0

26 Jul 09:42
3387614
Compare
Choose a tag to compare

Installation

Please refer to the README.md file for more information.