Commit Graph

14 Commits

Author SHA1 Message Date
caxanga334
87704dc53b
[Feature]: Add on crash uploaded SourceMod forward (#42)
Some checks failed
Release / main-ci (push) Has been cancelled
Release / release (push) Has been cancelled
* Squashed commit of the following:

commit c7efce2d6722b08e2ea719ce1a39f80747502f77
Author: caxanga334 <10157643+caxanga334@users.noreply.github.com>
Date:   Sat Nov 22 22:35:24 2025 -0300

    Fix Error

commit e8acf9f505aa26b007c5837d4075f649099f43c3
Author: caxanga334 <10157643+caxanga334@users.noreply.github.com>
Date:   Sat Nov 22 22:23:57 2025 -0300

    Fix Possible Memory Leak

commit 51e718922726c074c0e7a45f9d13c6a51e4b97eb
Author: caxanga334 <10157643+caxanga334@users.noreply.github.com>
Date:   Sat Nov 22 22:13:55 2025 -0300

    Add Upload Forward

* Update accelerator.inc

* Fix: Missing forwards.cpp in AMBuilder

* Refactor API

Forward notifies plugins when the extension is done uploading.
Plugins can fetch data from uploaded crashes via natives.
Added example plugin.

* Implement Requested Changes

* Fix Error

* Update Example Plugin

Removed timer example.
Added example of how to handle plugin late loads.
2025-12-02 16:32:12 -05:00
sappho
1d60f3746a
overhaul -> overhaul (#21)
* overhaul the repository

add protobuf

change repo url

try to restore github python syntax highlighter

move breakpad into third_party, update packagescript

* AMBuildifying

remove unnecessary files

Move the git patching into ambuild

move lss to a patch

Add windows compilation support

remove breakpad.bat

move postlink libs

* Overhaul CI (#4)

* Dockerbuild (#5)

* make cwd_cmd spew stdout and stderr

* add proper docker build support

* Overhaul ci (#6)

* Setup CI

* fix checkout

* fix yaml syntax

* no fail fast

* setup CI cache

* Fix pip install

* remove pip git

* update actions, ditch node 16

* small syntax cleanups

* more CI changes

* github doc lied

---------

Co-authored-by: Kenzzer <kenzzer@users.noreply.github.com>

* final push for perfect dockerbuilds in every scenario that i have been able to find

* rename cicd->dockerbuild

---------

Co-authored-by: Kenzzer <kenzzer@users.noreply.github.com>

* Add readme, remode duplicate -fPIC

update names of dockerbuild folder in sh files

* cleanup dockerfile (#7)

* Update 0002-Write-FUNC-records-instead-of-PUBLIC-for-ELF-symbols.patch

* Statically link libz, libgcc & libstdc++

* fix submodule path

* Review change + comment patch

---------

Co-authored-by: Kenzzer <kenzzer@users.noreply.github.com>
Co-authored-by: Benoist <14257866+Kenzzer@users.noreply.github.com>
2024-10-10 21:59:28 -04:00
Asher Baker
38258d2a23 Unix line endings everywhere 2018-07-21 01:31:51 +01:00
Asher Baker
51ab414c1c Add Windows support to test tool 2018-07-19 23:12:53 +01:00
Asher Baker
00885f6dcf Include test program in package 2016-07-02 11:59:29 +01:00
Asher Baker
2e7f282946 Force a build to update breakpad 2016-02-14 14:28:07 +00:00
Asher Baker
2319e8b926 Include console logs in Linux crash reports. 2016-01-13 16:25:03 +00:00
Asher Baker
6189f27f7f Fix urllib import in BreakpadSymbols 2015-10-22 12:49:25 +01:00
Asher Baker
d65942d5ca Force build for Travis 2015-10-22 12:13:16 +01:00
Asher Baker
28b4932b86 Complete switch to git 2015-10-22 12:09:46 +01:00
Asher Baker
d03afbbd84 Create dumps directory if it doesn't exist. 2013-05-17 14:48:52 +01:00
Asher Baker
d736010d3b Don't require the hl2sdk to build. 2013-05-17 05:24:31 +01:00
Asher Baker
43eaf5a79d Added rest of files needed for install. 2013-05-16 15:19:03 +01:00
Asher Baker
bad8c99a0b Initial commit. 2013-05-16 07:18:31 +01:00