Subversion Repositories SvarDOS

Rev

Go to most recent revision | Show changed files | Details | Compare with Previous | Blame | RSS feed

Filtering Options

Rev Age Author Path Log message Diff
925 878 d 11 h mateusz.viste /buildidx/ couple of fixes  
923 878 d 11 h mateusz.viste /buildidx/ support for date-like versions: "05-jan-1999" or "06dec95"  
922 878 d 11 h mateusz.viste /buildidx/ support for "patch 5" versions  
921 878 d 11 h mateusz.viste /buildidx/ support for "pre 9", "beta 9" etc version strings  
920 878 d 12 h mateusz.viste /buildidx/ support for gamma and delta version strings  
919 878 d 12 h mateusz.viste /buildidx/ fixed detection of malformed versions  
914 879 d 6 h mateusz.viste /buildidx/ added support for rc versions  
912 879 d 6 h mateusz.viste /buildidx/ implemented own version string parsing instead of using version_compare()  
909 879 d 15 h mateusz.viste /buildidx/ buildidx saves package categories into the json database, based on the directory layout found inside the package archive  
804 883 d 11 h bttr /buildidx/ added comp to MSDOS_COMPAT  
803 883 d 11 h bttr /buildidx/ added diskcomp, exe2bin, mirror to MSDOS_COMPAT  
802 883 d 11 h mateusz.viste /buildidx/ clamdb exception so it can store data files with clamav  
801 883 d 11 h mateusz.viste /buildidx/ filenames validation and also logging json errors  
798 883 d 12 h mateusz.viste /buildidx/ added exception so help is allowed to store files in help/  
797 883 d 12 h mateusz.viste /buildidx/ added swsubst and replace to MSDOS_COMPAT  
795 883 d 12 h mateusz.viste /buildidx/ MSDOS_COMPAT packages are tolerated in bin/ and doc/ etc  
791 883 d 12 h mateusz.viste / CORE packages are listed in a single place  
781 883 d 15 h mateusz.viste / merged keyb and keyb_lay  
779 883 d 16 h mateusz.viste /buildidx/ core packages are allowed to write files to cpi/  
775 883 d 16 h mateusz.viste / devload no longer part of CORE  
768 883 d 18 h mateusz.viste /buildidx/ buildidx checks 8+3 compliancy and also looks for duplicate entries  
754 884 d 5 h mateusz.viste /buildidx/ added an exception rule for fbc_help to store its files in fbc/  
749 884 d 5 h mateusz.viste /buildidx/ non-CORE packages are forbidden to use doc/ and nls/  
739 884 d 7 h mateusz.viste /buildidx/ hard-coded exception for djgpp_xxx packages so they are allowed to store their files in djgpp  
738 884 d 9 h mateusz.viste /buildidx/ array_search() result checked with strict type to avoid the "0 is false" trap  
737 884 d 9 h mateusz.viste /buildidx/ version string too long is an error, not a warning  
736 884 d 9 h mateusz.viste /buildidx/ only core packages are allowed to store things in bin/  
734 884 d 10 h bttr /buildidx/ changed tsv -> json  
731 884 d 14 h mateusz.viste /buildidx/ loose validation of the files inside the package  
730 884 d 15 h mateusz.viste /buildidx/ check version string length and warn if over 16 chars  
719 885 d 3 h mateusz.viste / package index format changed from TSV to JSON + altversions are processed by buildidx and all filenames stored in the index, along with bsums and version strings  
673 886 d 12 h mateusz.viste /buildidx/ packages are now kept in *.svp files  
650 888 d 11 h mateusz.viste /buildidx/ skip source packages (.src.zip)  
563 911 d 6 h mateuszviste /buildidx/ slight optimization  
562 911 d 12 h mateuszviste / rewritten buildidx in php + improved so it ignores alt packages (build script no longer has to hide them)  
314 1204 d 13 h mateuszviste /buildidx/ simplified buildidx  
292 1254 d 13 h mateuszviste /buildidx/ buildidx no longer checks lsm headers, so it is compatible with the simpler lsm format used by SvarDOS  
187 1283 d 13 h mateuszviste /buildidx/ Makefile does not need to contain the gcc invokation  
186 1283 d 13 h mateuszviste /buildidx/ minor code cleanup  
185 1283 d 13 h mateuszviste / simplified buildidx