Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
54 commits
Select commit Hold shift + click to select a range
411e293
!3 V1.2发布版本合并
xengine-qyt Jul 16, 2021
932a94c
!4 V1.3版本分支合并
xengine-qyt Jul 23, 2021
bf86e7a
!5 V1.4Version Released
xengine-qyt Aug 6, 2021
0b9c66a
!6 V1.5版本合并
xengine-qyt Aug 20, 2021
880c515
!7 V2.0 Version Released
xengine-qyt Sep 30, 2021
b6c3c1a
!8 V2.1 Merge
xengine-qyt Nov 19, 2021
50b824f
!9 match xengine v7.28
xengine-qyt Jan 26, 2022
94d68d8
!10 V3.0.0.1001 Merge
xengine-qyt Mar 18, 2022
6f3ccfe
!12 V3.1.0.1001 Merge
xengine-qyt Apr 8, 2022
4f0e5a7
!13 V3.2.0.1001 Merge
xengine-qyt Jul 15, 2022
1dc0410
!14 V3.3.0.1001 Merge
xengine-qyt Aug 5, 2022
af46fce
!15 V3.4.0.1001 Merge
xengine-qyt Nov 10, 2022
ab8deea
!16 V3.5.0.1001 Merge
xengine-qyt Jan 6, 2023
641c3c8
!17 V3.6.0.1001 Merge
xengine-qyt Feb 22, 2023
8d6f56b
!18 fixed: build error
xengine-qyt Feb 24, 2023
79fc3ba
!19 V3.7.0.1001 Merge
xengine-qyt Apr 26, 2023
5adab20
!20 V3.8.0.1001 Merge
xengine-qyt Aug 16, 2023
f394b32
!21 V3.9.0.1001 Merge
xengine-qyt Dec 27, 2023
baf532c
!22 V3.10.0.1001 Merge
xengine-qyt Mar 5, 2024
ef2ea28
!23 V3.11.0.1001 Merge
xengine-qyt May 17, 2024
c38491f
!24 V3.12.0.1001 Merge
xengine-qyt Sep 19, 2024
eca0d02
!25 make file update
xengine-qyt Sep 23, 2024
091c1f6
!26 V3.13.0.1001 Merge
xengine-qyt Nov 29, 2024
5412c65
!27 V3.14.0.1001 Merge
xengine-qyt Jan 20, 2025
bf657a1
!28 V3.15.0.1001 Merge
xengine-qyt Mar 13, 2025
a2cb4cb
update:depend library
xengine-qyt May 10, 2025
bd4e7c9
Merge branch 'develop' of gitee.com:xengine/XEngine_MQService into de…
xengine-qyt May 10, 2025
4a548e4
ci:add more release support
xengine-qyt May 10, 2025
0185f93
ci:fixed ubuntu build
xengine-qyt May 10, 2025
0c09f44
ci:add term var
xengine-qyt May 10, 2025
f2d1f55
update:make file build flags
xengine-qyt May 13, 2025
f2cc3eb
modify:only release work for report info and improved get time function
xengine-qyt May 13, 2025
b76c59a
ci:update build
xengine-qyt May 19, 2025
ed34e76
ci:update
xengine-qyt May 19, 2025
544e554
modify:register and delete protocol use http instead
xengine-qyt May 20, 2025
0154571
modify:http get move to http task dir
xengine-qyt May 20, 2025
e40b075
fixed:delete not parse protocol
xengine-qyt May 21, 2025
40ee635
delete:redundant functions
xengine-qyt May 21, 2025
07eac2a
modify:adjust http authorize method.now it use token instead with get
xengine-qyt May 21, 2025
8ad6a0f
modify:http request info api to post and post verification
xengine-qyt May 21, 2025
8824ae7
fixed:build failure
xengine-qyt May 23, 2025
8847100
fixed:build dir
xengine-qyt May 23, 2025
0a1ada0
update:depend library
xengine-qyt May 23, 2025
93bbb9f
update:example and vs copy
xengine-qyt May 23, 2025
261feed
modify:adjust user register level
xengine-qyt May 23, 2025
2fa9754
modify:verification method and register not ver
xengine-qyt May 23, 2025
f3d9a40
added:create topic support for http
xengine-qyt May 23, 2025
2ff7fcc
modify:tcp task handle http type support
xengine-qyt May 23, 2025
0f823f6
example update
xengine-qyt May 23, 2025
f6df98e
modify:delete topic and create topic issue and method name
xengine-qyt May 23, 2025
9340f48
modify:remove http log for create and delete topic
xengine-qyt May 24, 2025
5c5a42b
update:document and configure file
xengine-qyt May 24, 2025
cac7188
added:http and websocket send message use memory pool
xengine-qyt May 24, 2025
2726e5a
added:memory pool file
xengine-qyt May 24, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
78 changes: 0 additions & 78 deletions .github/workflows/RockyArm64_build.yml

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: rocky x86_64 build workflows
name: rocky build workflows

