Age | Commit message (Collapse) | Author | |
---|---|---|---|
2025-04-02 | Bump the minimum CMake version to 3.20. | Sadie Powell | |
This should hopefully prevent us from being burned by CMake dropping old version compatibility for a long time. | |||
2025-03-03 | Check if users really want to use 2.1 in Config. | Sadie Powell | |
2025-01-14 | Merge branch '2.0' into 2.1. | Sadie Powell | |
2024-08-30 | Use CMake's -B option instead of cding to the build directory. | Sadie Powell | |
2024-07-08 | Remove some obsolete echo compatibility wrappers. | Sadie Powell | |
2024-02-17 | Update the copyright headers for 2024. | Sadie Powell | |
2024-01-04 | Update the copyright headers for 2024. | Sadie Powell | |
2023-08-06 | Merge branch 2.0 into 2.1. | Sadie Powell | |
2023-07-29 | Remove broken support for MinGW. | Sadie Powell | |
This apparently doesn't work and is pointless given we have native Windows builds now anyway. | |||
2023-07-28 | Fix paging the Config header on some util-linux revisions. | Sadie Powell | |
We use an environment variable here as passing -e directly may result in an error on older `more` releases. | |||
2022-12-31 | Merge branch '2.0' into 2.1. | Sadie Powell | |
2022-12-31 | Update the copyright headers for 2023. | Sadie Powell | |
2022-01-12 | Merge branch '2.0' into 2.1. | Sadie Powell | |
2022-01-06 | Update the copyright headers for 2022. | Sadie Powell | |
2022-01-04 | Update more IRCServices references to reflect the current project. | Sadie Powell | |
- If referring to the specific piece of software use "Anope". - If referring to services in general use "services". | |||
2022-01-03 | Remove support for precompiled headers. | Sadie Powell | |
This might have been useful two decades ago but on recent hardware this just makes builds take longer than without them. | |||
2021-12-14 | Update the min version of CMake mentioned in the Config script. | Sadie Powell | |
2021-05-31 | Merge branch '2.0' into 2.1. | Sadie Powell | |
2021-05-26 | Add the -devel switch to Config. | Sadie Powell | |
This makes the script use defaults that make development easier. | |||
2021-02-18 | Merge branch '2.0' into 2.1. | Sadie Powell | |
2021-01-07 | Update copyright to 2021. | Robby | |
This was done with: find docs/ include/ language/ modules/ src/ *.* Config -exec sed -i 's/-20.. Anope Team/-2021 Anope Team/i' {} \; | |||
2020-09-28 | Rename things from services to anope. | Sadie Powell | |
2020-01-04 | Update copyright to 2020. | Robby | |
This was done with: find docs/ include/ language/ modules/ src/ *.* Config -exec sed -i 's/-20.. Anope Team/-2020 Anope Team/i' {} \; | |||
2019-01-01 | Update copyright to 2019. | Robby | |
This was done with: find docs/ include/ language/ modules/ src/ *.* Config -exec sed -i 's/-20.. Anope Team/-2019 Anope Team/i' {} \; | |||
2018-11-10 | Update most URLs to use HTTPS if available, and fix some dead ones too. | Robby | |
2018-04-25 | Update copyright to 2018. | Robby | |
This was done with: find docs/ include/ language/ modules/ src/ *.* Config -exec sed -i 's/-20.. Anope Team/-2018 Anope Team/i' {} \; | |||
2017-01-16 | Merge pull request #183 from SaberUK/2.0+cmake | Adam | |
Don't give misleading instructions when running CMake fails. | |||
2017-01-16 | Update copyright to 2017. | Robby | |
This was done with: find docs/ include/ language/ modules/ src/ *.* Config -exec sed -i 's/-20.. Anope Team/-2017 Anope Team/i' {} \; Added missing copyright headers to files that didn't have it yet. | |||
2017-01-13 | Don't give misleading instructions when running CMake fails. | Peter Powell | |
2016-05-21 | Use "cmake --version" instead of "which cmake" to detect CMake. | Peter Powell | |
2016-01-28 | Update copyright to 2016. This was done with: | Robby | |
find include/ src/ lang/ docs/ modules/ *.* Config -exec sed -i 's/-20.. Anope Team/-2014 Anope Team/i' {} \; Added missing copyright headers to files that didn't have it yet. Fixed some whitespace and blank lines along the way. | |||
2015-12-29 | Remove run-cc leftover | Adam | |
2015-07-08 | Fix a ton of typos. | Peter Powell | |
2015-05-17 | Remove support for run-cc. | Peter Powell | |
This tool is not useful anymore. It just slows the build down. | |||
2014-10-06 | Remove auto cmake downloader Config stuff, which randomally doesn't work on ↵ | Adam | |
some systems for no reason | |||
2014-01-01 | Update copyright to 2014. This was done with: | Adam | |
find include/ src/ lang/ docs/ modules/ *.* Config -exec sed -i 's/-20.. Anope Team/-2014 Anope Team/i' {} \; | |||
2013-12-16 | Default build type to release | Adam | |
2012-12-07 | Modified the Config scripts to ask the user explicitly for additional ↵ | Naram Qashat | |
include and library directories. | |||
2012-10-31 | Clarify the path given to Config isnt actually the bin path, but the path ↵ | Adam | |
Anope is installed to | |||
2012-05-24 | Added a ./Config option for using precompiled headers | Adam | |
2012-02-15 | Remove revision numbers as they're only ever set by Config reading git since ↵ | Adam | |
we've switched off of SVN. Instead just use the hash for the current head when building. Also recheck the hash on every make not just Config. | |||
2011-09-10 | Allow Config to install cmake | Adam | |
2011-06-02 | Place version.h in build/ not include/ | Adam | |
2011-02-09 | Made ./Config output a userful error message if cmake is not found | Adam | |
2011-01-05 | update copyrights for 2011 | lethality | |
2010-12-23 | Prevent version.cpp from prepending version.sh's VERSION_EXTRA on every build | Adam | |
2010-12-18 | Made the version generator code work right when we are on a tag because git ↵ | Adam | |
describe just gives the tag name and nothing else. | |||
2010-12-12 | Made ./Config with a .git directory work ok if we are on a git tag | Adam | |
2010-10-30 | Made gettext work on most OSs. Tested on Debian, FreeBSD, Gentoo, and Windows. | Adam | |
Added a search path option to the Config script for cmake to use when finding libraries for modules or for gettext. Fixed m_mysql and m_ssl to work under Windows, made the Windows Config program remember the last used options, and fixed Windows release builds. | |||
2010-08-21 | Updated .gitignore and removed the rest of the old autotools system | Adam | |