View Bazaar branches
Get this repository:
git clone https://git.launchpad.net/ecere

See all merge proposals.

Import details

Import Status: Reviewed

This repository is an import of the Git repository at https://github.com/ecere/ecere-sdk.git.

The next import is scheduled to run .

Last successful import was .

Import started on juju-98ee42-prod-launchpad-codeimport-0 and finished taking 1 minute — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-0 and finished taking 50 seconds — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-0 and finished taking 50 seconds — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-0 and finished taking 40 seconds — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-0 and finished taking 40 seconds — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-0 and finished taking 40 seconds — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-0 and finished taking 40 seconds — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-0 and finished taking 30 seconds — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-0 and finished taking 40 seconds — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-0 and finished taking 40 seconds — see the log

Branches

Name Last Modified Last Commit
latest 2024-12-23 12:02:52 UTC
compiler/eccss: Pass arguments to computeFunction()

Author: Jerome St-Louis
Author Date: 2024-12-09 21:42:17 UTC

compiler/eccss: Pass arguments to computeFunction()
- This is necessary to support aggregation functions

pbr 2024-11-26 14:58:39 UTC
ecere/gfx/3D: Initial work on PBR

Author: Jerome St-Louis
Author Date: 2024-11-26 14:58:39 UTC

ecere/gfx/3D: Initial work on PBR

rbtDE9IM 2024-10-18 13:59:55 UTC
compiler/eccss: Added null check, fixed warning

Author: Jerome St-Louis
Author Date: 2024-10-18 07:52:18 UTC

compiler/eccss: Added null check, fixed warning

tizen 2024-10-18 10:50:38 UTC
(WIP) Tizen OS support

Author: Jerome St-Louis
Author Date: 2017-01-03 17:11:17 UTC

(WIP) Tizen OS support

javaBindings 2024-10-18 10:10:27 UTC
samples/bindings: initial commit for java bindings sample

Author: Patrick Dion
Author Date: 2023-08-21 18:04:28 UTC

samples/bindings: initial commit for java bindings sample

materialsReview 2024-10-18 09:54:08 UTC
ecere/gfx/3D/models/E3D: Should no longer invoke freeE3DObjectMaterials()

Author: Jerome St-Louis
Author Date: 2021-06-24 22:11:10 UTC

ecere/gfx/3D/models/E3D: Should no longer invoke freeE3DObjectMaterials()
- Materials and textures are only managed by displaySystem and/or texturesByID Map and materials AVLTree

discardFar 2024-10-18 09:16:47 UTC
ecere/gfx/Display(3D): (TEST) Discarding far away and heavy meshes

Author: Jerome St-Louis
Author Date: 2022-01-11 22:20:06 UTC

ecere/gfx/Display(3D): (TEST) Discarding far away and heavy meshes

mmUpdate 2024-05-09 07:45:59 UTC
ecere/gfx/newFonts: Updated to latest MM code provided by Alexis

Author: Jerome St-Louis
Author Date: 2024-05-09 07:06:52 UTC

ecere/gfx/newFonts: Updated to latest MM code provided by Alexis
- Main changes relate to hash tables

debian-test 2022-05-20 09:04:50 UTC
debian: updated symbols

Author: Jerome St-Louis
Author Date: 2022-05-20 09:04:50 UTC

debian: updated symbols
- One new exported symbol: ccUtf8ToUnicode()

master 2022-05-20 08:07:30 UTC
tarball: use .NOTPARALLEL to allow 'make wipeclean all -j9' and 'make wipecle...

Author: Rejean Loyer
Author Date: 2020-04-25 06:37:33 UTC

tarball: use .NOTPARALLEL to allow 'make wipeclean all -j9' and 'make wipeclean all install -j9' to work properly instead of targets (especially wipeclean and all) interfering with eachother.

bgenRebased 2022-05-19 23:27:00 UTC
samples/bindings/cpp: Fixed samples

Author: Jerome St-Louis
Author Date: 2022-05-19 09:20:24 UTC

