summaryrefslogtreecommitdiff
path: root/conf
AgeCommit message (Collapse)Author
2021-01-11refactor(db_assembler): Allow connecting to non default mysql ports (#3123)Petric
2021-01-03chore(MySQL): Deprecate 5.6 (#4070)Kitzunu
2020-12-23fix(apps/scripts): Add quotes for directory paths containing empty spaces ↵Patrick Lewis
(#3716)
2020-11-29chore(CMake/Tests): use conventional CMake flag to enable tests (#3809)Francesco Borzì
2020-08-15feature(testing-automation): unit tests with Google Framework (#3273)Francesco Borzì
2020-08-06feat(bash): support for derivated distro + refactor conf (#3259)Yehonal
* feat(bash): support for derivated distro * refactor: refactoring for dist files
2019-08-23fix(db-assembler): error 'cant find any matching row in the user table' (#2202)Francesco Borzì
2019-04-17feat(Cmake/MYSQL): Correct support MariaDB for windows (#1674)Kargatum
* Delete CMake option MARIADB * Delete definitions (-DMARIADB) * Replace macro MariaDB support 10.2+
2019-02-09feat(Core/Misc): compatibility with 10.2+ versions of MariaDB library ↵Francesco Borzì
(#1284) (#1437)
2019-01-30style: Reorder DBs in config.sh.dist (#1353)Barbz
Now use the logical order of DBs. Also disabled extractors (tools) compilation by default.
2019-01-22chore(db_assembler): Changed var name (#1091)Barbz
- Added a missing "s" to the update suffix because it must match exactly the name of the updates/ directory (we have base, custom and updates) - Also changed var name in config.sh.dist (edit your config.sh if you use it) - Removed trailing spaces
2019-01-10CMake: Use source_groups to represent the source tree (#1247)Kargatum
2018-07-17Various fixes to acore dashboardYehonal
+ simple restarter now prevents infinite crash loops + client data downloader now uses github releases and fixed downloading path + module updating now take care about compatibility version info + disabled CONFDIR variable in bash conf file, using BINPATH by default instead
2018-05-30Improved descriptionBarbzYHOOL
2018-05-30Bash scripts conf - Set backup to false by default, fixed typo and added a ↵BarbzYHOOL
warning
2017-10-13Bash: fixing scripts after directory reworkYehonal
2017-09-26Bash: Various improvement for compiler and db_assemblerYehonal
Now db_assembler also creates the users specified in conf.sh files if not exists + Simplified some paths for compilation
2017-09-25Revert "Cmake: Compiling with warnings by default"Yehonal
It generates compile errors on windows Maybe we should separate warning cmake define for each compiler (?) This reverts commit 8ad3c15d638807be2e4ebf4cb8453c3b502bd5c9.
2017-09-25Various fixes for installer script and db_assemblerYehonal
2017-09-21Bash: fixed mysql default confYehonal
2017-09-21Bash: implemented installer script for server and modules (beta)Yehonal
+ minor fixes
2017-09-21Improved db assembler, now can create DBsYehonal
2017-09-20Cmake: Compiling with warnings by defaultYehonal
Forcing all contributors to fix all warnings before push a commit (i hope)
2017-09-20Implemented sql importing for db_assembler scriptYehonal
It includes a backup system that saves your day if you push the "red button" (importing bases on a production db)
2017-08-19changed DISABLED_ cmake variable to ENABLED_ and implemented for all ↵Yehonal
disabled logs
2017-08-19Preprocessor option for logging functions (#567)Yehonal
* Update showoptions.cmake * Update config.cmake.dist * Example of preprocessor usage Other work must continue for PR https://github.com/azerothcore/azerothcore-wotlk/pull/519
2017-03-26implemented cmake options to disable extra features for performances ↵Yehonal
optimization can be easily extended to all features that can be optional but have high performance impact
2017-03-26CMAKE: implemented method to disable a module via cmakeYehonal
use -DDISABLED_AC_MODULES or config.cmake file to define it
2017-03-26Implemented gperftools supportYehonal
it allows you to profile cpu/memory under unix systems
2016-09-02cleaning config.sh.dist fileYehonal
2016-08-26Crossplatform header for bash filesYehonal
2016-08-25fixed and updated db_assembler to even support old bash v3 ( osx )Yehonal
we're emulating associative array
2016-08-20change default bash compiler to clangYehonal
2016-08-19removed CC compiler from confYehonal
2016-08-17[CMAKE] More compatible definitionsYehonal
2016-08-13implemented db_exporterYehonal
2016-08-11Using more appropriate NS prefixes for our macro and cmake varsYehonal
2016-08-07[BASH] allow additional custom config for cmakeYehonal
2016-08-07fixed db_assembler scriptYehonal
2016-08-07fixed cmake and compilationYehonal
2016-08-07some fixes to bash config filesYehonal
2016-08-07starting bash rewriting job [WIP]Yehonal
2016-08-07configuration system for cmakeYehonal
- moved cmake options under conf and created default/custom configuration system for cmake