on:
push:
Expand All @@ -14,18 +14,28 @@ permissions:

jobs:
build:
runs-on: ubuntu-latest
runs-on: ${{ matrix.runner }}
container:
image: rockylinux/rockylinux:9.5
options: --platform ${{ matrix.platform }}
strategy:
matrix:
include:
- arch: amd64
runner: ubuntu-24.04
platform: linux/amd64
artifact: x86-64
- arch: arm64
runner: ubuntu-24.04-arm
platform: linux/arm64
artifact: Arm64

steps:
# 检出您的主仓库代码
- name: Checkout main repository code
uses: actions/checkout@v4
with:
ref: 'develop'

# 检出依赖的xengine仓库到指定的xengine目录
- name: Checkout dependency repository (xengine)
uses: actions/checkout@v4
with:
Expand All @@ -37,27 +47,24 @@ jobs:
with:
repository: libxengine/XEngine_OPenSource
path: XEngine_Source/XEngine_Depend


- name: Set TERM variable
run: echo "TERM=xterm" >> $GITHUB_ENV

- name: install system package
run: |
dnf update -y
dnf install gcc g++ make git jq unzip -y
# 设置依赖库的环境变量
- name: Set up Dependency rocky linux Environment
run: |
cd libxengine
chmod 777 *
./XEngine_LINEnv.sh -i 0
dnf install gcc g++ make git jq unzip wget -y
- name: install xengine library
run: |
run: |
latest_tag=$(curl -s https://api.github.com/repos/libxengine/libxengine/releases/latest | jq -r .tag_name)
wget https://github.com/libxengine/libxengine/releases/download/$latest_tag/XEngine_RockyLinux_9_x86-64.zip
unzip ./XEngine_RockyLinux_9_x86-64.zip -d ./XEngine_RockyLinux_9_x86-64
cd XEngine_RockyLinux_9_x86-64
wget https://github.com/libxengine/libxengine/releases/download/$latest_tag/XEngine_RockyLinux_9_${{ matrix.artifact }}.zip
unzip ./XEngine_RockyLinux_9_${{ matrix.artifact }}.zip -d ./XEngine_RockyLinux_9_${{ matrix.artifact }}
cd XEngine_RockyLinux_9_${{ matrix.artifact }}
cp -rf ./XEngine_Include /usr/local/include
find ./XEngine_Linux -name "*.so" -exec cp {} /usr/lib64 \;
ldconfig
chmod 777 *
./XEngine_LINEnv.sh -i 3
- name: make
run: |
Expand All @@ -78,6 +85,6 @@ jobs:
- name: Upload folder as artifact with RockyLinux
uses: actions/upload-artifact@v4
with:
name: XEngine_MQServiceApp-RockyLinux_9_x86_64
name: XEngine_MQServiceApp-RockyLinux_9_${{ matrix.artifact }}
path: XEngine_Release/
retention-days: 1
74 changes: 0 additions & 74 deletions .github/workflows/UbuntuArm64_build.yml

This file was deleted.

90 changes: 0 additions & 90 deletions .github/workflows/UbuntuX86_64_build.yml

This file was deleted.

Loading
Loading