samples/bindings/cpp: Fixed samples
- Fixed compilation and cleaned up all samples
- Added Embedded and Dynamic configs to all samples
- Using $(ECERE_SDK_SRC) everywhere (rather than ECERE_SDK_BINDINGS)
- Removed large non-USE_MACROS sections because they did not compile and these samples are intended for end-users
- The register_* approach to registreing virtual methods no longer works (the register_* are not currently generated_
   - Did we decide to phase that out completely in favor of overriding directly in the class?
- Moved unrelated testing code in Cube sample to 12_demoTest
- Moved form.cpp / foo.cpp, testing instantiating C++ forms from eC, to 13_fromeC
- Removed other duplicates samples from samples/bindings/cpp

bgenNotRebased 2022-05-19 09:22:57 UTC
samples/bindings/cpp: Fixed samples

Author: Jerome St-Louis
Author Date: 2022-05-19 09:20:24 UTC

samples/bindings/cpp: Fixed samples
- Fixed compilation and cleaned up all samples
- Added Embedded and Dynamic configs to all samples
- Using $(ECERE_SDK_SRC) everywhere (rather than ECERE_SDK_BINDINGS)
- Removed large non-USE_MACROS sections because they did not compile and these samples are intended for end-users
- The register_* approach to registreing virtual methods no longer works (the register_* are not currently generated_
   - Did we decide to phase that out completely in favor of overriding directly in the class?
- Moved unrelated testing code in Cube sample to 12_demoTest
- Moved form.cpp / foo.cpp, testing instantiating C++ forms from eC, to 13_fromeC
- Removed other duplicates samples from samples/bindings/cpp

27-bgenFixes 2022-05-17 08:00:42 UTC
ecere/src/com/instance: Fixed class inheriting from struct type (#27)

Author: Jerome St-Louis
Author Date: 2022-05-17 08:00:42 UTC

ecere/src/com/instance: Fixed class inheriting from struct type (#27)
- Classes registered wrongly as 'struct' when compiler had already passed 'noHeadClass' as target class type
- This was causing a crash running 'bgen c ecereCOM' since 5d2681f3 _Use a customizable JSONTypeOptions Map for special class parsing options._
- extras/testing/testingFramework.ec -- Initial version of simplisting testing framework
- tests/E2022.1/27/testClassStruct -- Unit test using new testing framework

dev-forbgen 2022-05-17 04:23:15 UTC
compiler/libec/lexer.l: Initial fix for failure to build on GCC 11

Author: Jerome St-Louis
Author Date: 2021-08-06 01:07:56 UTC

compiler/libec/lexer.l: Initial fix for failure to build on GCC 11
- bootstrap updated
- # 0 instead of # 1 generated by preprocessor triggered problem in lexer's preprocessor()
- NOTE: This was likely resulting in declMode, defaultDeclMode and structDeclMode not being set properly
- It may also be related to #1135

ppa/latest 2021-08-05 22:42:05 UTC
debian/control: Added libssl-dev dependency

Author: Jerome St-Louis
Author Date: 2021-08-05 22:42:05 UTC

debian/control: Added libssl-dev dependency

dev-pypi 2021-02-02 04:53:43 UTC
quick

Author: Rejean Loyer
Author Date: 2020-12-24 15:36:15 UTC

quick

dev 2020-09-07 05:23:33 UTC
ide/documents/PictureEdit: Fixed color mode menu items; Fixed saving to JPEG ...

Author: Jerome St-Louis
Author Date: 2020-09-07 05:22:55 UTC

ide/documents/PictureEdit: Fixed color mode menu items; Fixed saving to JPEG crashing

sizeFixes 2019-12-20 23:39:00 UTC
ecere/gfx/Sphere: Tweaks to enable 32 bit, additional precision

Author: Jerome St-Louis
Author Date: 2019-12-20 23:39:00 UTC

ecere/gfx/Sphere: Tweaks to enable 32 bit, additional precision
- TODO: Add an option

stylesCopy 2019-11-07 19:29:00 UTC
butterbur/GraphicalElement: copying symbolizers

Author: Jerome St-Louis
Author Date: 2019-11-07 19:29:00 UTC

butterbur/GraphicalElement: copying symbolizers

bgen-cpp 2019-07-28 21:31:15 UTC
ide/debugger: Fixed breakpoints in loaded modules following ecs changes

Author: Jerome St-Louis
Author Date: 2019-07-28 21:31:15 UTC

ide/debugger: Fixed breakpoints in loaded modules following ecs changes

stylesChanges 2019-07-24 21:35:30 UTC
expressions: use the dataMember class member variable rather than local, it's...

Author: Patrick Dion
Author Date: 2019-07-24 16:21:42 UTC

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

easy-arvis 2019-05-25 20:28:47 UTC
ecere/gfx/drivers/OpenGL: add horizontal and vertical flipping support to Str...

Author: Rejean Loyer
Author Date: 2019-05-25 20:28:21 UTC

ecere/gfx/drivers/OpenGL: add horizontal and vertical flipping support to Stretch -- by Jerome

easy-bgen 2018-08-20 07:08:47 UTC
bgen: Defaulting to syntax; Clearer syntax help

Author: Jerome St-Louis
Author Date: 2018-08-20 05:49:08 UTC

bgen: Defaulting to syntax; Clearer syntax help

devPrevBGENTweaks 2018-05-02 15:53:05 UTC
ecere/sys: Increased buffer size for retrieving environment

Author: Jerome St-Louis
Author Date: 2018-05-02 15:53:05 UTC

ecere/sys: Increased buffer size for retrieving environment
- Fixed isues starting up GDB with long PATH

newFonts 2017-09-02 22:08:57 UTC
ecere/gfx/newFonts: Fixed warning

Author: Jerome St-Louis
Author Date: 2017-08-31 08:05:34 UTC

ecere/gfx/newFonts: Fixed warning

curlHTTP 2017-09-02 18:03:47 UTC
ecere/net/HTTPFile: 10x shorter sleep; Using ecere::sys::Sleep() to avoid con...

Author: Jerome St-Louis
Author Date: 2017-08-10 09:49:32 UTC

ecere/net/HTTPFile: 10x shorter sleep; Using ecere::sys::Sleep() to avoid confusion

bgen-bindings 2017-09-02 10:10:19 UTC
bgen/py: (WIP) fix for conflicting 'print' symbol. fix missing outside class ...

Author: Rejean Loyer
Author Date: 2017-08-31 18:10:51 UTC

bgen/py: (WIP) fix for conflicting 'print' symbol. fix missing outside class conversions. fix struct constructor initialization. fix impl reference issues. fix missing arg reassigning to impl. fix callback return type and return.

ec2 2017-09-02 10:10:15 UTC
README.md: Showing ec2 branch Travis status

Author: Jerome St-Louis
Author Date: 2016-09-12 20:43:00 UTC

README.md: Showing ec2 branch Travis status

demoBlues 2016-10-18 16:23:16 UTC
ecere: (WIP) stuff in progress

Author: Jerome St-Louis
Author Date: 2016-10-18 16:23:16 UTC

ecere: (WIP) stuff in progress

ppa/precise 2016-08-05 11:43:22 UTC
Fixed -dev packages to be in recommends for ecere-dev

Author: Jerome St-Louis
Author Date: 2016-08-05 11:43:22 UTC

Fixed -dev packages to be in recommends for ecere-dev

ppa/debian 2016-08-05 11:42:28 UTC
Fixed -dev package to be in recommends for ecere-dev

Author: Jerome St-Louis
Author Date: 2016-08-05 11:42:28 UTC

Fixed -dev package to be in recommends for ecere-dev

next 2016-07-28 22:16:04 UTC
ide: fix specifying all file extensions (output file extension for emscripten...

Author: Rejean Loyer
Author Date: 2016-07-03 20:59:35 UTC

ide: fix specifying all file extensions (output file extension for emscripten) inside <compiler>.cf instead of the ide specifying O=bc when calling make. add don't strip target and document output to compiler config. open compiler document (html files by emscripten) output in shell.

 - add static and shared library file extensions to compiler config
 - add executable file extension to compiler config
 - fix ar and ld fields are not being disabled for default compiler in global settings dialog, compilers tab, toolchain tab.

bindings 2016-07-03 18:59:50 UTC
bindings: Picture, Anchor

Author: Jerome St-Louis
Author Date: 2016-06-22 08:33:33 UTC

bindings: Picture, Anchor
- Also fixed crashes on clicking button then closing second window

eternity 2016-07-03 18:59:46 UTC
Butterbur: Tesselation support for filling closed paths

Author: Jerome St-Louis
Author Date: 2015-09-22 16:41:33 UTC

Butterbur: Tesselation support for filling closed paths

doTweaks 2016-07-03 17:01:51 UTC
ecere/net; compiler/ecs: Distributed Objects Improvements

Author: Jerome St-Louis
Author Date: 2016-02-27 21:28:10 UTC

ecere/net; compiler/ecs: Distributed Objects Improvements
- Better mutexing around socket reference counting
- Thread awareness when locking/unlocking GuiApplication mutex
- net/Socket: Only setting leftOver to true on non-zero recvBytes

emscripten 2016-07-03 17:01:50 UTC
ecere/sys/Thread (Emscripten): Defining 'id' member used by dcom.ec

Author: Jerome St-Louis
Author Date: 2016-07-03 10:25:25 UTC

ecere/sys/Thread (Emscripten): Defining 'id' member used by dcom.ec

shaders 2016-07-03 17:01:46 UTC
ecere/gfx/drivers/OpenGL (Android): Fixed blank textures

Author: Jerome St-Louis
Author Date: 2016-06-28 00:42:42 UTC

ecere/gfx/drivers/OpenGL (Android): Fixed blank textures
- CheckExtension() was not being called and not setting up pow2textures and max texture size

reproducible 2016-01-09 04:15:34 UTC
ear/extract/Makefile: Setting time stamp of extract to that of source

Author: Jerome St-Louis
Author Date: 2016-01-09 02:30:23 UTC

ear/extract/Makefile: Setting time stamp of extract to that of source
- For reproducible builds in Debian packages

ppa/natty 2014-08-08 03:45:22 UTC
Install rules: Added the API reference content (.eCdoc) and Tao (Programmer's...

Author: Jerome St-Louis
Author Date: 2014-08-08 03:45:22 UTC

Install rules: Added the API reference content (.eCdoc) and Tao (Programmer's Guide)

139 of 39 results

Other repositories

Name Last Modified
lp:ecere 2024-12-23
11 of 1 result
You can't create new repositories for Ecere.