Skip to content

Commit 25fe26d

Browse files
committed
Happy new year
1 parent cd357c5 commit 25fe26d

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

78 files changed

+78
-78
lines changed

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
BSD 2-Clause License
22

3-
Copyright (c) 2017-2020, Patrick Pelissier
3+
Copyright (c) 2017-2021, Patrick Pelissier
44
All rights reserved.
55

66
Redistribution and use in source and binary forms, with or without

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) 2017-2020, Patrick Pelissier
1+
# Copyright (c) 2017-2021, Patrick Pelissier
22
# All rights reserved.
33
#
44
# Redistribution and use in source and binary forms, with or without

README.md

Lines changed: 1 addition & 1 deletion

bench/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) 2017-2020, Patrick Pelissier
1+
# Copyright (c) 2017-2021, Patrick Pelissier
22
# All rights reserved.
33
#
44
# Redistribution and use in source and binary forms, with or without

bench/bench-string-2.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* M*LIB - String Bench
33
*
4-
* Copyright (c) 2017-2020, Patrick Pelissier
4+
* Copyright (c) 2017-2021, Patrick Pelissier
55
* All rights reserved.
66
* Redistribution and use in source and binary forms, with or without
77
* modification, are permitted provided that the following conditions are met:

bench/bench-string.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
*/
3737

3838
/* Update of integrating M*LIB, LIBSRT, SDS & GLIB
39-
Copyright (c) 2018-2020 Patrick Pelissier
39+
Copyright (c) 2018-2021 Patrick Pelissier
4040
*/
4141

