Skip to content

Releases: ericsonj/pymaketool

v2.0.6

17 Apr 15:25
2829f92
Compare
Choose a tag to compare
Merge pull request #21 from ericsonj/develop

to 2.0.6

v2.0.5

17 Apr 15:18
25b651d
Compare
Choose a tag to compare

Notes:

  • fix always overwrite generated files

v2.0.4

03 Aug 11:32
3c177cf
Compare
Choose a tag to compare

Features and bugfix

  • Add Visual Studio Addon

Import in your Makefile.mk

from pymakelib.vscode_addon import VSCodeAddon

Add addon:

addon.add(VSCodeAddon)

v2.0.3

27 Apr 23:03
bb4c9b4
Compare
Choose a tag to compare

Features and bugfix

  • add function like cmake style
add_library(name, outputdir, srcs=[], incs=[])
  • fix add external module

v2.0.2

24 Mar 22:55
7eaece2
Compare
Choose a tag to compare

Add pynewproject

Tool for create new projects from templates.

usage: pynewproject [-h] [-l] [-v] [project [project ...]]

positional arguments:
  project        Project key

optional arguments:
  -h, --help     show this help message and exit
  -l, --list     list projects availables
  -v, --version  show program's version number and exit

Projects availables:
  CLinuxGCC               C Linux GCC Project

v2.0.1

15 Mar 23:37
1f146fe
Compare
Choose a tag to compare

Release v2.0.1

v2.0.0

15 Mar 18:59
9c11cd1
Compare
Choose a tag to compare

Release v2.0.0

Pre-release for next verison 2.x

11 Mar 11:19
44540b9
Compare
Choose a tag to compare
Pre-release
v1.0.15-rc2

v1.0.15-rc2