index
:
~steering
/
inspircd++.git
this commit
insp2
insp4
Unnamed repository; edit this file 'description' to name the repository.
steering7253
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
stdalgo.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Replace stalgo::erase with C++20 std::erase.
Sadie Powell
2024-08-25
1
-18
/
+0
*
Update copyright headers.
InspIRCd Robot
2024-06-07
1
-2
/
+2
*
Move stdalgo::string::{equalsci,tocstr} to utility/string.
•••
Co-authored-by: Attila Molnar <attilamolnar@hush.com> Co-authored-year: 2016
Sadie Powell
2023-08-11
1
-32
/
+0
*
Move stdalgo::string::join to utility/string and templatise separator.
Sadie Powell
2023-08-11
1
-19
/
+0
*
Slim down stdalgo by removing unused and duplicate functions.
Sadie Powell
2023-01-24
1
-117
/
+0
*
Qualify auto correctly in all cases.
Sadie Powell
2023-01-10
1
-1
/
+1
*
Move cull_delete to be inside of Cullable.
Sadie Powell
2022-12-27
1
-9
/
+0
*
Replace foo.erase(foo.{size|end}()-1) with foo.pop_back().
Sadie Powell
2022-10-01
1
-1
/
+1
*
Use auto instead of type names where the type is obvious.
Sadie Powell
2022-09-29
1
-1
/
+1
*
Switch from NULL to nullptr.
Sadie Powell
2022-07-22
1
-1
/
+1
*
Move stdalgo::map::difference to its own utility header.
Sadie Powell
2022-01-31
1
-63
/
+0
*
Merge branch 'insp3' into master.
Sadie Powell
2021-05-14
1
-1
/
+1
|
\
|
*
Update copyright headers.
InspIRCd Robot
2021-05-14
1
-1
/
+1
*
|
Switch simple iterator loops to use range-based for loops.
Sadie Powell
2021-04-07
1
-6
/
+6
*
|
Merge branch 'insp3' into master.
Sadie Powell
2021-03-31
1
-2
/
+2
|
\
|
|
*
Fix various documentation comments.
Sadie Powell
2021-03-31
1
-2
/
+2
*
|
Refactor classbase/CullResult into Cullable/Cullable::Result.
Sadie Powell
2021-03-02
1
-1
/
+1
*
|
Replace defaultdeleter with the C++11 one and rename culldeleter.
Sadie Powell
2021-01-30
1
-14
/
+2
*
|
Add a method for comparing two maps.
Sadie Powell
2020-07-24
1
-0
/
+63
|
/
*
Update copyright headers.
InspIRCd Robot
2020-01-31
1
-1
/
+1
*
Move DeleteZero to stdalgo::delete_zero.
Sadie Powell
2020-01-19
1
-0
/
+11
*
Update copyright headers.
InspIRCd Robot
2020-01-11
1
-1
/
+2
*
Implement IRCv3 message tag support.
•••
Co-authored-by: Attila Molnar <attilamolnar@hush.com>
Peter Powell
2018-08-13
1
-0
/
+82
*
Replace irc::stringjoiner with a generic stdalgo::string::join.
•••
This can also be used with different types of collection containing values which are not a string.
Peter Powell
2018-07-26
1
-0
/
+19
*
Add stdalgo::string::replace() and replace_all()
Attila Molnar
2016-08-22
1
-0
/
+35
*
Add stdalgo::string::equalsci and use it instead of irc::string for case-inse...
Attila Molnar
2016-08-22
1
-0
/
+32
*
Add stdalgo::isin() and use it to simplify code
Attila Molnar
2014-11-01
1
-0
/
+12
*
Add stdalgo::erase() and use it to simplify code
Attila Molnar
2014-11-01
1
-0
/
+18
*
Add stdalgo::delete_all() that deletes all elements in a container
Attila Molnar
2014-03-24
1
-0
/
+10
*
Cull ident sockets instead of immediate delete, add stdalgo::culldeleter
Attila Molnar
2014-03-24
1
-0
/
+9
*
Make it possible to customize how SimpleExtItem should delete items
Attila Molnar
2014-03-24
1
-0
/
+12
*
Create the stdalgo namespace for container-related algorithms, add stdalgo::v...
Attila Molnar
2014-03-24
1
-0
/
+66