4242
/*

bench/common.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* M*LIB - common functions for bench module
33
*
4-
* Copyright (c) 2017-2020, Patrick Pelissier
4+
* Copyright (c) 2017-2021, Patrick Pelissier
55
* All rights reserved.
66
* Redistribution and use in source and binary forms, with or without
77
* modification, are permitted provided that the following conditions are met:

bench/common.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* M*LIB - common functions for bench module
33
*
4-
* Copyright (c) 2017-2020, Patrick Pelissier
4+
* Copyright (c) 2017-2021, Patrick Pelissier
55
* All rights reserved.
66
* Redistribution and use in source and binary forms, with or without
77
* modification, are permitted provided that the following conditions are met:

bench/max-dict.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* MLIB - TEST module
33
*
4-
* Copyright (c) 2017-2020, Patrick Pelissier
4+
* Copyright (c) 2017-2021, Patrick Pelissier
55
* All rights reserved.
66
* Redistribution and use in source and binary forms, with or without
77
* modification, are permitted provided that the following conditions are met:

example/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) 2017-2020, Patrick Pelissier
1+
# Copyright (c) 2017-2021, Patrick Pelissier
22
# All rights reserved.
33
#
44
# Redistribution and use in source and binary forms, with or without

m-algo.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* M*LIB - ALGO module
33
*
4-
* Copyright (c) 2017-2020, Patrick Pelissier
4+
* Copyright (c) 2017-2021, Patrick Pelissier
55
* All rights reserved.
66
* Redistribution and use in source and binary forms, with or without
77
* modification, are permitted provided that the following conditions are met:

m-array.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* M*LIB - dynamic ARRAY module
33
*
4-
* Copyright (c) 2017-2020, Patrick Pelissier
4+
* Copyright (c) 2017-2021, Patrick Pelissier
55
* All rights reserved.
66
* Redistribution and use in source and binary forms, with or without
77
* modification, are permitted provided that the following conditions are met:

m-atomic.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* M*LIB - Thin stdatomic wrapper for C++ compatibility
33
*
4-
* Copyright (c) 2017-2020, Patrick Pelissier
4+
* Copyright (c) 2017-2021, Patrick Pelissier
55
* All rights reserved.
66
* Redistribution and use in source and binary forms, with or without
77
* modification, are permitted provided that the following conditions are met:

m-bitset.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* M*LIB - BITSET module
33
*
4-
* Copyright (c) 2017-2020, Patrick Pelissier
4+
* Copyright (c) 2017-2021, Patrick Pelissier
55
* All rights reserved.
66
* Redistribution and use in source and binary forms, with or without
77
* modification, are permitted provided that the following conditions are met:

m-bptree.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* M*LIB - B+TREE module
33
*
4-
* Copyright (c) 2017-2020, Patrick Pelissier
4+
* Copyright (c) 2017-2021, Patrick Pelissier
55
* All rights reserved.
66
* Redistribution and use in source and binary forms, with or without
77
* modification, are permitted provided that the following conditions are met:

m-buffer.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* M*LIB - Fixed size (Bounded) QUEUE & STACK interface
33
*
4-
* Copyright (c) 2017-2020, Patrick Pelissier
4+
* Copyright (c) 2017-2021, Patrick Pelissier
55
* All rights reserved.
66
* Redistribution and use in source and binary forms, with or without
77
* modification, are permitted provided that the following conditions are met:

m-c-mempool.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* M*LIB - Concurrent memory pool allocator
33
*
4-
* Copyright (c) 2017-2020, Patrick Pelissier
4+
* Copyright (c) 2017-2021, Patrick Pelissier
55
* All rights reserved.
66
* Redistribution and use in source and binary forms, with or without
77
* modification, are permitted provided that the following conditions are met:

m-concurrent.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* M*LIB - Basic Protected Concurrent module over container.
33
*
4-
* Copyright (c) 2017-2020, Patrick Pelissier
4+
* Copyright (c) 2017-2021, Patrick Pelissier
55
* All rights reserved.
66
* Redistribution and use in source and binary forms, with or without
77
* modification, are permitted provided that the following conditions are met:

m-core.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* M*LIB - Extended Pre-processing macros module
33
*
4-
* Copyright (c) 2017-2020, Patrick Pelissier
4+
* Copyright (c) 2017-2021, Patrick Pelissier
55
* All rights reserved.
66
* Redistribution and use in source and binary forms, with or without
77
* modification, are permitted provided that the following conditions are met:

m-deque.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* M*LIB - DEQUE module
33
*
4-
* Copyright (c) 2017-2020, Patrick Pelissier
4+
* Copyright (c) 2017-2021, Patrick Pelissier
55
* All rights reserved.
66
* Redistribution and use in source and binary forms, with or without
77
* modification, are permitted provided that the following conditions are met:

m-dict.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* M*LIB - DICTIONARY Module
33
*
4-
* Copyright (c) 2017-2020, Patrick Pelissier
4+
* Copyright (c) 2017-2021, Patrick Pelissier
55
* All rights reserved.
66
* Redistribution and use in source and binary forms, with or without
77
* modification, are permitted provided that the following conditions are met:

m-funcobj.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* M*LIB - Function Object module
33
*
4-
* Copyright (c) 2017-2020, Patrick Pelissier
4+
* Copyright (c) 2017-2021, Patrick Pelissier
55
* All rights reserved.
66
* Redistribution and use in source and binary forms, with or without
77
* modification, are permitted provided that the following conditions are met:

m-genint.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* M*LIB - Integer Generator (GENINT) module
33
*
4-
* Copyright (c) 2017-2020, Patrick Pelissier
4+
* Copyright (c) 2017-2021, Patrick Pelissier
55
* All rights reserved.
66
* Redistribution and use in source and binary forms, with or without
77
* modification, are permitted provided that the following conditions are met:

m-i-list.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* M*LIB - Intrusive List module
33
*
4-
* Copyright (c) 2017-2020, Patrick Pelissier
4+
* Copyright (c) 2017-2021, Patrick Pelissier
55
* All rights reserved.
66
* Redistribution and use in source and binary forms, with or without
77
* modification, are permitted provided that the following conditions are met:

m-i-shared.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* M*LIB - INTRUSIVE SHARED PTR Module
33
*
4-
* Copyright (c) 2017-2020, Patrick Pelissier
4+
* Copyright (c) 2017-2021, Patrick Pelissier
55
* All rights reserved.
66
* Redistribution and use in source and binary forms, with or without
77
* modification, are permitted provided that the following conditions are met:

m-list.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* M*LIB - LIST module
33
*
4-
* Copyright (c) 2017-2020, Patrick Pelissier
4+
* Copyright (c) 2017-2021, Patrick Pelissier
55
* All rights reserved.
66
* Redistribution and use in source and binary forms, with or without
77
* modification, are permitted provided that the following conditions are met:

m-mempool.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* M*LIB - MEMPOOL module
33
*
4-
* Copyright (c) 2017-2020, Patrick Pelissier
4+
* Copyright (c) 2017-2021, Patrick Pelissier
55
* All rights reserved.
66
* Redistribution and use in source and binary forms, with or without
77
* modification, are permitted provided that the following conditions are met:

m-mutex.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* M*LIB - Thin Mutex & Thread wrapper
33
*
4-
* Copyright (c) 2017-2020, Patrick Pelissier
4+
* Copyright (c) 2017-2021, Patrick Pelissier
55
* All rights reserved.
66
* Redistribution and use in source and binary forms, with or without
77
* modification, are permitted provided that the following conditions are met:

m-prioqueue.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* M*LIB - dynamic priority queue module
33
*
4-
* Copyright (c) 2017-2020, Patrick Pelissier
4+
* Copyright (c) 2017-2021, Patrick Pelissier
55
* All rights reserved.
66
* Redistribution and use in source and binary forms, with or without
77
* modification, are permitted provided that the following conditions are met:

m-rbtree.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* M*LIB - RED BLACK TREE module
33
*
4-
* Copyright (c) 2017-2020, Patrick Pelissier
4+
* Copyright (c) 2017-2021, Patrick Pelissier
55
* All rights reserved.
66
* Redistribution and use in source and binary forms, with or without
77
* modification, are permitted provided that the following conditions are met:

m-serial-bin.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* M*LIB - Serial BIN
33
*
4-
* Copyright (c) 2017-2020, Patrick Pelissier
4+
* Copyright (c) 2017-2021, Patrick Pelissier
55
* All rights reserved.
66
* Redistribution and use in source and binary forms, with or without
77
* modification, are permitted provided that the following conditions are met:

m-serial-json.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* M*LIB - Serial JSON
33
*
4-
* Copyright (c) 2017-2020, Patrick Pelissier
4+
* Copyright (c) 2017-2021, Patrick Pelissier
55
* All rights reserved.
66
* Redistribution and use in source and binary forms, with or without
77
* modification, are permitted provided that the following conditions are met:

m-shared.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* M*LIB - SHARED Module
33
*
4-
* Copyright (c) 2017-2020, Patrick Pelissier
4+
* Copyright (c) 2017-2021, Patrick Pelissier
55
* All rights reserved.
66
* Redistribution and use in source and binary forms, with or without
77
* modification, are permitted provided that the following conditions are met:

m-snapshot.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* M*LIB - SNAPSHOT Module
33
*
4-
* Copyright (c) 2017-2020, Patrick Pelissier
4+
* Copyright (c) 2017-2021, Patrick Pelissier
55
* All rights reserved.
66
* Redistribution and use in source and binary forms, with or without
77
* modification, are permitted provided that the following conditions are met:

m-string.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* M*LIB - Dynamic Size String Module
33
*
4-
* Copyright (c) 2017-2020, Patrick Pelissier
4+
* Copyright (c) 2017-2021, Patrick Pelissier
55
* All rights reserved.
66
* Redistribution and use in source and binary forms, with or without
77
* modification, are permitted provided that the following conditions are met:

m-tuple.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* M*LIB - TUPLE module
33
*
4-
* Copyright (c) 2017-2020, Patrick Pelissier
4+
* Copyright (c) 2017-2021, Patrick Pelissier
55
* All rights reserved.
66
* Redistribution and use in source and binary forms, with or without
77
* modification, are permitted provided that the following conditions are met:

m-variant.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* M*LIB - VARIANT module
33
*
4-
* Copyright (c) 2017-2020, Patrick Pelissier
4+
* Copyright (c) 2017-2021, Patrick Pelissier
55
* All rights reserved.
66
* Redistribution and use in source and binary forms, with or without
77
* modification, are permitted provided that the following conditions are met:

m-worker.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* M*LIB / WORKER - Extra worker interface
33
*
4-
* Copyright (c) 2017-2020, Patrick Pelissier
4+
* Copyright (c) 2017-2021, Patrick Pelissier
55
* All rights reserved.
66
* Redistribution and use in source and binary forms, with or without
77
* modification, are permitted provided that the following conditions are met:

tests/Make-check-cl.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
REM Copyright (c) 2017-2020, Patrick Pelissier
1+
REM Copyright (c) 2017-2021, Patrick Pelissier
22
REM All rights reserved.
33
REM
44
REM Redistribution and use in source and binary forms, with or without

tests/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) 2017-2020, Patrick Pelissier
1+
# Copyright (c) 2017-2021, Patrick Pelissier
22
# All rights reserved.
33
#
44
# Redistribution and use in source and binary forms, with or without

tests/coverage.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2017-2020, Patrick Pelissier
2+
* Copyright (c) 2017-2021, Patrick Pelissier
33
* All rights reserved.
44
* Redistribution and use in source and binary forms, with or without
55
* modification, are permitted provided that the following conditions are met:

tests/fail-chain-oplist.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2017-2020, Patrick Pelissier
2+
* Copyright (c) 2017-2021, Patrick Pelissier
33
* All rights reserved.
44
* Redistribution and use in source and binary forms, with or without
55
* modification, are permitted provided that the following conditions are met:

tests/fail-incompatible.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2017-2020, Patrick Pelissier
2+
* Copyright (c) 2017-2021, Patrick Pelissier
33
* All rights reserved.
44
* Redistribution and use in source and binary forms, with or without
55
* modification, are permitted provided that the following conditions are met:

tests/fail-no-oplist.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2017-2020, Patrick Pelissier
2+
* Copyright (c) 2017-2021, Patrick Pelissier
33
* All rights reserved.
44
* Redistribution and use in source and binary forms, with or without
55
* modification, are permitted provided that the following conditions are met:

tests/test-malgo.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2017-2020, Patrick Pelissier
2+
* Copyright (c) 2017-2021, Patrick Pelissier
33
* All rights reserved.
44
* Redistribution and use in source and binary forms, with or without
55
* modification, are permitted provided that the following conditions are met:

tests/test-marray.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2017-2020, Patrick Pelissier
2+
* Copyright (c) 2017-2021, Patrick Pelissier
33
* All rights reserved.
44
* Redistribution and use in source and binary forms, with or without
55
* modification, are permitted provided that the following conditions are met:

tests/test-mbitset.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2017-2020, Patrick Pelissier
2+
* Copyright (c) 2017-2021, Patrick Pelissier
33
* All rights reserved.
44
* Redistribution and use in source and binary forms, with or without
55
* modification, are permitted provided that the following conditions are met:

tests/test-mbptree.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2017-2020, Patrick Pelissier
2+
* Copyright (c) 2017-2021, Patrick Pelissier
33
* All rights reserved.
44
* Redistribution and use in source and binary forms, with or without
55
* modification, are permitted provided that the following conditions are met:

0 commit comments

Comments
 (0)