Skip to content

Instantly share code, notes, and snippets.

<!DOCTYPE html>
<html>
<head>
<title>Testing summary and details</title>
<style>
html {
background-color: white;
font-family: sans-serif;
margin: 1em;
}
from_version=1.6.38
to_version=1.6.39
ticket=CORE-18670
sed -i "s/Used Version: $from_version/Used Version: $to_version/" "../../media/doc/3rd Party Files.txt"
curl -L -O https://versaweb.dl.sourceforge.net/project/libpng/libpng16/$to_version/libpng-$to_version.tar.xz
tar xaf libpng-$to_version.tar.xz
rm libpng/*.{c,h}
from_version=1.1.36
to_version=1.1.37
suffix=".tar.gz"
ticket=CORE-17766
sed -i "s/Used Version: $from_version/Used Version: $to_version/" "../../media/doc/3rd Party Files.txt"
curl -O "https://gitlab.gnome.org/GNOME/libxslt/-/archive/v$to_version/libxslt-v$to_version$suffix"
tar xaf libxslt-v$to_version$suffix
rm libxslt/*.{c,h}
from_version=2.10.3
major=2.10
to_version=$major.3
suffix=".tar.xz"
ticket=CORE-17766
#
# Order of releases
# - libxslt 1.1.35
# - libxml2 2.9.13
#from_version=20210730
#from_version=20210930
#from_version=20211217
from_version=20220331
to_version=20221020 #tar_0.gz
suffix=".tar.gz"
suffix=".tar_0.gz"
ticket=CORE-17905
sed -i "s/Used Version: $from_version/Used Version: $to_version/" "../../../media/doc/3rd Party Files.txt"
@ThFabba
ThFabba / gcov-ntkm.c
Created August 14, 2020 18:53
GCOV stubs to support libgcov in NT kernel mode
/*
* PROJECT: ReactOS drivers
* LICENSE: GPLv2+ - See COPYING in the top level directory
* PURPOSE: Kernel-mode stubs for gcov
* PROGRAMMER: Thomas Faber <thomas.faber@reactos.org>
*/
#if !defined(_MSC_VER)
#include <ntifs.h>
#include <ndk/obfuncs.h>
import enum
import os
import sys
def find_maintainers_file():
current_dir = os.path.dirname(os.path.abspath(__file__))
maintainers_path = os.path.abspath(os.path.join(current_dir, '..', '..', 'MAINTAINERS'))
import re
import sys
import urllib2
revisions = dict()
urls = [
'http://iso.reactos.org/livecd/',
'http://iso.reactos.org/bootcd/',
# 'http://iso.reactos.org/regtestcd/'
@ThFabba
ThFabba / .gitattributes
Created October 3, 2017 15:56
ReactOS Git attributes for proper EOL
# Don't do line ending conversions by default
* binary
# Source code files should use native line endings
*.c text=auto
*.cpp text=auto
*.cxx text=auto
*.h text=auto
*.hpp text=auto
*.hxx text=auto
[CmdletBinding()]
Param(
[switch]$DisableServices = $True,
[switch]$DeleteLinks = $True,
[switch]$RemoveModernApps = $True,
[switch]$DeleteUserDirs = $True
)
Function Delete-Links