ecere:stylesChanges

Last commit made on 2019-07-24
Get this branch:
git clone -b stylesChanges https://git.launchpad.net/ecere

Branch merges

Branch information

Name:
stylesChanges
Repository:
lp:ecere

Recent commits

99482f6... by Patrick Dion <email address hidden>

expressions: use the dataMember class member variable rather than local, it's already there

0db7500... by Patrick Dion <email address hidden>

expressions: properly set 'id' for new block as a result of bind,
fixed dataMember and mask setting when chained identifier used for CMSSMemberInit precompute

ac700a9... by Patrick Dion <email address hidden>

GraphicalStyle: Splitting and better organization of base, Shapes, Text and Image styles

8c4e438... by Jerome St-Louis

samples/bindings/cpp: Re-added C++ samples

e02ae32... by Jerome St-Louis

ecere/sys/JSON: Writing arrays: use instance container type if passed type is template

6228bcd... by Jerome St-Louis

Makefile.bindings: Fixed mismatched .PHONY declaration / rule

ab5db78... by Jerome St-Louis

bgen/c: Fixed missing 'param' qualifier processing member function pointers
- This was also causing the stack overflow with latest CFFI (1.12.13)

cbd08d2... by Jerome St-Louis

Makefile.bindings: Fixed dependencies for concurrent jobs; sample/bindings/py: Fixed to use new 'ecere' module filename being experimented with

e5ef022... by Diyane Fernando <email address hidden>

bgen: Fixes for C++ bindings generation

2e4c32c... by Jerome St-Louis

ecere/net/dcom; compiler/ecs: (TEST) Skipping call acknowledgement altogether for methods not returning anything