index
:
delta/ocaml.git
3.08
3.09
3.10
3.11
3.12
4.00
4.00-with-binannot
4.01
4.02
4.03
4.04
4.05
4.06
4.07
4.08
4.09
4.10
4.11
4.12
4.13
4.14
5.0
5.1
FSF
MPR7048
MPR7609
MPR7609-continued
MPR7638
MPR7642
PR7042
abstract-new
abstract_intel_emit
abstract_x86_asm
afrisch_fix_reachable_words
afrisch_fix_stdlib_makefile_windows
annot-from-lambda
arm-literals
arm64
ast_rewriter
atomic_write_cmi
attributes
autofocus
backend-optims
big-marshal
binary-annot
binary-compat
build-with-debugging-informations
cc-optim
cducetrunk
class-with-type
cmm-mach-types
constructors_with_record
constructors_with_record2
constructors_with_record3
constructors_with_record4
constructors_with_record5
contracts
contracts-3.11
contribution_workflow
delegate
deprecated_optional_arguments
disable_unused_warnings_for_print_types
doc2attr
doc_windows_unicode
dothat
dwarf
dynamic_loading
dynamics
dyntypes
enter-mod-decl
ephemeron
exception_registration
execvpe
expoly
extension_points
fastclass
faster-testsuite
fix-32bit-warning
fix-getwd-use
fix_7657
fix_7680
fix_7682
fix_large_file_lseek_windows
fix_mingw
fix_ocamllex
fixedtypes
flambda
flambda_trunk
fmu
fstclassmod
fstclassmod_parametrized
gadt-warnings
gadts
gadts-devel
gadts-devel-lenormand
gcaml
gcaml3
gcaml3090
gcaml3101
ground_coercion
hex-float
hidden_args
implicit-subtyping
implicit-unpack
implicits
improve-PIC-and-PIE
improve_arg_read_arg
inline-more
inplace_let
ios-support
jo311
jo312
jo400
jo401
jocamltrunk
jocamltrunk+cduce
labltk
let_open_in_classes
letopen
letopenin
lightlabels
located_errors
m7100_gc_when_many_custom_blocks_in_minor_heap
map_file_omission
mark_expansive
master
menubars
merge_sig_str
metadata
minus-camlp4
mltk
module-alias
module_of_module_type
moduletypeof
monadic_let
more_unboxing
multimatch
namespaces
natdynlink
new-test-framework
newfunsyntax
newoolab
newoolab2
newoolabmult
newsysthreads
newtypein
no_internal_deprecation
non-vanishing
objvariants
ocaml-binannot
ocaml2
ocamldebug_g
ocamlmode
olabl
open_types
opt_backtrace
override
overridemethod
poly_meth
poly_meth2
polyrec
ppc64
pr/1866
pr7591
pr7661-again
pr8891
pr8908
pr8934
private_abbrevs
raise_variants
record-disambiguation
recursive_modules
remove-libnum
remove_spurious_semi_colons
resurrect-cygwin64-review-base
revert-1377-ocamldep_nested_include_fix
safe-string
short-paths
short-paths-4.01
sigsubst
simplify_duplicate_ident_optim
sse2
static_exceptions
strict_labels
stripped-ocaml
test_for_self_review
tests_asmcomp_revised
tmp-merging-3.12.1
treematch
trunk
unlabeled-1.1.2
unlabeled-1.2.2
unlabeled-1.3.2
unused_declarations
user-defined-indexing-operators
variants303
varunion
warning_attribute_on_type_exprs
win32
win32-rename
win32-sockets
with-frame-pointers
github.com: ocaml/ocaml
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
runtime
/
win32.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Introduce and use `caml_ext_table_add_noexc` (#12202)
Xavier Leroy
2023-04-27
1
-1
/
+3
*
Do not return 0 on ENOENT in win32:caml_read_directory (#11866)
Charlène_Gros
2023-01-18
1
-2
/
+12
*
Introduce caml_sys_mmap_alignment
David Allsopp
2022-12-06
1
-9
/
+5
*
Factor out platform-specific memory management
David Allsopp
2022-12-06
1
-1
/
+30
*
Cygwin caml_mem_* implementation
David Allsopp
2022-12-06
1
-1
/
+7
*
Add back caml_verb_gc
Enguerrand Decorne
2022-11-14
1
-1
/
+2
*
Merge pull request #11374 from dra27/aligned-FILETIME
Xavier Leroy
2022-10-27
1
-11
/
+6
|
\
|
*
Use aligned 64-bit arithmetic for FILETIME
David Allsopp
2022-10-14
1
-11
/
+6
|
*
C11 usage of [U]LARGE_INTEGER
David Allsopp
2022-10-14
1
-4
/
+4
*
|
Merge pull request #11367 from dra27/caml_init_os_params
David Allsopp
2022-10-21
1
-57
/
+6
|
\
\
|
*
|
Initialise frequency in caml_init_os_params
David Allsopp
2022-10-21
1
-8
/
+8
|
*
|
Remove incorrect static
David Allsopp
2022-10-14
1
-1
/
+1
|
*
|
QueryPerformanceCounter always succeeds
David Allsopp
2022-10-14
1
-4
/
+2
|
*
|
Remove unused code in Windows caml_init_os_params
David Allsopp
2022-10-14
1
-46
/
+0
|
*
|
Remove last vestiges of caml_print_trace
David Allsopp
2022-10-14
1
-3
/
+0
|
|
/
*
|
Bytecomp.Dll: fix and cleanup (#11634)
hhugo
2022-10-17
1
-3
/
+2
|
/
*
Remove uses of INT64_LITERAL
David Allsopp
2022-06-28
1
-2
/
+2
*
__STDC_SECURE_LIB__ not needed for VS 2008+
David Allsopp
2022-06-28
1
-1
/
+1
*
Rename the two Windows unicode C functions
David Allsopp
2022-06-13
1
-10
/
+10
*
remove caml_domain_set_name and related functionality
Sabine Schmaltz
2022-05-31
1
-7
/
+0
*
Runtime_events tracing system
Sadiq Jaffer
2022-05-24
1
-0
/
+17
*
change domain thread name setting to be more portable and best-effort
Anil Madhavapeddy
2022-01-14
1
-7
/
+2
*
remove unused caml_time_counter function
Tom Kelly
2022-01-05
1
-8
/
+0
*
Use void args, remove unused features.
KC Sivaramakrishnan
2021-12-30
1
-59
/
+1
*
Fix implementation of caml_domain_set_name
David Allsopp
2021-12-23
1
-2
/
+9
*
Implement print_trace on Windows
David Allsopp
2021-12-23
1
-0
/
+61
*
Implement caml_time_counter on Windows
David Allsopp
2021-12-23
1
-1
/
+53
*
Initialise caml_sys_pagesize on Windows
David Allsopp
2021-12-23
1
-0
/
+7
*
Add missing include in runtime/win32.c
David Allsopp
2021-12-23
1
-0
/
+1
*
Add caml_init_os_params to set caml_sys_pagesize
David Allsopp
2021-12-23
1
-0
/
+5
*
Merge commit 'b4c5d7a55d9ec25693ba741a613d81f2c3ef66bc' into 5.00_rebase_to_pr
Tom Kelly
2021-12-21
1
-4
/
+0
|
\
|
*
Revert "Merge pull request #10736 from xavierleroy/bigger-stack"
Xavier Leroy
2021-11-29
1
-4
/
+0
*
|
Merge commit 'edf0075888ec27a50c4f50f76dba46f730797651' into 5.00_rebase_to_pr
Tom Kelly
2021-12-20
1
-0
/
+4
|
\
\
|
|
/
|
*
Increase the max size of the native stack if possible
Xavier Leroy
2021-11-06
1
-0
/
+4
*
|
Merge commit 'f310f749bdb2979424e9e8caed6ef97afe3ccf9c' into
Tom Kelly
2021-12-20
1
-0
/
+45
|
\
\
|
|
/
|
*
Windows: Sys.remove, Unix.unlink now remove symlinks to directories
Antonin Décimo
2021-10-28
1
-0
/
+45
*
|
fix what has been broken
Enguerrand Decorne
2021-12-02
1
-0
/
+1
*
|
runtime: add caml_thread_setname
Enguerrand Decorne
2021-12-02
1
-0
/
+4
*
|
Simplify lazy semantics
KC Sivaramakrishnan
2021-11-29
1
-2
/
+1
*
|
Merge commit '1037341d8cbd533209c2898e0743757189ce8f1e' into parallel_minor_g...
Tom Kelly
2021-10-01
1
-1
/
+24
|
\
\
|
|
/
|
*
Merge pull request #10408 from dra27/sys-time
David Allsopp
2021-05-27
1
-0
/
+23
|
|
\
|
|
*
Fix caml_sys_time on Windows
David Allsopp
2021-05-26
1
-0
/
+23
|
*
|
Merge pull request #9919 from dra27/tidy-prims-in-headers
David Allsopp
2021-05-27
1
-1
/
+1
|
|
\
\
|
|
|
/
|
|
/
|
|
|
*
Introduce caml_do_exit
David Allsopp
2020-09-15
1
-1
/
+1
*
|
|
Merge commit '5e45b2e9fa613099a334f19c95814f89ca16db7f' into parallel_minor_g...
Tom Kelly
2021-10-01
1
-3
/
+8
|
\
\
\
|
|
/
/
|
*
|
Bootstrap flexlink without partialclean
David Allsopp
2021-05-11
1
-3
/
+8
|
|
/
|
*
Fix caml_globalsym on Windows
David Allsopp
2020-09-21
1
-1
/
+1
*
|
Include domain's unique root in win32 random seed
KC Sivaramakrishnan
2021-06-15
1
-1
/
+2
*
|
Merge commit '7d263c51726b8a1d9c5cd83227b92feeb49663b1' into parallel_minor_g...
Tom Kelly
2021-03-10
1
-1
/
+1
|
\
\
|
*
|
Merge pull request #9907 from dra27/bootstrapped-natruntop
David Allsopp
2020-12-14
1
-1
/
+1
|
|
/
[next]